]
Martin Malina resolved JBDS-3446.
---------------------------------
Fix Version/s: 11.3.0.GA
(was: 12.x)
Resolution: Won't Fix
[~jrichter1] and I agreed that this is not needed and can be closed. It was never a
requirement and was just an optional thing.
Add support for IzPack INSTALL_PATH property to predefine
installation path
---------------------------------------------------------------------------
Key: JBDS-3446
URL:
https://issues.jboss.org/browse/JBDS-3446
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Feature Request
Components: installer
Affects Versions: 8.1.0.GA
Reporter: Martin Malina
Assignee: Denis Golovin
Fix For: 11.3.0.GA
In a recent discussion around JBIDE-19852 , it was pointed out that IzPack supports
supplying properties to the installer, so that some values are predefined.
Details are here:
http://docs.codehaus.org/display/IZPACK/Unattended+Installations
The idea is that you could run this:
java -DINSTALL_PATH=/default/path -jar installer.jar
And this would pre-fill the installation path to the path given in the command.