Uncategorized 26 Jun 2008 08:58 am

Embutindo o manifesto UAC na aplicação com Delphi

“Crie um arquivo XML chamado “UAC.manifest” com o seguinte conteúdo:

<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?>
<assembly xmlns=”urn:schemas-microsoft-com:asm.v1″ manifestVersion=”1.0″>
  <v3:trustInfo xmlns:v3=”urn:schemas-microsoft-com:asm.v3″>
    <v3:security>
      <v3:requestedPrivileges>

        <v3:requestedExecutionLevel level=”highestAvailable” />
      </v3:requestedPrivileges>
    </v3:security>
  </v3:trustInfo>
</assembly>

Antes do manifesto ser embutido no executado ele precisa ser compilado…”

leia mais

Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply