home *** CD-ROM | disk | FTP | other *** search
/ ftp.comtrol.com / 2014.07.ftp.comtrol.com.tar / ftp.comtrol.com / rport_express_smpte / drivers / windows / 8 / rp_express_infinity_windows_4.10.exe / MANIFEST / 1
Extensible Markup Language  |  2014-05-12  |  2KB  |  37 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
  3.   <!--  Enable Visual Styles  -->
  4.   <dependency>
  5.     <dependentAssembly>
  6.       <assemblyIdentity language="*" name="Microsoft.Windows.Common-Controls" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" type="win32" version="6.0.0.0"/>
  7.     </dependentAssembly>
  8.   </dependency>
  9.   <!--  Set the current process as DPI aware (for Windows Vista or newer)  -->
  10.   <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  11.     <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  12.       <dpiAware>true</dpiAware>
  13.     </asmv3:windowsSettings>
  14.   </asmv3:application>
  15.   <!--  Set OS compatibility  -->
  16.   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  17.     <application>
  18.       <!-- The ID below indicates application support for Windows Vista  -->
  19.       <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  20.       <!-- The ID below indicates application support for Windows 7  -->
  21.       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  22.       <!-- The ID below indicates application support for Windows 8  -->
  23.       <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
  24.       <!-- The ID below indicates application support for Windows 8.1  -->
  25.       <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
  26.     </application>
  27.   </compatibility>
  28.   <!--  Set UAC level  -->
  29.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  30.     <security>
  31.       <requestedPrivileges>
  32.         <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
  33.       </requestedPrivileges>
  34.     </security>
  35.   </trustInfo>
  36. </assembly>
  37.