avoid a reboot on the installation (caused by VS redistribution)

This commit is contained in:
Volker Fischer 2020-03-21 21:56:58 +01:00
parent b4fbb9ca95
commit e918141eb7
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Section
; temporarily create Microsoft Visual Studio redistributable,
File "${VS_REDIST_EXE}"
ExecWait '"$INSTDIR\${VS_REDIST_EXE}" /Q'
ExecWait '"$INSTDIR\${VS_REDIST_EXE}" /q /norestart'
; uninstaller
WriteUninstaller $INSTDIR\${UNINSTALL_EXE}