Skip to content

Commit da69507

Browse files
committed
add 2012 redist
1 parent e49f7b0 commit da69507

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

bizhawk_prereqs.nsi

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,31 @@ Section "Microsoft Visual C++ 2010 SP1 Runtime (x64)" SEC_CRT2010_SP1_X64
5050
File "dist\vcredist_2010_sp1_x64.exe"
5151
DetailPrint "Running Visual C++ 2010 SP1 Runtime (x64) Setup..."
5252
ExecWait '"$TEMP\vcredist_2010_sp1_x64.exe" /q /promptrestart'
53-
DetailPrint "Finished Visual C++ 2010 SP1 (x64) Runtime Setup"
53+
DetailPrint "Finished Visual C++ 2010 SP1 Runtime (x64) Runtime Setup"
5454

5555
Delete "$TEMP\vcredist_2010_sp1_x64.exe"
5656

5757
SectionEnd
5858

59+
Section "Microsoft Visual C++ 2012 Runtime Update 4 (x64)" SEC_CRT2012_X64
60+
61+
SetOutPath "$TEMP"
62+
File "dist\vcredist_2012_u4_x64.exe"
63+
DetailPrint "Running Visual C++ 2012 Runtime Update 4 (x64) Setup..."
64+
ExecWait '"$TEMP\vcredist_2012_u4_x64.exe" /q /promptrestart'
65+
DetailPrint "Finished Visual C++ 2012 Runtime Update 4(x64) Runtime Setup"
66+
67+
Delete "$TEMP\vcredist_2012_u4_x64.exe"
68+
69+
SectionEnd
70+
5971
Section "Microsoft Visual C++ 2013 Runtime (x64)" SEC_CRT2013_X64
6072

6173
SetOutPath "$TEMP"
6274
File "dist\vcredist_2013_x64.exe"
6375
DetailPrint "Running Visual C++ 2013 Runtime (x64) Setup..."
6476
ExecWait '"$TEMP\vcredist_2013_x64.exe" /q /promptrestart'
65-
DetailPrint "Finished Visual C++ 2013 (x64) Runtime Setup"
77+
DetailPrint "Finished Visual C++ 2013 Runtime (x64) Runtime Setup"
6678

6779
Delete "$TEMP\vcredist_2013_x64.exe"
6880

@@ -72,9 +84,9 @@ Section "Microsoft Visual C++ 2015 Runtime (x64)" SEC_CRT2015_X64
7284

7385
SetOutPath "$TEMP"
7486
File "dist\vcredist_2015_x64.exe"
75-
DetailPrint "Running Visual C++ 2015 Runtime (x64) Setup..."
87+
DetailPrint "Running Visual C++ 2015 Runtime SP1 (x64) Setup..."
7688
ExecWait '"$TEMP\vcredist_2015_x64.exe" /quiet'
77-
DetailPrint "Finished Visual C++ 2015 SP1 (x64) Runtime Setup"
89+
DetailPrint "Finished Visual C++ 2015 Runtime SP1 (x64) Runtime Setup"
7890

7991
Delete "$TEMP\vcredist_2015_x64.exe"
8092

dist/info.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
KB2999226 (prerequisite for installing C++ 2015 runtime on vista-win8.1)
22
Visual C++ 2010 SP1 Runtime (x64)
3+
Visual C++ 2012 Runtime Update 4 (x64)
34
Visual C++ 2013 Runtime (x64)
45
Visual C++ 2015 Runtime (x64)
56
.Net Framework v4.6.1
67
DirectX Installer (since the Web Update fails sometimes;
7-
(includes D3DX9 31 and 43, XInput, and XAudio)
8+
>> includes D3DX9 31 and 43, XInput, and XAudio
89
DirectX Web Update (installs dozens of packages, or maybe none, luck of the draw really)
910

10-
Stay online while installing this. You're advised to be fully windows-updated before beginning, although under the circumstances, it's hard to blame anyone for shutting it off.
11+
Stay online while installing this. You're advised to be fully windows-updated before beginning, although under the circumstances, it's hard to blame anyone for shutting off windowsupdate.

dist/vcredist_2012_u4_x64.exe

6.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)