Hi all,
I have been developing a C# windows form application in XP. It all works just fine. But in Vista it was not able to write the log or scoreboard file to the hard drive. I found out that I needed a manifest file to allow the popup to ask it to be run as admin.
This all worked well and I am very pleased. My problem is I do not know how to remove this permission so that I can repeat the test and change the situation slightly.
Does anyone know how I remove the permission the manifest file gave the EXE please as I do not get the do you want it to run as admin popup now.
Thanks