Skip to content

Commit d9abe1e

Browse files
committedFeb 19, 2017
nsis: hide details by default
1 parent 0ad804a commit d9abe1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ms-windows/QGIS-Installer.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ OutFile "${INSTALLER_NAME}"
6060

6161

6262
;Tell the installer to show Install and Uninstall details as default
63-
ShowInstDetails show
64-
ShowUnInstDetails show
63+
ShowInstDetails hide
64+
ShowUnInstDetails hide
6565

6666
;----------------------------------------------------------------------------------------------------------------------------
6767

0 commit comments

Comments
 (0)
Please sign in to comment.