home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / fveupdate.exe / MANIFEST / 1
Text File  |  2008-01-19  |  724b  |  26 lines

  1. <!-- Copyright (c) Microsoft Corporation -->
  2. <assembly
  3.     xmlns="urn:schemas-microsoft-com:asm.v1" 
  4.     manifestVersion="1.0">
  5.     <assemblyIdentity
  6.         name="PropSheetStress"
  7.         processorArchitecture="x86"
  8.         version="1.0.0.0"
  9.         type="win32"
  10.     />
  11.     <description>
  12.         BitLocker Drive Encryption Servicing Applet
  13.     </description>
  14.     <trustInfo 
  15.         xmlns="urn:schemas-microsoft-com:asm.v3">
  16.         <security>
  17.             <requestedPrivileges>
  18.                 <requestedExecutionLevel 
  19.                     level="asInvoker"
  20.                     uiAccess="false"
  21.                 />
  22.             </requestedPrivileges>
  23.         </security>
  24.     </trustInfo>
  25. </assembly>
  26.