ref: 8bf9496eeb4b9b32f1863cd10765b31f80bb971c
dir: /src/setup/setup-manifest.xml.in/
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <!-- The "name" field in this tag should be the same as the executable's name --> <assemblyIdentity version="@[email protected]" processorArchitecture="*" name="@PROGRAM_PREFIX@setup" type="win32"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <!-- Hi Vista! We don't require elevated privileges. Thanks! --> <requestedExecutionLevel level="asInvoker"/> </requestedPrivileges> </security> </trustInfo> </assembly>