问题
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.
回答1:
- IzPack
- Antigen
- Launch4J
- Antstaller
- Java Service Wrapper
- Lift Off Java Installer
- JSmooth
- VAInstall
- Packlet
- Mini Installer
回答2:
lzPack is a good one
回答3:
I've been using this: http://bitrock.com , they allow you to use it for both open and closed software
回答4:
Here is a list: Open Source Installers Generators in Java
回答5:
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).
- plugin for Maven 1
- plugin for Maven 2
Both wrap the NSIS command line installer script compiler to generate a windows installer exe from a setup.nsi script.
回答6:
openInstaller from the Glassfish project may be worth looking at as well.
来源:https://stackoverflow.com/questions/1276091/installer-generator-written-in-java