You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UAC.manifest 766B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="DMDirc Installer" type="win32"/>
  4. <description>DMDirc Installer</description>
  5. <dependency>
  6. <dependentAssembly>
  7. <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"/>
  8. </dependentAssembly>
  9. </dependency>
  10. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  11. <security>
  12. <requestedPrivileges>
  13. <requestedExecutionLevel level="requireAdministrator"/>
  14. </requestedPrivileges>
  15. </security>
  16. </trustInfo>
  17. </assembly>