parameter for silent install was wrong

parameter for silent install was wrong
This commit is contained in:
SmuSmu
2019-02-18 10:49:41 +01:00
committed by wmayer
parent 9a5a7a8866
commit 2e9adc2cbe

View File

@@ -148,7 +148,7 @@ sectionEnd
section "Install redistributable" VCRedistSection
# Install the Visual Studio redistributable
ExecWait '"$INSTDIR\vcredist_x64.exe" /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qb!"" "'
ExecWait '"$INSTDIR\vcredist_x64.exe" /q /norestart'
sectionEnd
# http://forums.winamp.com/showthread.php?t=255747