- #Validation action list installbuilder how to#
- #Validation action list installbuilder .exe#
- #Validation action list installbuilder install#
- #Validation action list installbuilder code#
- #Validation action list installbuilder plus#
This was important to us because we need to reuse existing custom Java code from the old InstallAnywhere installer. You can completely customise the screens and actions during the installation procedure, and also add custom screens and actions (coded against their Java API) at any point.
#Validation action list installbuilder how to#
how to refer to installer variables how to get started writing custom Java code against the install4j API), it didn't take long to find what I needed. And when I did have to check something in the documentation (e.g.
#Validation action list installbuilder .exe#
exe installers that areĮasy to customise with your own graphics etc. They produce completely native and pretty Windows.For these tools, we downloaded evaluation versions and did some prototyping, to see if the things that are most important to us are really supported, and how easy or hard it is to get things working.īoth of the options were good in many things (and both seemed good alternatives to InstallAnywhere): We screened out most of them early on, and ended up shortlisting two options for closer evaluation: BitRock InstallBuilder and install4j.
#Validation action list installbuilder install#
We (quickly) evaluated the following installer tools, mostly by looking at their websites and browsing for other information on the web: Actual Installer, Advanced Installer, BitRock InstallBuilder, Inno Setup, Install Creator, Installer VISE for Windows, InstallShield, install4j, IzPack, NSIS, openInstaller, Scriptlogic MSI Studio, Smart Install Maker, Symantec Wise Installation Studio, and WiX.
However, I'm posting our experiences here, as they might be helpful to others later on. In this case, unfortunately, SO didn't tell us much that we didn't know already (and indeed the tool we ultimately chose was not mentioned in any answer). Once that is done, however, it must be possible to skip the GUI and make installer building part of automated build process.
#Validation action list installbuilder plus#
Must support Windows, including latest 64-bit versions like Windows Server 2008 support for other target operating systems is a plus.Must support running custom Java code as part of installation procedure.Which (commercial or free) installer tool would you recommend to replace InstallAnywhere as the installer for a Java EE application? What do you specifically like about it, and what are its downsides?