davechurchill / StarcraftAITournamentManager

Tournament Manager Software for StarCraft AI Competitions
MIT License
77 stars 43 forks source link

vcredists easy install script typos #16

Closed nturley closed 6 years ago

nturley commented 6 years ago

Two of the vcredist installer names have a dot instead of an underscore in the name.

>intall_all_redist.bat
>vs2008_vcredist_x86.exe /q /norestart
>vs2008_sp1_vcredist_x86.exe /q /norestart
>vs2010_vcredist_x86.exe /q /norestart
>vs2012_vcredist_x86.exe /q /norestart
>vs2013_vcredist_x86.exe /q /norestart
>vs2015_vcredist_x86.exe /q /norestart
'vs2015_vcredist_x86.exe' is not recognized as an internal or external command,
operable program or batch file.
>vs2017_vcredist_x86.exe /q /norestart
'vs2017_vcredist_x86.exe' is not recognized as an internal or external command,
operable program or batch file.
davechurchill commented 6 years ago

you can make a pull request to fix this if you like

davechurchill commented 6 years ago

@richard-kelly If this has been fixed, could you close the issue?

richard-kelly commented 6 years ago

This is now fixed.