[GRASS-SVN] r41319 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 7 11:18:25 EST 2010


Author: hellik
Date: 2010-03-07 11:18:23 -0500 (Sun, 07 Mar 2010)
New Revision: 41319

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
wingrass-installer improvements - part 1:
change RequestExecutionLevel from user to admin
(see https://trac.osgeo.org/grass/ticket/986#comment:5)

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-03-07 11:21:16 UTC (rev 41318)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-03-07 16:18:23 UTC (rev 41319)
@@ -80,7 +80,7 @@
 InstallDir "$PROGRAMFILES\${GRASS_BASE}"
 
 ;Request application privileges for Windows Vista
-RequestExecutionLevel user
+RequestExecutionLevel admin
 
 ;Tell the installer to show Install and Uninstall details as default
 ShowInstDetails show



More information about the grass-commit mailing list