[Mono-dev] Manifest file with mono in order to run apps in Administrator

Nixeus transfairre at free.fr
Tue Feb 14 15:19:51 UTC 2012


Thanks for your answer,

I have try :

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    <security>
      <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
        <requestedExecutionLevel level="<b>requireAdministrator*"
uiAccess="false"/>
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>

Named this file : Test.manifest, because my programme is named Test.exe

I see no changes.

--
View this message in context: http://mono.1490590.n4.nabble.com/Manifest-file-with-mono-in-order-to-run-apps-in-Administrator-tp4385240p4387329.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list