mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add /norestart switch to vcredist install
This commit is contained in:
parent
90e8ca9c36
commit
fb31e9a530
1 changed files with 1 additions and 1 deletions
|
@ -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." \
|
||||
|
|
Loading…
Add table
Reference in a new issue