XPTheme.manifest 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <assemblyIdentity
  4. name="JR.Inno.Setup"
  5. processorArchitecture="x86"
  6. version="1.0.0.0"
  7. type="win32"/>
  8. <description>Inno Setup</description>
  9. <dependency>
  10. <dependentAssembly>
  11. <assemblyIdentity
  12. type="win32"
  13. name="Microsoft.Windows.Common-Controls"
  14. version="6.0.0.0"
  15. processorArchitecture="x86"
  16. publicKeyToken="6595b64144ccf1df"
  17. language="*"
  18. />
  19. </dependentAssembly>
  20. </dependency>
  21. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  22. <security>
  23. <requestedPrivileges>
  24. <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
  25. </requestedPrivileges>
  26. </security>
  27. </trustInfo>
  28. <application xmlns="urn:schemas-microsoft-com:asm.v3">
  29. <windowsSettings>
  30. <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
  31. </windowsSettings>
  32. </application>
  33. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  34. <application>
  35. <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  36. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  37. <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
  38. <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
  39. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  40. </application>
  41. </compatibility>
  42. <file name="mpr.dll" loadFrom="%SystemRoot%\system32\" />
  43. <file name="netapi32.dll" loadFrom="%SystemRoot%\system32\" />
  44. <file name="netutils.dll" loadFrom="%SystemRoot%\system32\" />
  45. <file name="textshaping.dll" loadFrom="%SystemRoot%\system32\" />
  46. <file name="version.dll" loadFrom="%SystemRoot%\system32\" />
  47. <file name="winhttp.dll" loadFrom="%SystemRoot%\system32\" />
  48. </assembly>