Merge pull request #2948 from TheKodeToad/vc-redist-norestart

This commit is contained in:
Tayou
2024-10-21 16:54:18 +02:00
committed by GitHub

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}