INSTALLDIR
Hi All
I want my package to drop .jar file under D:\Myapps\test , so I may have to set the INSTALLDIR to a default path D:\MyApps\test . I am not sure how i need to do that.. Please guide me with steps, how I need to proceed and what all changes I may have to do.
One is adding the ROOTDRIVE to D:\, I am not sure what are the next steps
It is a ASAP ..
Please guide
-
via Commandline: INSTALLDIR=d:\... - jaybee96 11 years ago
-
I want it in the msi itself.. - shamu99 11 years ago
-
So go to the Property Table and there you can find a property INSTALLDIR - tecrumors 11 years ago
Answers (2)
If D:\MyApps\test is only for testing, then it's best to use the Command line specification, which will overwrite the setting in the MSI during the installation. If the path is to be the default location for the install, then edit INSTALLDIR in the MSI.
Make sure you don't try to force the install to happen to the D: drive via the INSTALLDIR property; instead, you should use ROOTDRIVE. Also make sure you don't specify the two folders as one entry in the Directory table.