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="FXVERSION"
   4          processorArchitecture="X86"
   5          name="javafxpackager.exe"
   6          type="win32"/>
   7   <description>JavaFX application packager</description>
   8   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
   9     <security>
  10       <requestedPrivileges>
  11         <requestedExecutionLevel level='asInvoker' uiAccess='false' />
  12       </requestedPrivileges>
  13     </security>
  14   </trustInfo>
  15   <!-- Indicate this JDK version is Windows 7 compatible -->
  16    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  17       <application>
  18         <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  19         <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  20       </application>
  21     </compatibility>
  22 </assembly>