summaryrefslogtreecommitdiff
path: root/src/inc/UacAsInvoker.manifest
blob: 80a5e05e20b3eb7dac9dacb3ec63fe25c1d11cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
    <ms_asmv3:security>
      <ms_asmv3:requestedPrivileges>
        <ms_asmv3:requestedExecutionLevel
          level="asInvoker"
          uiAccess="false"/>
      </ms_asmv3:requestedPrivileges>
    </ms_asmv3:security>
  </ms_asmv3:trustInfo>
</assembly>