home *** CD-ROM | disk | FTP | other *** search
/ The John MacArthur Essential Bible Study Library / JohnMacArthurEssentialBibleStudyLibrary-Win2000.iso / Setup.exe / 1033 / MANIFEST / 1
Extensible Markup Language  |  2008-12-22  |  551b  |  16 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3.     <assemblyIdentity version="3.0.1.1" processorArchitecture="X86" name="Setup" type="win32"/>
  4.     <description>Libronix Setup</description>
  5.     
  6.     <!-- No administrative privileges are required to run. -->
  7.     <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  8.         <security>
  9.             <requestedPrivileges>
  10.                 <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
  11.             </requestedPrivileges>
  12.         </security>
  13.     </trustInfo>
  14.  
  15. </assembly>
  16.