Mercurial > trustbridge
view cinst/asInvoker.manifest @ 1285:4a3a482dc337
Build instruction consistency: always using curl -O instead of wget. Wget taken out.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Mon, 29 Sep 2014 13:01:50 +0200 |
parents | 60927efa48cc |
children | b0bdccc4ee2d |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> </assembly>