mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Suppress all ui on vcredist installation
This commit is contained in:
parent
7dae9bb2a1
commit
71737ea687
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ Section -install_vcredist
|
|||
# of the user variable are undefined).
|
||||
# http://nsis.sourceforge.net/Reference/ExecWait
|
||||
ClearErrors
|
||||
ExecWait '"$PLUGINSDIR\vcredist.exe" /qb!' $0
|
||||
ExecWait '"$PLUGINSDIR\vcredist.exe" /q' $0
|
||||
IfErrors 0 CheckVcRedistErrorCode
|
||||
MessageBox MB_OK \
|
||||
"$VcRedistName failed to install. Try installing the package manually." \
|
||||
|
|
Loading…
Add table
Reference in a new issue