Set app to require elevation?

前端 未结 2 2027
刺人心
刺人心 2020-12-11 18:22

I\'m working on the bootstrap application of a new installer for some of our products. So far, I\'ve been relying on two things that I read about somewhere:

  1. Ap
2条回答
  •  轮回少年
    2020-12-11 18:54

    In VS2008: Add new item; application manifest file (app.manifest; the comments in the template file tell you how to demand more access).

    You can now specify the manifest in project properties on the Application tab (but you need to uncheck "Enable the Visual Studio hosting process" to debug it).

提交回复
热议问题