Need to test for <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> in app.manifest.
I need to be sure, that app will have admin rights.
Need NUnit scenario written in C# .NET.
Need to test for <requestedExecutionLevel level=highestAvailable uiAccess=false /> in app.manifest. I need to be
Share
Needing to do exactly what you did I finally developed the following given your “just read the xml” approach. Note that in order for this to work properly I also had to change my testsettings file to manually deploy the app.manifest file so that it would be there to read.
I hope this helps someone else…