Skip to content

Commit

Permalink
Add silent parameter for C++ redist
Browse files Browse the repository at this point in the history
  • Loading branch information
SmuSmu authored Mar 18, 2019
1 parent f6c6675 commit bd49e62
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 bd49e62

Please sign in to comment.