Merge pull request #2951 from PrismLauncher/backport-2948-to-release-9.x
This commit is contained in:
commit
3bf4fbf8f4
@ -57,7 +57,7 @@ Section "Visual Studio Runtime"
|
|||||||
Pop $0
|
Pop $0
|
||||||
${If} $0 == "OK"
|
${If} $0 == "OK"
|
||||||
DetailPrint "Download successful"
|
DetailPrint "Download successful"
|
||||||
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart\"
|
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart"
|
||||||
${Else}
|
${Else}
|
||||||
DetailPrint "Download failed with error $0"
|
DetailPrint "Download failed with error $0"
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
Loading…
Reference in New Issue
Block a user