I have created several C # applications with MonoDevelop that need admin privileges. I know that you can make it work as an administrator with a manifest file built into:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
This work with Visual Studio, however, I use mono + MonoDevelop. Do you know how to do this in MonoDevelop?
source share