J
2013-04-06 13:17:00 UTC
Are there, or have there already been, plans to support embedding
manifests for compatibility with UAC?
http://msdn.microsoft.com/en-us/library/windows/desktop/bb756929.aspx
which ends up being something like additional resource, but is also
compiled, because the XML disappears for the security token request...
<requestedExecutionLevel
level="asInvoker|highestAvailable|requireAdministrator"
uiAccess="true|false"/>
Once running there is no way to promote yourself, but you can be run with
an option to (ShellExecute?) or have a manifest for load time promotion....
manifests for compatibility with UAC?
http://msdn.microsoft.com/en-us/library/windows/desktop/bb756929.aspx
which ends up being something like additional resource, but is also
compiled, because the XML disappears for the security token request...
<requestedExecutionLevel
level="asInvoker|highestAvailable|requireAdministrator"
uiAccess="true|false"/>
Once running there is no way to promote yourself, but you can be run with
an option to (ShellExecute?) or have a manifest for load time promotion....