Directory permissions in DevStudio
GAH! [:@]
I'm having a nightmare figuring out how to change the permissions of a data directory for an app I'm packaging under DevStudio. I know to right-click, properties, permissions...but on the "Name(s)" section none of the syntax I'm using works and the app keeps crashing on install. Basically, I just want to give users modify access. I thought it would just be:
Domain
[%USERDOMAIN]
User
Users
or similar?
The help file is gibberish...to me anyway.
Thanks in advance for any help!
I'm having a nightmare figuring out how to change the permissions of a data directory for an app I'm packaging under DevStudio. I know to right-click, properties, permissions...but on the "Name(s)" section none of the syntax I'm using works and the app keeps crashing on install. Basically, I just want to give users modify access. I thought it would just be:
Domain
[%USERDOMAIN]
User
Users
or similar?
The help file is gibberish...to me anyway.
Thanks in advance for any help!
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
carefree
20 years ago
I am not sure about DevStudio but in ORCA I tend to use the following...
Domain: Blank - this field is nullable. I have not been on a client site where this was required.
Users: "Everyone" - I recomend making a 2nd permission for "Administrators" as the installer tends to remove all other permissions on the directory.
Permission: "1073741824" - This is the decimal code for "write access!. Perhaps for the administrators use "268435456", which is "Generic all".
Good luck! [8D]
Domain: Blank - this field is nullable. I have not been on a client site where this was required.
Users: "Everyone" - I recomend making a 2nd permission for "Administrators" as the installer tends to remove all other permissions on the directory.
Permission: "1073741824" - This is the decimal code for "write access!. Perhaps for the administrators use "268435456", which is "Generic all".
Good luck! [8D]
Posted by:
ianwil1976
20 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.