How stable is this method to ensure that my admin application requests admin privileges when launching:
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
This works well on Windows 7 but I do not have access to XP and Vista so cannot tell.