This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Action to set unix file permissions
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 21, 2006
07:39 PM
Action to set unix file permissions
Before I jump in and write an action to do this I thought it best to check to see if this particular wheel has already been invented.
Has anyone written a product or wizard action that can set/change unix file permissions?
thanks in advance.
Has anyone written a product or wizard action that can set/change unix file permissions?
thanks in advance.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 25, 2006
03:09 AM
when you include the files in your component, there are several options (under "attributes") where you can specify which permissions you want to set, or if you want to keep those of the original files... i hope this is what you meant
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 25, 2006
11:33 AM
Hi. I am aware of this feature. However I need an action to change the attributes as a post install action.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 29, 2006
01:34 AM
Hi,
You can write a bean where you run the command -- "chmod" and set the attributes as required -- Ex: "+x"
You can write a bean where you run the command -- "chmod" and set the attributes as required -- Ex: "+x"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 29, 2006
01:40 PM
That's one way but I am actually going to use the proper FileService apis to set the attributes. Hopefully that will work correctly.