This article is a guide to making applications UAC aware for Vista. An application can be made Vista aware through the use of an embedded manifest. The Manifest <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> …
