Skip to content

Commit

Permalink
Delivering VisualStudio runtime with installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jriegel committed Mar 4, 2014
1 parent 3ff9292 commit 1dc23a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi
Expand Up @@ -82,8 +82,11 @@ section "install"
file /r "..\..\doc\"
setOutPath $INSTDIR\data
file /r /X CMakeFiles /X *.cmake /X *.vcproj /X CMakeLists.txt /X *.am "..\..\data\"
setOutPath $INSTDIR
file "vcredist_x86.exe"

# Add any other files for the install directory (license files, app data, etc) here
# Install the Visual Studio redistributable
ExecWait '"$INSTDIR\vcredist_x86.exe" /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qb!"" "'

# Uninstaller - See function un.onInit and section "uninstall" for configuration
writeUninstaller "$INSTDIR\uninstall.exe"
Expand Down

0 comments on commit 1dc23a6

Please sign in to comment.