Always run vc installer in quiet mode.

pull/2438/head
Roger A. Light 4 years ago
parent 6fdc9505bb
commit d662a5fd83

@ -92,10 +92,7 @@ SectionEnd
Section "Visual Studio Runtime"
SetOutPath "$INSTDIR"
File "VC_redist.x86.exe"
IfSilent 0 +2
ExecWait '"$INSTDIR\VC_redist.x86.exe" /quiet /norestart'
IfSilent +2 0
ExecWait '"$INSTDIR\VC_redist.x86.exe" /norestart'
Delete "$INSTDIR\VC_redist.x86.exe"
SectionEnd

@ -93,10 +93,7 @@ SectionEnd
Section "Visual Studio Runtime"
SetOutPath "$INSTDIR"
File "VC_redist.x64.exe"
IfSilent 0 +2
ExecWait '"$INSTDIR\VC_redist.x64.exe" /quiet /norestart'
IfSilent +2 0
ExecWait '"$INSTDIR\VC_redist.x64.exe" /norestart'
Delete "$INSTDIR\VC_redist.x64.exe"
SectionEnd

Loading…
Cancel
Save