]>
Commit | Line | Data |
---|---|---|
89c4ed63 A |
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | |
3 | <assemblyIdentity version="1.0.0.0" | |
4 | processorArchitecture="X86" name="unbound-service-install.exe" type="win32"/> | |
5 | <description>Installs or removes the unbound service in the services control panel</description> | |
6 | <!-- Identify the application security requirements. --> | |
7 | <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2"> | |
8 | <ms_asmv2:security> | |
9 | <ms_asmv2:requestedPrivileges> | |
10 | <ms_asmv2:requestedExecutionLevel | |
11 | level="requireAdministrator" | |
12 | uiAccess="false"/> | |
13 | </ms_asmv2:requestedPrivileges> | |
14 | </ms_asmv2:security> | |
15 | </ms_asmv2:trustInfo> | |
16 | </assembly> |