16
votes

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.

6

6 Answers

5
votes

lzPack is a good one

1
votes

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

0
votes

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.

-1
votes

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