<requestedExecutionLevel level="asInvoker" uiAccess="false" />
to
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
and it should be good. If you want it to require the highest level of administration/ownership, you can use the following code:
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Post a Comment