#1983: wingrass: permission denied to open grass70.py
---------------------------------+------------------------------------------
Reporter: mmetz | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Installation | Version: svn-trunk
Keywords: wingrass, installer | Platform: MSWindows 7
Cpu: All |
---------------------------------+------------------------------------------
On some Windows 7 systems, regular users may not be allowed to open or
execute grass70.py. The NSIS installer should set file permissions with
the !AccessControl plug-in:
{{{
# Make the file
# "%GISBASE%\etc\grass@GRASS_VERSION_MAJOR@@[email protected]"
# readable and executable by all users
AccessControl::GrantOnFile \
"%GISBASE%\etc\grass@GRASS_VERSION_MAJOR@@[email protected]"
"(BU)" "GenericRead + GenericExecute"
}}}
This applies probably also to all files in "%GISBASE%\bin".
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1983>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev