Suppress all ui on vcredist installation

This commit is contained in:
twangboy 2018-08-20 16:48:39 -06:00
parent 7dae9bb2a1
commit 71737ea687
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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." \