Winforms application requests admin rights
When I build and run my application, it reque开发者_开发知识库sts me admin rights automatically.
I do not remember if I have experimented in the past with manifest files and the mt.exe tool in order to elevate admin rights.
I do not have any post build events defined and no manifest files.
Why is it asking me admin rights, and how can this behaviour be changed?
Have a look at this page: Understanding and Configuring User Account Control in Windows Vista, especially around "Installer Detection Technology"
精彩评论