File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11981,6 +11981,9 @@ load_msxml3()
11981
11981
# ftp://94.79.56.169/common/Client/MSXML%204.0%20Service%20Pack%202/msxml3.msi
11982
11982
w_download https://media.codeweavers.com/pub/other/msxml3.msi f9c678f8217e9d4f9647e8a1f6d89a7c26a57b9e9e00d39f7487493dd7b4e36c
11983
11983
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
+
11984
11987
# It won't install on top of Wine's msxml3, which has a pretty high version number, so delete Wine's fake DLL
11985
11988
rm "${W_SYSTEM32_DLLS}"/msxml3.dll
11986
11989
w_override_dlls native msxml3
@@ -12003,6 +12006,7 @@ load_msxml3()
12003
12006
if [ "${W_ARCH}" = "win64" ]; then
12004
12007
helper_win7sp1_x64 amd64_microsoft-windows-msxml30_31bf3856ad364e35_6.1.7601.17514_none_e6944609ad75ac7d/msxml3.dll
12005
12008
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"
12006
12010
fi
12007
12011
}
12008
12012
You can’t perform that action at this time.
0 commit comments