File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ LicenseData "dist\info.txt"
3030Page license
3131Page 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
5757SectionEnd
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
6969SectionEnd
7070
Original file line number Diff line number Diff line change 1- KB2999226 (prerequisite for installing C++ 2015 runtime on vista-win8.1)
21Visual 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
55DirectX Installer (since the Web Update fails sometimes;
66>> includes D3DX9 31 and 43, XInput, and XAudio
You can’t perform that action at this time.
0 commit comments