nsis: hide details by default

This commit is contained in:
Juergen E. Fischer 2017-02-19 22:11:46 +01:00
parent 0ad804a781
commit d9abe1e069

View File

@ -60,8 +60,8 @@ OutFile "${INSTALLER_NAME}"
;Tell the installer to show Install and Uninstall details as default
ShowInstDetails show
ShowUnInstDetails show
ShowInstDetails hide
ShowUnInstDetails hide
;----------------------------------------------------------------------------------------------------------------------------