To set this linker option in the Visual Studio development environment
- Open the project’s Property Pages dialog box. For details, see How to: Open Project Property Pages.
- Expand the Configuration Properties node.
- Expand the Linker node.
- Select the Manifest File property page.
- Modify the Enable User Account Control (UAC), UAC Execution Level, and UAC Bypass UI Protection properties.
To set this linker option programmatically
- See EnableUAC, UACExecutionLevel, and UACUIAccess.
Source: http://msdn.microsoft.com/en-us/library/bb384691.aspx
Leave a Reply