Merge remote-tracking branch 'TheKodeToad/vc-redist-norestart' into 9.1-hotfix

This commit is contained in:
TheKodeToad 2024-10-24 13:31:21 +01:00
commit eea119d9c9
No known key found for this signature in database
GPG Key ID: 5E39D70B4C93C38E

View File

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