I have a windows app project that so far, the execution level was set to "requireAdministrator", but i want to change this so that a non-admin user can use the application. I set this up in the app.manifesto file (code below)
but when i try the project from a non-admin user, it still asks for admin priveleges.
I tried also with highestAvailable, but still the same story.
Does anyone know what i'm doing wrong?
<requestedExecutionLevel level="asInvoker" uiAccess="false" />