mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-15 06:55:02 -04:00
Merge pull request #2948 from TheKodeToad/vc-redist-norestart
This commit is contained in:
commit
ea703ba26e
@ -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…
x
Reference in New Issue
Block a user