view cinst/asInvoker.manifest @ 1233:7da9ec20eae4

(issue148) Disable UI Updates while loading the list. This removes flickering when updates are loaded.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 24 Sep 2014 15:49:27 +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>

http://wald.intevation.org/projects/trustbridge/