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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 7 11:58:29 EST 2010


Author: hellik
Date: 2010-03-07 11:58:29 -0500 (Sun, 07 Mar 2010)
New Revision: 41331

Modified:
   grass/branches/releasebranch_6_4/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/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-03-07 16:54:14 UTC (rev 41330)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-03-07 16:58:29 UTC (rev 41331)
@@ -95,7 +95,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