[GRASS-SVN] r57039 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 8 01:54:25 PDT 2013
Author: hamish
Date: 2013-07-08 01:54:23 -0700 (Mon, 08 Jul 2013)
New Revision: 57039
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
add show details button (merge from devbr6)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2013-07-08 08:54:02 UTC (rev 57038)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2013-07-08 08:54:23 UTC (rev 57039)
@@ -91,9 +91,9 @@
;Request application privileges for Windows Vista
RequestExecutionLevel admin
-;Tell the installer to show Install and Uninstall details as default
-ShowInstDetails show
-ShowUnInstDetails show
+;Tell the installer to hide Install and Uninstall details as default
+ShowInstDetails hide
+ShowUnInstDetails hide
;----------------------------------------------------------------------------------------------------------------------------
More information about the grass-commit
mailing list