home *** CD-ROM | disk | FTP | other *** search
/ Freelog 119 / FreelogNo119-MarsAvril2014.iso / Systeme / Advanced_UninstallerPro / Advanced_Uninstaller11.exe / {app} / stop_aup.exe / 1048 / MANIFEST / 1
Encoding:
Extensible Markup Language  |  2013-12-16  |  1.4 KB  |  43 lines

  1.  
  2. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  4.  <assemblyIdentity 
  5.     version="1.0.0.0"
  6.     processorArchitecture="X86"
  7.     name="Advanced Uninstaller PRO"
  8.     type="win32"/>
  9.  <description>Advanced Uninstaller PRO is a powerful computer management tool from Innovative Solutions</description>
  10.  <!-- Identify the application security requirements. -->
  11.  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  12.    <security>
  13.      <requestedPrivileges>
  14.        <requestedExecutionLevel
  15.          level="requireAdministrator"
  16.          uiAccess="false"/>
  17.        </requestedPrivileges>
  18.       </security>
  19.  </trustInfo>
  20.  
  21.   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
  22.       <application> 
  23.         <!--The ID below indicates application support for Windows Vista -->
  24.           <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
  25.         <!--The ID below indicates application support for Windows 7 -->
  26.           <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  27.       </application> 
  28.   </compatibility>
  29.  
  30.   <dependency>
  31.     <dependentAssembly>
  32.       <assemblyIdentity
  33.         type="win32"
  34.         name="Microsoft.Windows.Common-Controls"
  35.         version="6.0.0.0"
  36.         publicKeyToken="6595b64144ccf1df"
  37.         language="*"
  38.         processorArchitecture="*"/>
  39.     </dependentAssembly>
  40.   </dependency>
  41.  
  42.  
  43. </assembly>