Fix unwanted vcredist rssguard installer restart.

This commit is contained in:
Martin Rotter 2021-04-11 07:08:49 +02:00
parent a36099b2b3
commit 684714b8f3

View File

@ -128,7 +128,7 @@ NotInstalled:
File /r "${BINARY_TREE}\"
; Install MSVCRT libraries.
ExecWait '"$INSTDIR\vc_redist.x64.exe" /install /passive /quiet'
ExecWait '"$INSTDIR\vc_redist.x64.exe" /install /quiet /norestart'
Delete "$INSTDIR\vc_redist.x64.exe"
; Store installation folder.