Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

need a vista manifest to copy to program files?

843798Dec 30 2007
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"?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2008
Added on Dec 30 2007
0 comments
106 views