Installer generator written in Java?

前端 未结 6 1908
遇见更好的自我
遇见更好的自我 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: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.

提交回复
热议问题