Set app to require elevation?

前端 未结 2 2028
刺人心
刺人心 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:56

    When I couldn't find application manifest as a new item that could be added to my project, I went into the online help and found this:

    configure the VS2008 in Configuration Properties - Linker - Manifest File - UAC Execution Level (requireAdministrator)

    That did the trick.

提交回复
热议问题