mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Installation Fails on headless machines.
Installation fails on headless machines if `/passive` is set, `/passive` will display an installation progress bar on windows desktop. `/quiet` suppresses the GUI and does not fail when there is no desktop session available. Fixes #45036.
This commit is contained in:
parent
4d6d640381
commit
aa438e1605
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ Section -Prerequisites
|
|||
# of the user variable are undefined).
|
||||
# http://nsis.sourceforge.net/Reference/ExecWait
|
||||
ClearErrors
|
||||
ExecWait '"$INSTDIR\vcredist.exe" /qb! /norestart' $0
|
||||
ExecWait '"$INSTDIR\vcredist.exe" /qb! /quiet /norestart' $0
|
||||
IfErrors 0 CheckVcRedistErrorCode
|
||||
MessageBox MB_OK \
|
||||
"VC Redist 2008 SP1 MFC failed to install. Try installing the package manually." \
|
||||
|
|
Loading…
Add table
Reference in a new issue