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

How to retrieve permissions set of a folder

Hi all,

I have an InstallShield 2022 InstallScript MSI projejct.

I want to retrieve what permissions/ACLs are set on a folder on the machine.
e.g. when user specified INSTALLDIR and the dir exists, how to retrieve what permissions are set.

basically I see we have SetObjectPermissions to set ACLs. But don't see a GetObjectPermissions.

Kindly advise.

thanks in advance.

Labels (1)
0 Kudos
(1) Reply
agshah
Level 7

Folks, appreciate any advise on this.