Search code examples
installationmultiplatform

Multiplatform Installer


I am looking for a recommendation on an installer program. The installer needs to support mulitple OS's - Solaris, Linux and Windows. I have three build machines each running one of the OS's. Currently using the same code base - JAVA and C/C++ for all three.


Solution

  • IzPack is a an open source software installer generator. All you need is a JRE on the target platform.