ref: 4af7ea5ba13f4f04ac9c505e0c0e20cef545b767
dir: /src/setup/setup-manifest.xml/
<?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="1.1.1.0" processorArchitecture="*" name="chocolate-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>