home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / SystemPropertiesDataExecutionPrevention.exe / MANIFEST / 1
Extensible Markup Language  |  2006-11-02  |  1KB  |  31 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 
  5.     processorArchitecture="x86"
  6.     version="5.1.0.0" 
  7.     name="Microsoft.Windows.SystemPropertiesDataExecutionPrevention" type="win32" />
  8. <description>System Properties Data Execution Prevention</description>
  9. <dependency>
  10.     <dependentAssembly>
  11.         <assemblyIdentity
  12.             type="win32"
  13.             name="Microsoft.Windows.Common-Controls"
  14.             version="6.0.0.0"
  15.             publicKeyToken="6595b64144ccf1df"
  16.             processorArchitecture="x86"
  17.         />
  18.     </dependentAssembly>
  19. </dependency>
  20. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  21.     <security>
  22.         <requestedPrivileges>
  23.             <requestedExecutionLevel
  24.                 level="requireAdministrator"
  25.                 uiAccess="false"
  26.             />
  27.         </requestedPrivileges>
  28.     </security>
  29. </trustInfo>
  30. </assembly>
  31.