home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / PATHPING.EXE / MANIFEST / 1
Extensible Markup Language  |  2006-11-02  |  733b  |  25 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"
  4.  manifestVersion="1.0"> 
  5.  
  6.   <assemblyIdentity version="5.1.0.0"
  7.      processorArchitecture="x86"
  8.      name="Microsoft.Windows.Net.pathping"
  9.      type="win32"/> 
  10.  
  11.   <description>pathping - pathping command line tool.</description> 
  12.  
  13.   <!-- Identify the application security requirements. -->
  14.  
  15.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  16.     <security>
  17.       <requestedPrivileges>
  18.         <requestedExecutionLevel
  19.           level="asInvoker"
  20.           uiAccess="false"/>
  21.         </requestedPrivileges>
  22.        </security>
  23.   </trustInfo>
  24.  
  25. </assembly>