Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
winetricks
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
winetricks
Commits
7754ebbc
Commit
7754ebbc
authored
3 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add patch to install msado15
parent
829b8c47
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
108 additions
and
0 deletions
+108
-0
winetricks_msado15.patch
patches/winetricks_msado15.patch
+54
-0
winetricks_msdmo15.patch
patches/winetricks_msdmo15.patch
+54
-0
No files found.
patches/winetricks_msado15.patch
0 → 100644
View file @
7754ebbc
--- src/winetricks 2021-08-25 17:49:59.797348694 +0300
+++ src/winetricks.new 2021-08-25 15:15:10.093371438 +0300
@@ -22881,6 +22834,51 @@
w_set_winver winxp
}
+#----------------------------------------------------------------
+
+w_metadata msado15 dlls
+
+load_msado15()
+{
+ w_download_to win2k3sp2_x64 https://download.microsoft.com/download/3/c/5/3c5c6364-27d3-4e18-bd04-244d0ec09dd4/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+ w_try_cd "$W_TMP"
+
+
+ cabextract -d "$W_TMP" -F amd64/wow/wmsdart.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+ cabextract -d "$W_TMP" -F amd64/msdart.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+
+ cabextract -d "$W_SYSTEM32_DLLS" "$W_TMP"/amd64/wow/wmsdart.dl_
+ cabextract -d "$W_SYSTEM64_DLLS" "$W_TMP"/amd64/msdart.dl_
+ mv "$W_SYSTEM32_DLLS"/wmsdart.dll "$W_SYSTEM32_DLLS"/msdart.dll
+
+
+
+
+ cabextract -d "$W_TMP" -F amd64/wow/wmsado15.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+ cabextract -d "$W_TMP" -F amd64/msado15.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+
+ cabextract -d "$W_COMMONFILES_X86/System/ADO" "$W_TMP"/amd64/wow/wmsado15.dl_
+ cabextract -d "$W_COMMONFILES/System/ADO" "$W_TMP"/amd64/msado15.dl_
+ mv "$W_COMMONFILES_X86/System/ADO"/wmsado15.dll "$W_COMMONFILES_X86/System/ADO"/msado15.dll
+
+ w_override_dlls native msado15
+
+
+ cd "$W_COMMONFILES"/System/ADO/
+
+
+ "$WINE64" regsvr32 $W_UNATTENDED_SLASH_S "msado15.dll"
+
+ cd "$W_COMMONFILES_X86"/System/ADO/
+
+ "$WINE" regsvr32 $W_UNATTENDED_SLASH_S "msado15.dll"
+}
+#----------------------------------------------------------------
+
#---- Main Program ----
winetricks_stats_save()
This diff is collapsed.
Click to expand it.
patches/winetricks_msdmo15.patch
0 → 100644
View file @
7754ebbc
--- winetricks 2021-08-25 17:49:59.797348694 +0300
+++ src/winetricks.new 2021-08-25 15:15:10.093371438 +0300
@@ -22881,6 +22834,51 @@
w_set_winver winxp
}
+#----------------------------------------------------------------
+
+w_metadata msado15 dlls
+
+load_msado15()
+{
+ w_download_to win2k3sp2_x64 https://download.microsoft.com/download/3/c/5/3c5c6364-27d3-4e18-bd04-244d0ec09dd4/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+ w_try_cd "$W_TMP"
+
+
+ cabextract -d "$W_TMP" -F amd64/wow/wmsdart.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+ cabextract -d "$W_TMP" -F amd64/msdart.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+
+ cabextract -d "$W_SYSTEM32_DLLS" "$W_TMP"/amd64/wow/wmsdart.dl_
+ cabextract -d "$W_SYSTEM64_DLLS" "$W_TMP"/amd64/msdart.dl_
+ mv "$W_SYSTEM32_DLLS"/wmsdart.dll "$W_SYSTEM32_DLLS"/msdart.dll
+
+
+
+
+ cabextract -d "$W_TMP" -F amd64/wow/wmsado15.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+ cabextract -d "$W_TMP" -F amd64/msado15.dl_ "$W_CACHE"/win2k3sp2_x64/WindowsServer2003.WindowsXP-KB914961-SP2-x64-ENU.exe
+
+
+ cabextract -d "$W_COMMONFILES_X86/System/ADO" "$W_TMP"/amd64/wow/wmsado15.dl_
+ cabextract -d "$W_COMMONFILES/System/ADO" "$W_TMP"/amd64/msado15.dl_
+ mv "$W_COMMONFILES_X86/System/ADO"/wmsado15.dll "$W_COMMONFILES_X86/System/ADO"/msado15.dll
+
+ w_override_dlls native msado15
+
+
+ cd "$W_COMMONFILES"/System/ADO/
+
+
+ "$WINE64" regsvr32 $W_UNATTENDED_SLASH_S "msado15.dll"
+
+ cd "$W_COMMONFILES_X86"/System/ADO/
+
+ "$WINE" regsvr32 $W_UNATTENDED_SLASH_S "msado15.dll"
+}
+#----------------------------------------------------------------
+
#---- Main Program ----
winetricks_stats_save()
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment