Merge pull request #2951 from PrismLauncher/backport-2948-to-release-9.x

This commit is contained in:
Tayou 2024-10-21 16:55:28 +02:00 committed by GitHub
commit 3bf4fbf8f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}