I would like to grant admin rights on my application, so when anybody run it, it will not depend on users rights.
I would like to do this just one time and from that time it should still be like "admin app"
Something similar like in Linux is saved uid, which use for example passwd.
I found that topic Grant admin rights on an application but that solution needs to enter pass and user name at each run which I do not want...
The idea behind all this is: I have an app which I know what it do, I trust just that one app, but it needs admin rights to do its job...
I need to exec this app on build server so that is why I can not run it from admin account...
Thanks
EDIT: to be more accuracy, one of app which I am using need to use window installer service, I read something that I need admin right or at least interactive account to use it... but my build script is just a service, so when this service trigger an app which need to use windows installer service it just wrote that it is not accessible...
Microsoft Application Compatibility Toolkitwhich might be able to address your overall problem. – Ramhound Nov 08 '13 at 12:31