Add /norestart switch to vcredist install

This commit is contained in:
twangboy 2017-09-12 10:05:36 -06:00
parent 90e8ca9c36
commit fb31e9a530

View file

@ -204,7 +204,7 @@ Section -Prerequisites
; The Correct version of VCRedist is copied over by "build_pkg.bat"
SetOutPath "$INSTDIR\"
File "..\prereqs\vcredist.exe"
ExecWait "$INSTDIR\vcredist.exe /qb!"
ExecWait "$INSTDIR\vcredist.exe /qb! /norestart"
IfErrors 0 endVcRedist
MessageBox MB_OK \
"VC Redist 2008 SP1 MFC failed to install. Try installing the package manually." \