I am working on a tool that needs administrative privileges of the computer
I have already put an application manifest
for this program in which I have given
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
This works fine in Windows 7, but it is not working in Windows XP.
Note: I have been using the same .NET Framework version in XP as I used in application.
Whenever I try to use that application in Windows XP, it is not going to the main task that I want.