diff --git a/bizhawk_prereqs.nsi b/bizhawk_prereqs.nsi index 265badf..17f2bd9 100644 --- a/bizhawk_prereqs.nsi +++ b/bizhawk_prereqs.nsi @@ -30,7 +30,7 @@ LicenseData "dist\info.txt" Page license Page instfiles -Section "KB2999226 (prerequisite for installing C++ 2015 runtime on win7-win8.1)" SEC_KB2999226 +Section "KB2999226 (prerequisite for installing 'UCRT' on win7-win8.1)" SEC_KB2999226 SetOutPath "$TEMP" File "dist\UCRT\Windows6.1-KB2999226-x64.msu" File "dist\UCRT\Windows8.1-KB2999226-x64.msu" @@ -56,15 +56,15 @@ Section "Microsoft Visual C++ 2010 SP1 Runtime (x64)" SEC_CRT2010_SP1_X64 SectionEnd -Section "Microsoft Visual C++ 2015 Runtime (x64)" SEC_CRT2015_X64 +Section "'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' (x64)" SEC_CRTULTIMATE_X64 SetOutPath "$TEMP" - File "dist\vcredist_2015_x64.exe" - DetailPrint "Running Visual C++ 2015 Runtime SP1 (x64) Setup..." - ExecWait '"$TEMP\vcredist_2015_x64.exe" /quiet' - DetailPrint "Finished Visual C++ 2015 Runtime SP1 (x64) Runtime Setup" + File "dist\VC_redist.x64.exe" + DetailPrint "Running 'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' (x64) Setup..." + ExecWait '"$TEMP\VC_redist.x64.exe" /quiet' + DetailPrint "Finished 'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' (x64) Setup" - Delete "$TEMP\vcredist_2015_x64.exe" + Delete "$TEMP\VC_redist.x64.exe" SectionEnd diff --git a/dist/vcredist_2015_x64.exe b/dist/VC_redist.x64.exe similarity index 58% rename from dist/vcredist_2015_x64.exe rename to dist/VC_redist.x64.exe index 048fda2..e4db215 100644 Binary files a/dist/vcredist_2015_x64.exe and b/dist/VC_redist.x64.exe differ diff --git a/dist/info.txt b/dist/info.txt index 24903ac..5f15b9b 100644 --- a/dist/info.txt +++ b/dist/info.txt @@ -1,6 +1,6 @@ -KB2999226 (prerequisite for installing C++ 2015 runtime on vista-win8.1) Visual C++ 2010 SP1 Runtime (x64) -Visual C++ 2015 Runtime (x64) +KB2999226 (prerequisite for installing 'UCRT' on vista-win8.1) +'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' (x64) .Net Framework v4.8 DirectX Installer (since the Web Update fails sometimes; >> includes D3DX9 31 and 43, XInput, and XAudio