nsi: Add /norestart to vc redist install

This commit is contained in:
Jonas Kvinge
2025-08-10 18:34:12 +02:00
parent 38c8054873
commit 742be01aa6

View File

@@ -224,7 +224,7 @@ Function InstallMSVCRuntime
; ${If} $R0 == ""
SetDetailsView hide
; inetc::get /caption "Downloading..." "https://aka.ms/vs/17/release/${vc_redist_file}" "$TEMP\${vc_redist_file}" /end
ExecWait '"$TEMP\${vc_redist_file}" /install /passive'
ExecWait '"$TEMP\${vc_redist_file}" /install /passive /norestart'
Delete "$TEMP\${vc_redist_file}"
SetDetailsView show
; ${EndIf}