From ecb7e76a09598bd6eb002542fca9dffe9089264a Mon Sep 17 00:00:00 2001 From: SmuSmu Date: Mon, 18 Feb 2019 10:50:20 +0100 Subject: [PATCH] Update FreeCAD_WindowsInstaller.nsi --- src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi b/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi index d83a4e0f64..5ac2d1bacf 100644 --- a/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi +++ b/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi @@ -142,7 +142,7 @@ sectionEnd section "Install redistributable" VCRedistSection # Install the Visual Studio redistributable - ExecWait '"$INSTDIR\vcredist_x86.exe" /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qb!"" "' + ExecWait '"$INSTDIR\vcredist_x86.exe" /q /norestart' sectionEnd # http://forums.winamp.com/showthread.php?t=255747