Installer generator written in Java?

前端 未结 6 1877
遇见更好的自我
遇见更好的自我 2020-12-13 05:32

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 downloa

相关标签:
6条回答
  • 2020-12-13 06:01

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

    0 讨论(0)
  • 2020-12-13 06:04
    • IzPack
    • Antigen
    • Launch4J
    • Antstaller
    • Java Service Wrapper
    • Lift Off Java Installer
    • JSmooth
    • VAInstall
    • Packlet
    • Mini Installer
    0 讨论(0)
  • 2020-12-13 06:06

    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.

    0 讨论(0)
  • 2020-12-13 06:10

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

    0 讨论(0)
  • 2020-12-13 06:16

    Here is a list: Open Source Installers Generators in Java

    0 讨论(0)
  • 2020-12-13 06:19

    lzPack is a good one

    0 讨论(0)
提交回复
热议问题