cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
balaji_akula
Level 3

Alter the user permissions

we need to alter the permissions of a particular user while the installation is on does installshield provide any such fucntions?
Labels (1)
0 Kudos
(3) Replies
Bineesh
Level 6

Is it setting permission for Folder for a group or you are creating any user? Which kind of project you are using?..
0 Kudos
balaji_akula
Level 3

I am using Installscript MSI project....
0 Kudos
MrTree
Level 6

Hi,

you can do something like this

SetObjectPermissions(TARGETDIR, IS_PERMISSIONS_TYPE_FOLDER, "", "Everyone", DELETE|GENERIC_EXECUTE|GENERIC_READ|GENERIC_WRITE|FILE_DELETE_CHILD , 0);
0 Kudos