Fix unwanted vcredist rssguard installer restart.
This commit is contained in:
parent
a36099b2b3
commit
684714b8f3
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ NotInstalled:
|
||||||
File /r "${BINARY_TREE}\"
|
File /r "${BINARY_TREE}\"
|
||||||
|
|
||||||
; Install MSVCRT libraries.
|
; 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"
|
Delete "$INSTDIR\vc_redist.x64.exe"
|
||||||
|
|
||||||
; Store installation folder.
|
; Store installation folder.
|
||||||
|
|
Loading…
Add table
Reference in a new issue