Merge pull request #2948 from TheKodeToad/vc-redist-norestart
This commit is contained in:
commit
ea703ba26e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Section "Visual Studio Runtime"
|
|||
Pop $0
|
||||
${If} $0 == "OK"
|
||||
DetailPrint "Download successful"
|
||||
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart\"
|
||||
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart"
|
||||
${Else}
|
||||
DetailPrint "Download failed with error $0"
|
||||
${EndIf}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue