mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
[ROSBE]
This is what happens when you try to make everyone happy at once. Add more rights to Users in Install root dir.
This commit is contained in:
parent
72a8bc7580
commit
42786eef45
@ -111,7 +111,7 @@ ReserveFile /plugin InstallOptions.dll
|
||||
Section -BaseFiles SEC01
|
||||
|
||||
;; Make the directory "$INSTDIR" read write accessible by all users
|
||||
AccessControl::GrantOnFile "$INSTDIR" "(BU)" "GenericRead + GenericWrite"
|
||||
AccessControl::GrantOnFile "$INSTDIR" "(BU)" "FullAccess"
|
||||
|
||||
SetShellVarContext current
|
||||
SetOutPath "$INSTDIR"
|
||||
|
Loading…
Reference in New Issue
Block a user