Update FreeCAD_WindowsInstaller.nsi

This commit is contained in:
SmuSmu
2019-02-18 10:50:20 +01:00
committed by wmayer
parent 2e9adc2cbe
commit ecb7e76a09

View File

@@ -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