Expand Minimize
This topic has not yet been rated - Rate this topic

linkUACExecutionLevel Enumeration

Specifies whether User Account Control (UAC) information is embedded in the program manifest.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
'Declaration
Public Enumeration linkUACExecutionLevel
Member nameDescription
linkUACExecutionLevelAsInvokerThe application will run with the same permissions as the process that started it. This value is equivalent to the asInvoker link option parameter.
linkUACExecutionLevelHighestAvailableThe application will run with the highest permission level that it can. This value is equivalent to the highestAvailable link option parameter.
linkUACExecutionLevelRequireAdministratorThe application will run with administrator permissions. This value is equivalent to the requireAdministrator link option parameter.

This enumeration corresponds to the /MANIFESTUAC (Embeds UAC information in manifest) linker option. For more information, see the _level parameter of the /MANIFESTUAC:level version of the linker option.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.