home *** CD-ROM | disk | FTP | other *** search
/ Duke Nukem 3D - Kill-A-Ton / Duke_Nukem_3D_Kill-A-Ton_Collection_-_CD1.iso / autorun.exe / MANIFEST / 1
Extensible Markup Language  |  2010-11-19  |  1KB  |  53 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!-- Copyright (c) Microsoft Corporation -->
  3. <!--
  4.   Copyright (c) Microsoft Corporation.  All rights reserved.
  5.  
  6.    Authors:
  7.        GaryY
  8.  
  9.    Module name:
  10.        wextract.manifest
  11.  
  12.    Abstract:
  13.        Manifest to support IExpress WExtract.exe.
  14. -->
  15.  
  16.   <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  17.   <assemblyIdentity
  18.     version="1.0.0.0"
  19.     processorArchitecture="amd64"
  20.     name="wextract"
  21.     type="win32"
  22.   />
  23.  
  24.   <description>IExpress extraction tool</description>
  25.  
  26.   <dependency>
  27.     <dependentAssembly>
  28.        <assemblyIdentity
  29.            type="win32"
  30.            name="Microsoft.Windows.Common-Controls"
  31.            version="6.0.0.0"
  32.            processorArchitecture="amd64"
  33.            publicKeyToken="6595b64144ccf1df"
  34.            language="*"
  35.        />
  36.     </dependentAssembly>
  37.   </dependency>
  38.  
  39.   <!-- Identify the application security requirements. -->
  40.  
  41.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  42.     <security>
  43.       <requestedPrivileges>
  44.         <requestedExecutionLevel
  45.           level="asInvoker"
  46.           uiAccess="false"/>
  47.         </requestedPrivileges>
  48.        </security>
  49.   </trustInfo>
  50.  
  51. </assembly>
  52.  
  53.