Skip to content

Commit f8f5aae

Browse files
committed
use new 'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' instead of 2015
note: the exe change is NOT a rename. Git reports it as such despite the contents being different.
1 parent 4a4f6f5 commit f8f5aae

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

bizhawk_prereqs.nsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ LicenseData "dist\info.txt"
3030
Page license
3131
Page instfiles
3232

33-
Section "KB2999226 (prerequisite for installing C++ 2015 runtime on win7-win8.1)" SEC_KB2999226
33+
Section "KB2999226 (prerequisite for installing 'UCRT' on win7-win8.1)" SEC_KB2999226
3434
SetOutPath "$TEMP"
3535
File "dist\UCRT\Windows6.1-KB2999226-x64.msu"
3636
File "dist\UCRT\Windows8.1-KB2999226-x64.msu"
@@ -56,15 +56,15 @@ Section "Microsoft Visual C++ 2010 SP1 Runtime (x64)" SEC_CRT2010_SP1_X64
5656

5757
SectionEnd
5858

59-
Section "Microsoft Visual C++ 2015 Runtime (x64)" SEC_CRT2015_X64
59+
Section "'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' (x64)" SEC_CRTULTIMATE_X64
6060

6161
SetOutPath "$TEMP"
62-
File "dist\vcredist_2015_x64.exe"
63-
DetailPrint "Running Visual C++ 2015 Runtime SP1 (x64) Setup..."
64-
ExecWait '"$TEMP\vcredist_2015_x64.exe" /quiet'
65-
DetailPrint "Finished Visual C++ 2015 Runtime SP1 (x64) Runtime Setup"
62+
File "dist\VC_redist.x64.exe"
63+
DetailPrint "Running 'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' (x64) Setup..."
64+
ExecWait '"$TEMP\VC_redist.x64.exe" /quiet'
65+
DetailPrint "Finished 'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' (x64) Setup"
6666

67-
Delete "$TEMP\vcredist_2015_x64.exe"
67+
Delete "$TEMP\VC_redist.x64.exe"
6868

6969
SectionEnd
7070

dist/info.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
KB2999226 (prerequisite for installing C++ 2015 runtime on vista-win8.1)
21
Visual C++ 2010 SP1 Runtime (x64)
3-
Visual C++ 2015 Runtime (x64)
2+
KB2999226 (prerequisite for installing 'UCRT' on vista-win8.1)
3+
'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' (x64)
44
.Net Framework v4.8
55
DirectX Installer (since the Web Update fails sometimes;
66
>> includes D3DX9 31 and 43, XInput, and XAudio

0 commit comments

Comments
 (0)