mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
Fix unwanted vcredist rssguard installer restart.
This commit is contained in:
parent
a36099b2b3
commit
684714b8f3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user