problem in copying file
-
I am facing a problem in copying file in C:\windows\fonts folder in vista computer. my application is properly working on other machine but in vista i dont receive any error message but my file is not copying.can anyone give me solution y it is so
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN
-
I am facing a problem in copying file in C:\windows\fonts folder in vista computer. my application is properly working on other machine but in vista i dont receive any error message but my file is not copying.can anyone give me solution y it is so
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN
Hi, It's almost certainly a UAC issue. Try running your application as an administator (right click on the .exe and select "Run As Administrator") and see if it can now copy the file. If so, you need to either add a manifest file to your app so that vista will run it as admin, or temporarily elevate it each time you want to run it. regards,
Jonathan Wilkes Darka [Xanya.net]
-
I am facing a problem in copying file in C:\windows\fonts folder in vista computer. my application is properly working on other machine but in vista i dont receive any error message but my file is not copying.can anyone give me solution y it is so
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN
Maybe the operation is beign virtualized, thats why you dont get any error, but the file isn't copied. You'll need to elevate your app to copy the file, or find a non protected place to copy your file. Sysinternals haves a free application, process explorer that you can use to see the security attributes of your app, and if is running virtualized. Also I sugest you to include the UAC manifest in your .exe, Vista heuristics are a pain in the ass.