Installer generator written in Java?

隐身守侯 提交于 2019-12-17 22:09:43

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!