Skip to content

Commit

Permalink
Merge pull request #433 from SmuSmu/master
Browse files Browse the repository at this point in the history
Add silent parameter for C++ redist
  • Loading branch information
alemuntoni authored Jan 28, 2020
2 parents 2534235 + bd49e62 commit 35c6870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/meshlab-64bit.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Section -Prerequisites
${If} $1 == "1"
Goto endPrerequisites
${Else}
ExecWait "$INSTDIR\vc_redist.x64.exe"
ExecWait '"$INSTDIR\vc_redist.x64.exe" /q /norestart'
${EndIf}
endPrerequisites:
SectionEnd
Expand Down

0 comments on commit 35c6870

Please sign in to comment.