home *** CD-ROM | disk | FTP | other *** search
/ Chip 2008 June / CHIP-2008-06.iso / software / PowerShell / PowerShell_Setup_x86.msi / Icon.PSIcon.exe / MANIFEST / 1
Encoding:
Extensible Markup Language  |  2008-03-25  |  477 b   |  18 lines

  1. <?xml version='1.0' encoding='utf-8' standalone='yes'?>
  2. <assembly
  3.     xmlns="urn:schemas-microsoft-com:asm.v1"
  4.     manifestVersion="1.0"
  5.     >
  6.   <description>PowerShell</description>
  7.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  8.     <security>
  9.       <requestedPrivileges>
  10.         <requestedExecutionLevel
  11.             level="asInvoker"
  12.             uiAccess="false"
  13.             />
  14.       </requestedPrivileges>
  15.     </security>
  16.   </trustInfo>
  17. </assembly>
  18.