Skip to content

Commit

Permalink
Windows installer: fix vcredist parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tlecomte committed Apr 11, 2015
1 parent 9bf251b commit 03b69a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/friture-setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Section MSVC
SetOutPath $PLUGINSDIR
File "${PROJECT_PATH}\installer\vcredist_x86.exe"
DetailPrint "Installing Visual C++ 2010 Libraries"
ExecWait '"$PLUGINSDIR\vcredist_x86.exe" /q!"'
ExecWait '"$PLUGINSDIR\vcredist_x86.exe" /passive /norestart"'
SectionEnd

Section -AdditionalIcons
Expand Down

0 comments on commit 03b69a3

Please sign in to comment.