home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / QUERYPRO / jre-7u45-windows-i586.exe / 1033 / MANIFEST / 1
Extensible Markup Language  |  2013-10-21  |  1KB  |  28 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="7.0.450.18"
  4.      processorArchitecture="X86"
  5.      name="jre-7-windows-i586"
  6.      type="win32"/> 
  7.  
  8.   <description>Java SE Runtime Environment 7.0 Update 45</description> 
  9.   <!-- Identify the application security requirements. -->
  10.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  11.     <security>
  12.       <requestedPrivileges>
  13.         <requestedExecutionLevel
  14.           level="requireAdministrator"
  15.           uiAccess="false"/>
  16.         </requestedPrivileges>
  17.        </security>
  18.   </trustInfo>
  19.  
  20. <!-- Indicate this JDK version is Windows 7 compatible -->
  21.    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  22.       <application>
  23.         <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  24.         <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  25.       </application>
  26.     </compatibility>
  27. </assembly>
  28.