home *** CD-ROM | disk | FTP | other *** search
/ boe.ming.k12.wv.us / boe.ming.k12.wv.us.tar / boe.ming.k12.wv.us / java6u45.zip / java6u45.exe / 1033 / MANIFEST / 1
Extensible Markup Language  |  2014-11-17  |  687b  |  20 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="6.0.450.6"
  4.      processorArchitecture="X86"
  5.      name="jdk-6-windows-i586"
  6.      type="win32"/> 
  7.  
  8.   <description>Java(TM) SE Runtime Environment 6.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. </assembly>
  20.