avoid a reboot on the installation (caused by VS redistribution)
This commit is contained in:
parent
b4fbb9ca95
commit
e918141eb7
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue