diff --git a/src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi b/src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi index af2ce297a3..afaf83cabf 100644 --- a/src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi +++ b/src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi @@ -148,7 +148,7 @@ sectionEnd section "Install redistributable" VCRedistSection # Install the Visual Studio redistributable - ExecWait '"$INSTDIR\vcredist_x64.exe" /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qb!"" "' + ExecWait '"$INSTDIR\vcredist_x64.exe" /q /norestart' sectionEnd # http://forums.winamp.com/showthread.php?t=255747