diff --git a/installer.nsi b/installer.nsi index e9d02fcaa4..35c7fcb596 100644 --- a/installer.nsi +++ b/installer.nsi @@ -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