Home | History | Annotate | Download | only in mini_installer
      1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      3   <!--
      4     Have compatibility section here instead of using
      5       build/win/compatibility.manifest
      6     to work around crbug.com/272660.
      7     TODO(yukawa): Use build/win/compatibility.manifest again.
      8   -->
      9   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
     10     <application>
     11       <!--The ID below indicates application support for Windows Vista -->
     12       <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
     13       <!--The ID below indicates application support for Windows 7 -->
     14       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
     15       <!--The ID below indicates application support for Windows 8 -->
     16       <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
     17       <!--The ID below indicates application support for Windows 8.1 -->
     18       <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
     19     </application>
     20   </compatibility>
     21   <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
     22     <ms_asmv2:security>
     23       <ms_asmv2:requestedPrivileges>
     24         <ms_asmv2:requestedExecutionLevel level="asInvoker" />
     25       </ms_asmv2:requestedPrivileges>
     26     </ms_asmv2:security>
     27   </ms_asmv2:trustInfo>
     28 </assembly>
     29