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
- :
- SetObjectPermissions to set ACLs on all the folders specified in INSTALLDIR
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jun 06, 2024
04:42 PM
SetObjectPermissions to set ACLs on all the folders specified in INSTALLDIR
Hi all,
I have InstallShield 2022 InstallScript MSI project.
Say user specified c:\foo\bar as INSTALLDIR.
I used SetObjectPermissions in installscript setup.rul and specified c:\foo\bar and it set ACLs/permissions on folder bar.
But I also want to set permissions to all folders that are part of INSTALLDIR.
e.g. I want to set permissions to folder 'foo' as well.
How to do this?
thanks in advance.
(0) Replies