Deploy Netbeans Platform based Application using IzPack Installer
January 2nd, 2008So, you just finished creating Netbeans Platform based Application and ready to deploy it to the users. You might be interested to check IzPack Installer.
IzPack is an installers generator for the Java platform. It produces lightweight installers that can be run on any operating system where a Java virtual machine is available. Depending on the operating system, it can be launched by a double-click or a simple java -jar installer.jar from a shell. The most common use is to distribute applications for the Java platform, but you can also use it for other kinds of projects.
This is what we used in Sketsa SVG Editor and Citra FX Photo Effects. Just change the values in the example below to fit your needs.
Note: this is tested on Netbeans 6 and 5.5
Update: this is based on the following folder/file structure
[your-suite-project-folder]
- [branding]
- [installer]
- [icons]
- [izpack]
- izpack-install-script.xml
- Win-shortcutSpec.xml
- etc (other required izpack resources
eg: image, executable file, etc)
- readme.html
- [legal]
- [nbproject]


