Skip to content

Commit e73c4d8

Browse files
danny6167austin987
authored andcommitted
vcrun2015: Install correct version of msvcp140.dll into 64bit directory
Install the 64bit version of the msvcp140.dll into the 64bit dll directory instead of installing the 32bit dll into the 64bit directory.
1 parent 9f6b313 commit e73c4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/winetricks

+1-1
Original file line numberDiff line numberDiff line change
@@ -12847,7 +12847,7 @@ load_vcrun2015()
1284712847
w_download https://download.microsoft.com/download/6/D/F/6DF3FF94-F7F9-4F0B-838C-A328D1A7D0EE/vc_redist.x64.exe d7257265dbc0635c96dd67ddf938a09abe0866cb2d4fa05f8b758c8644e724e4
1284812848
# Also replace 64-bit msvcp140.dll & ucrtbase.dll
1284912849
w_try_cabextract --directory="${W_TMP}/win64" "${W_CACHE}"/"${W_PACKAGE}"/vc_redist.x64.exe -F 'a10'
12850-
w_try_cabextract --directory="${W_SYSTEM64_DLLS}" "${W_TMP}/win32/a10" -F 'msvcp140.dll'
12850+
w_try_cabextract --directory="${W_SYSTEM64_DLLS}" "${W_TMP}/win64/a10" -F 'msvcp140.dll'
1285112851
w_try_cabextract --directory="${W_SYSTEM64_DLLS}" "${W_TMP}/win64/a10" -F 'ucrtbase.dll'
1285212852
w_try_ms_installer "${WINE}" vc_redist.x64.exe ${W_OPT_UNATTENDED:+/q}
1285312853
;;

0 commit comments

Comments
 (0)