Skip to content

Commit

Permalink
remove 2013 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromus committed Jan 20, 2020
1 parent 6454c4f commit e0a028b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ If BizHawk crashes when you run it, it is probably because you are lacking some
KB2999226 (prerequisite for installing C++ 2015 runtime on win7-win8.1)
.Net Framework v4.8
Visual C++ 2010 SP1 Runtime (x64)
Visual C++ 2013 Runtime (x64)
Visual C++ 2015 Runtime (x64)
DirectX Web Update (DirectX 9 is employed)
12 changes: 0 additions & 12 deletions bizhawk_prereqs.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ Section "Microsoft Visual C++ 2010 SP1 Runtime (x64)" SEC_CRT2010_SP1_X64

SectionEnd

Section "Microsoft Visual C++ 2013 Runtime (x64)" SEC_CRT2013_X64

SetOutPath "$TEMP"
File "dist\vcredist_2013_x64.exe"
DetailPrint "Running Visual C++ 2013 Runtime (x64) Setup..."
ExecWait '"$TEMP\vcredist_2013_x64.exe" /q /promptrestart'
DetailPrint "Finished Visual C++ 2013 Runtime (x64) Runtime Setup"

Delete "$TEMP\vcredist_2013_x64.exe"

SectionEnd

Section "Microsoft Visual C++ 2015 Runtime (x64)" SEC_CRT2015_X64

SetOutPath "$TEMP"
Expand Down
1 change: 0 additions & 1 deletion dist/info.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
KB2999226 (prerequisite for installing C++ 2015 runtime on vista-win8.1)
Visual C++ 2010 SP1 Runtime (x64)
Visual C++ 2013 Runtime (x64)
Visual C++ 2015 Runtime (x64)
.Net Framework v4.8
DirectX Installer (since the Web Update fails sometimes;
Expand Down
Binary file removed dist/vcredist_2013_x64.exe
Binary file not shown.

0 comments on commit e0a028b

Please sign in to comment.