home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / RealPlayer / RealPlayer.exe / MANIFEST / 1
Encoding:
Extensible Markup Language  |  2011-09-15  |  1.4 KB  |  41 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  4.  
  5.     <assemblyIdentity
  6.  
  7.         version="1.0.0.0"
  8.  
  9.         processorArchitecture="X86"
  10.  
  11.         name="rnmininst.exe"
  12.  
  13.         type="win32"
  14.  
  15.     />
  16.  
  17.     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
  18.  
  19.         <application> 
  20.  
  21.             <!--The ID below indicates application support for Windows Vista -->
  22.  
  23.                 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
  24.  
  25.             <!--The ID below indicates application support for Windows 7 -->
  26.  
  27.                 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  28.  
  29.         </application> 
  30.  
  31.     </compatibility>
  32.  
  33.     <description>RealPlayer Installer</description>
  34.  
  35.     <dependency>
  36.  
  37.         <dependentAssembly>
  38.  
  39.             <assemblyIdentity
  40.  
  41.                 type="win32"
  42.  
  43.                 name="Microsoft.Windows.Common-Controls"
  44.  
  45.                 version="6.0.0.0"
  46.  
  47.                 processorArchitecture="X86"
  48.  
  49.                 publicKeyToken="6595b64144ccf1df"
  50.  
  51.                 language="*"
  52.  
  53.             />
  54.  
  55.         </dependentAssembly>
  56.  
  57.     </dependency>
  58.  
  59.     <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  60.  
  61.         <security>
  62.  
  63.             <requestedPrivileges>
  64.  
  65.                 <requestedExecutionLevel
  66.  
  67.                     level="requireAdministrator"
  68.  
  69.                     uiAccess="false"
  70.  
  71.                 />
  72.  
  73.             </requestedPrivileges>
  74.  
  75.         </security>
  76.  
  77.     </trustInfo>
  78.  
  79. </assembly>
  80.  
  81.