1*eaad808eSchristos<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2*eaad808eSchristos<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3*eaad808eSchristos  <assemblyIdentity version="1.0.0.0"
4*eaad808eSchristos     processorArchitecture="X86" name="unbound-service-install.exe" type="win32"/>
5*eaad808eSchristos  <description>Installs or removes the unbound service in the services control panel</description>
6*eaad808eSchristos  <!-- Identify the application security requirements. -->
7*eaad808eSchristos  <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
8*eaad808eSchristos    <ms_asmv2:security>
9*eaad808eSchristos      <ms_asmv2:requestedPrivileges>
10*eaad808eSchristos        <ms_asmv2:requestedExecutionLevel
11*eaad808eSchristos          level="requireAdministrator"
12*eaad808eSchristos          uiAccess="false"/>
13*eaad808eSchristos        </ms_asmv2:requestedPrivileges>
14*eaad808eSchristos       </ms_asmv2:security>
15*eaad808eSchristos  </ms_asmv2:trustInfo>
16*eaad808eSchristos  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
17*eaad808eSchristos    <application>
18*eaad808eSchristos      <!--This Id value indicates the application supports Windows Vista/Server
19*eaad808eSchristos	   2008 functionality -->
20*eaad808eSchristos      <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
21*eaad808eSchristos      <!--This Id value indicates the application supports Windows 7/Server 2008
22*eaad808eSchristos	   R2 functionality-->
23*eaad808eSchristos      <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
24*eaad808eSchristos      <!--This Id value indicates the application supports Windows 8/Server 2012
25*eaad808eSchristos	   functionality-->
26*eaad808eSchristos      <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
27*eaad808eSchristos      <!-- This Id value indicates the application supports Windows Blue/Server
28*eaad808eSchristos	   2012 R2 functionality-->
29*eaad808eSchristos      <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
30*eaad808eSchristos      <!-- This Id value indicates the application supports Windows Threshold
31*eaad808eSchristos	   functionality ; Windows 10 -->
32*eaad808eSchristos      <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
33*eaad808eSchristos    </application>
34*eaad808eSchristos  </compatibility>
35*eaad808eSchristos</assembly>
36