[GRASS-SVN] r41326 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 7 11:42:19 EST 2010


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

Modified:
   grass/trunk/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/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2010-03-07 16:35:12 UTC (rev 41325)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2010-03-07 16:42:18 UTC (rev 41326)
@@ -79,7 +79,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