Skip to content

Commit

Permalink
nsis installer changed SID of grass82.py (OSGeo#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewcomb authored and ninsbl committed Feb 17, 2023
1 parent 1b24dd3 commit 1be8382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mswindows/GRASS-Installer.nsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,8 @@ Section "GRASS" SecGRASS
Push 'config_projshare = "$INSTDIR\share\proj"' ; string to replace whole line with
Call ReplaceLineStr

;replace BU with numeric group name for local users
AccessControl::SetOnFile "$INSTDIR\etc\grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@.py" "(S-1-5-32-545)" "GenericRead + GenericExecute"
;replace BU with numeric group name for local users. Users S-1-5-32-545 does not work for Windows Enterprise. Try Authenticated Users S-1-5-11
AccessControl::SetOnFile "$INSTDIR\etc\grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@.py" "(S-1-5-11)" "GenericRead + GenericExecute"
SectionEnd

;--------------------------------------------------------------------------
Expand Down

0 comments on commit 1be8382

Please sign in to comment.