Merge pull request #433 from SmuSmu/master

Add silent parameter for C++ redist
This commit is contained in:
Alessandro Muntoni 2020-01-28 10:31:00 +01:00 committed by GitHub
commit 35c68706b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ Section -Prerequisites
${If} $1 == "1"
Goto endPrerequisites
${Else}
ExecWait "$INSTDIR\vc_redist.x64.exe"
ExecWait '"$INSTDIR\vc_redist.x64.exe" /q /norestart'
${EndIf}
endPrerequisites:
SectionEnd