need a vista manifest to copy to program files?
Hi all,
Currently I facing a problem with windows vista.
I create a simple installer for my application, the installer using
runtime.exec to copy my application to the folder in "C:\Program files"
by using XCOPY(winXP) and ROBOCOPY(win vista) but this is not working in windows vista because the vista will move the application to virtualstore folder when they can't read the privillege level of administrator in the manifest(vista manifest not jar manifest).
How can i copy my application to the "Program files"?