Bug 1225457 - Add support for IzPack INSTALL_PATH property to predefine installation path
Summary: Add support for IzPack INSTALL_PATH property to predefine installation path
Keywords:
Status: NEW
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Installer
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Miroslav Sochurek
QA Contact: Len DiMaggio
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-27 12:21 UTC by Martin Malina
Modified: 2019-02-22 22:36 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBIDE-19852 0 Major Closed Set default path for runtimes downloaded and installed via java -jar 2015-10-20 18:21:30 UTC

Description Martin Malina 2015-05-27 12:21:52 UTC
Document URL: 

Section Number and Name: 

Describe the issue: 
In a recent discussion around https://issues.jboss.org/browse/JBIDE-19852 (which deals with jar installers while adding a runtime in JBoss Tools / JBoss Developer Studio), 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.

I tried this with jboss-fsw-installer-6.0.0.GA-redhat-4.jar , but the installation path prefilled during the installation was still set to /Users/rasp .

Suggestions for improvement: 
The installer could read the INSTALL_PATH property given when executing the installer and use it to pre-fill the installation path during installation.

Additional information: 
If this gets implemented, it will help us with the tooling - the Eclipse tooling allows to download zip or jar archives of a product (depending on what's available). in the case of a zip, we will ask the user where to extract it and it's easy. In the case of an installer jar, it would be good if we could start the installer from within the tooling with the path already prefilled.

Comment 1 Thomas Hauser 2015-05-27 13:12:18 UTC
As far as I know, there won't be a rebuild of the 6.0.0 FSW installer, and there isn't one for later versions. Might need PM to comment on this one.

Comment 2 Martin Malina 2015-05-27 13:16:58 UTC
I don't think we expect for this to be done retrospectively in existing versions, but hopefully we could support this from next release onward.

Comment 3 JBoss JIRA Server 2015-10-20 11:04:32 UTC
Radim Hopp <rhopp> updated the status of jira JBIDE-19852 to Closed


Note You need to log in before you can comment on or make changes to this bug.