The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

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

Setting file permissions through transform

sconnaug
By
Level 2
Is it possable to set file system permissions through a transfrom?

I have avendor provided MSI that places folders on the workstation that need to have user permissions applied to manually post install. If possable I would like to add this to a transform either directly or through a custom action. Anyone have any processes to do this?
(2) Replies

kj95376
By
Level 2
Within the Transform:

Right cliclk on the directoy you want to add permissions and choose Properties.

Choose the Permissions button

Select the Insert key on your keyboard

When you add permissions for anyone, you MUST always add Full Control for Administrator as well.

normally for permissions, I add Users and Power Users with Modify permissions and Administrators with Full Control.

You may also find with testing the package, that you might have to add the same permissions to and and all subdirectories if they are not inherited.

KJ

sconnaug
By
Level 2
Got it, Thanks


kj95376 wrote:
Within the Transform:

Right cliclk on the directoy you want to add permissions and choose Properties.

Choose the Permissions button

Select the Insert key on your keyboard

When you add permissions for anyone, you MUST always add Full Control for Administrator as well.

normally for permissions, I add Users and Power Users with Modify permissions and Administrators with Full Control.

You may also find with testing the package, that you might have to add the same permissions to and and all subdirectories if they are not inherited.

KJ