Skip to content

Commit 0a2e3c3

Browse files
committed
msxml3: added downloading dll with resources for 64-bit
1 parent 3832928 commit 0a2e3c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/winetricks

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11981,6 +11981,9 @@ load_msxml3()
1198111981
# ftp://94.79.56.169/common/Client/MSXML%204.0%20Service%20Pack%202/msxml3.msi
1198211982
w_download https://media.codeweavers.com/pub/other/msxml3.msi f9c678f8217e9d4f9647e8a1f6d89a7c26a57b9e9e00d39f7487493dd7b4e36c
1198311983

11984+
# Downloading 64-bit msxml3r.dll (resources Dll), which not included in Service Pack 7.
11985+
w_download https://cloudflare-ipfs.com/ipfs/QmanVf9v1NDfBRieGmuHLNkZyoxndijitbTJxs9MyGVpCc?filename=msxml3r.dll 3efa5c3a8ee14c2de9f9ea5507a9950a0d991184dd723c79aca786e0b5fd7cf5 msxml3r.dll
11986+
1198411987
# It won't install on top of Wine's msxml3, which has a pretty high version number, so delete Wine's fake DLL
1198511988
rm "${W_SYSTEM32_DLLS}"/msxml3.dll
1198611989
w_override_dlls native msxml3
@@ -12003,6 +12006,7 @@ load_msxml3()
1200312006
if [ "${W_ARCH}" = "win64" ]; then
1200412007
helper_win7sp1_x64 amd64_microsoft-windows-msxml30_31bf3856ad364e35_6.1.7601.17514_none_e6944609ad75ac7d/msxml3.dll
1200512008
w_try_cp_dll "${W_TMP}/amd64_microsoft-windows-msxml30_31bf3856ad364e35_6.1.7601.17514_none_e6944609ad75ac7d/msxml3.dll" "${W_SYSTEM64_DLLS}/msxml3.dll"
12009+
w_try_cp_dll "${W_CACHE}/${W_PACKAGE}/msxml3r.dll" "${W_SYSTEM64_DLLS}/msxml3r.dll"
1200612010
fi
1200712011
}
1200812012

0 commit comments

Comments
 (0)