home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / System32 / ftp.exe / MANIFEST / 1
Extensible Markup Language  |  2008-01-19  |  637b  |  17 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!-- Copyright (c) Microsoft Corporation -->
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  4.   <assemblyIdentity version="1.0.0.0" processorArchitecture="x86" name="FTP" type="win32"/> 
  5.   <description>FTP.exe LUA manifest</description> 
  6.   <!-- Identify the application security requirements. -->
  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. </assembly>
  15.  
  16.  
  17.