[GRASS-SVN] r57038 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 8 01:54:03 PDT 2013


Author: hamish
Date: 2013-07-08 01:54:02 -0700 (Mon, 08 Jul 2013)
New Revision: 57038

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl
Log:
add show details button (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl	2013-07-07 14:12:47 UTC (rev 57037)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl	2013-07-08 08:54:02 UTC (rev 57038)
@@ -90,9 +90,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