I have a problem with UAC permission in windows 7 & vista . My application copies it self to C:/file.exe . The problem is the application says "Access to path is denied" , so I've changed "requestedExecutionLevel" in manifest file to "requireAdministrator" , and it worked well . But I had a problem on UAC disabled machines , it says again " Access to path is denied" , so how I can solve this problem on UAC disabled machines ?
↧