Re: Set rights for given SID
If you are using an MSI installation you can do this with an MSI call. You can also do this with WMI inside your application.
Keep in mind the user has to have administrative rights to that area to set the security permissions.
Re: Set rights for given SID
Hi tometa,
Quote:
You can also do this with WMI inside your application.
Do you have a sample how to do it? At this point I'm not working with MSI; so I have to do it during the first start of my app. And yes: during the first start the user has admin rights.
Thanks, and a very good new year!
awue
Re: Set rights for given SID
There are actually several options in this article including WMI and Regini
http://www.windowsitlibrary.com/Content/237/2.html
Re: Set rights for given SID
Thanks a lot! Looks very promising.
A very good year!
awue