home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / nsis-2.46-setup.exe / makensisw.exe / MANIFEST / 1
Extensible Markup Language  |  2009-12-05  |  959b  |  24 lines

  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="X86" name="Nullsoft.NSIS.makensisw" type="win32"/>
  4. <description>MakeNSIS Wrapper</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="asInvoker" uiAccess="false"/>
  14. </requestedPrivileges>
  15. </security>
  16. </trustInfo>
  17. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  18. <application>
  19. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  20. <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  21. </application>
  22. </compatibility>
  23. </assembly>
  24.