diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index a99fe7812..8d08d15ea 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -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}