I found info on how to do it in c#, but how to make a C++ app pop-up that UAC "Run as administrator" when it is run?
Asked
Active
Viewed 2,587 times
1 Answers
11
You can set the manifest in Visual Studio in:
Project >> Properties >> Configuration Properties >> Linker >> Manifest File >> UAC Execution Level.

Mike Kwan
- 24,123
- 12
- 63
- 96