I'm looking for a free cross-platform installer generator that is fully Java-driven (meaning workflow and plugins are written in Java). Ideally the installer should download the JRE on-demand instead of bundling it directly into the installer. Does something like this already exist?

Please note that InstallAnywhere no longer offers a free edition.

link|improve this question

feedback

6 Answers

link|improve this answer
1  
+1 for completeness – dfa Aug 14 '09 at 7:09
it'd be good to linky em tho =) – Chii Aug 14 '09 at 12:03
@chii: its done. – codevour Aug 14 '09 at 13:06
IzPack, Antigen, Launch4J, Antstaller, Packlet are all XML-driven. Java Service Wrapper and VAInstaller are driven by property files. Lift Off Java Install and Mini Installer are driven by custom configuration files. JSmooth looks like it's GUI-driven (no scripting) plus version 0.9.9-7 crashes under Windows7. – Gili Aug 14 '09 at 14:29
feedback

lzPack is a good one

link|improve this answer
My team used this to package up Eclipse. The feedback was all positive. No idea if it can auto-download a JRE, though. – SteveD Aug 14 '09 at 7:01
2  
I don't think it can auto-download JRE, as it needs JRE in the first place. – Peter Štibraný Aug 14 '09 at 7:17
1  
I down-voted this because IzPack's workflow is XML driven. – Gili Aug 14 '09 at 13:12
You didn't specify anything about implementation in your question. You asked for a cross-platform generator and this answer is a cross-platform generator – Rich Seller Aug 14 '09 at 13:48
My question explicitly states: "meaning workflow and plugins are written in Java" – Gili Aug 14 '09 at 14:31
show 1 more comment
feedback

I've been using this: http://bitrock.com , they allow you to use it for both open and closed software

link|improve this answer
Not free for commercial use and somewhat XML-driven. – Gili Aug 14 '09 at 18:31
feedback

Here is a list: Open Source Installers Generators in Java

link|improve this answer
feedback

openInstaller from the Glassfish project may be worth looking at as well.

link|improve this answer
It seems to be XML-driven. – Gili Aug 14 '09 at 14:22
feedback

Update: For cross-platform builds there is an IzPack plugin for Maven.


If you're using Maven 1 or 2 for your builds, there is the NSIS plugin (for Windows only).

Both wrap the NSIS command line installer script compiler to generate a windows installer exe from a setup.nsi script.

link|improve this answer
NSIS is not cross-platform. – Gili Aug 14 '09 at 13:12
Unfortunately, IzPack is XML-driven. I'm looking for a Java-driven workflow. – Gili Aug 14 '09 at 14:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.