How can I set permissions on folders and files using AdminStudio?
Please let me know the steps to give permissions for files and folder at the time of repacking using admin studio
0 Comments
[ + ] Show comments
Answers (4)
Answer Summary:
1.Open Installshield (I'm using 2010 Professional) 2.Go to the "General Iformation" section in the left hand pane. 3.Make sure that the setting "Locked-Down Permissions" is set to "Custom InstallShield handling". This allows you to do more advanced stuff with the permissions. 4.Go to the "Files and Folders" section in the left hand pane (or the file section in whatever component you want to change) 5.Right click the folder / file you wish to modify the permissions for. 6.Click "Permissions" 7.Set the ACLs you wish
1.Open Installshield (I'm using 2010 Professional) 2.Go to the "General Iformation" section in the left hand pane. 3.Make sure that the setting "Locked-Down Permissions" is set to "Custom InstallShield handling". This allows you to do more advanced stuff with the permissions. 4.Go to the "Files and Folders" section in the left hand pane (or the file section in whatever component you want to change) 5.Right click the folder / file you wish to modify the permissions for. 6.Click "Permissions" 7.Set the ACLs you wish
Please log in to answer
Posted by:
Ifan
12 years ago
- Open Installshield (I'm using 2010 Professional)
- Go to the "General Iformation" section in the left hand pane.
- Make sure that the setting "Locked-Down Permissions" is set to "Custom InstallShield handling". This allows you to do more advanced stuff with the permissions.
- Go to the "Files and Folders" section in the left hand pane (or the file section in whatever component you want to change)
- Right click the folder / file you wish to modify the permissions for.
- Click "Permissions"
- Set the ACLs you wish
A good tip is to check out the builtin help and flexeras helpnet.
Comments:
-
Taq Ifan. - vinodreddy10 12 years ago
-
Ifan, one more help
please let me know the step by step procedure to write a custom action using install shield and what are the options that we choose everytime
Taq for ur valuable time and answer - vinodreddy10 12 years ago -
No problems. Can't really tell you about custom actions, it's such a vast topic and the options depends on what you want to do. Making custom actions requires a thorough understanding of how they work and practice. You should study it yourself. Read some articles and get the book "Phil Wilsons guide to Windows Installer". Lots of useful stuff in there. - Ifan 12 years ago
-
Okay Ifan taq a lot - vinodreddy10 12 years ago
Posted by:
piyushnasa
12 years ago
I have written detailed explaination of giving permission in Windows Installer. It does not matter from which tool you use it.
You can have a look at this post:
http://msiworld.blogspot.com.au/2008/11/different-ways-of-giving-permissions-in.html
Posted by:
jagadeish
12 years ago
Posted by:
SilentKiller
12 years ago
You can write a custom action using one of the following executables:
- icacls(Windows 7) or cacls (Windows XP)
- subinacl
- setacl
Comments:
-
u can add permissions in installshild very easy - roni86 12 years ago
-
Thanks for your reply and could you be able to give step by step procedure for that - vinodreddy10 12 years ago
-
in installschild click go to folder and click permison and the add it :) - roni86 12 years ago
-
FYI.. Cacls is available in Windows 7.. - jagadeish 12 years ago
-
Cacls is very much available in Windows 7 but with deprecated features. So better to use icacls in windows 7. - SilentKiller 12 years ago
-
What do you mean? Please explain.. - jagadeish 12 years ago
-
is there any one who will give step by step procedure rather than giving one line answer - vinodreddy10 12 years ago