[GRASS-SVN] r66254 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 17 13:32:23 PDT 2015
Author: hellik
Date: 2015-09-17 13:32:23 -0700 (Thu, 17 Sep 2015)
New Revision: 66254
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
GRASS-Installer.nsi.tmpl: GrantOnFile => FullAccess
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-09-17 20:21:03 UTC (rev 66253)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-09-17 20:32:23 UTC (rev 66254)
@@ -529,11 +529,11 @@
File /r ${PACKAGE_FOLDER}\*.*
;grant $INSTDIR\etc read write accessible and show if succeeded: error if it failed
- AccessControl::GrantOnFile "$INSTDIR\etc" "(S-1-5-32-545)" "GenericRead + GenericWrite + GenericExecute"
+ AccessControl::GrantOnFile "$INSTDIR\etc" "(S-1-5-32-545)" "FullAccess"
Pop $R0
DetailPrint $R0
;grant modifying/overwriting fontcap file and show if succeeded: error if it failed
- AccessControl::GrantOnFile "$INSTDIR\etc\fontcap" "(S-1-5-32-545)" "GenericRead + GenericWrite + Delete + GenericExecute"
+ AccessControl::GrantOnFile "$INSTDIR\etc\fontcap" "(S-1-5-32-545)" "FullAccess"
Pop $R0
DetailPrint $R0
More information about the grass-commit
mailing list