Properly run the vcredist installer in quiet mode

This commit is contained in:
Arjen Hiemstra 2015-06-24 10:54:15 -07:00
parent 2182163cbf
commit 55118c184b

View File

@ -107,7 +107,7 @@ Section "Install Visual Studio 2010 Redistributable"
File "vcredist_2010_20110908_x86.exe"
IfSilent +2
ExecWait '"$INSTDIR\vcredist_2010_20110908_x86.exe" /silent /norestart'
ExecWait '"$INSTDIR\vcredist_2010_20110908_x86.exe" /q /norestart'
SectionEnd