Which Installer should I use?
Hi all,
I need to create an installation for a product.
I'm looking for an open source Installer with fast learning curve, cross platform, java based (preffered).
Pros & cons will be appreciated.
Thank you,
-Arik
Hi all,
I need to create an installation for a product.
I'm looking for an open source Installer with fast learning curve, cross platform, java based (preffered).
Pros & cons will be appreciated.
Thank you,
-Arik
Comments
To add on top of what Itai said:
1-There is no way to scroll back in the data collection phase and to fix errors. If you made a mistake, you have to re-run the installer.
2-Data validation is done using regular expressions,so you will have to learn these as well
3-Learning curve is moderate, especially if you are a regular Ant user.
4-Building the installer and running it in development mode takes time so that of course extends the build, deploy, test cycle.
5-Your other option is to use (buy) InstallAnywhere, which is used in a large scale project by one of our clients targeted for 6 different operating systems.
Being a user of both AntInstaller and installAnywhwre I will be glad to help you,
On top of what Shlomo & Itai said here
With a good experience with ANT you can have an installer in a short period of time.
The fact regarding data collection phase is a pain (even though "cancel" is always an option).
Another thing: the best man to talk to on this is indeed Shlomo - he helped me a great deal with a project I am working on with AntInstalletr.