question about custom action to edit security
How can I remove security inheritance from the parent key on a registry key and copy all current permissions using vbscript.
How can I remove security inheritance from the parent key on a registry key and copy all current permissions using vbscript.
Use Secedit
The following link take you to - Different Ways of Giving Permissions in Your Windows Installer
Url: https://www-secure.symantec.com/community/article/...
From That Make use of SECEDIT method to create the necessary files(.sdb & .inf) and then go for a VBScript copy them to the local system in security/ folder and run the command line as specified; through the VBScript.
Thanks
Sid
Would you like to reply?
Login or Register to post your comment.