I'm developing java applications for Windows and I want to automate the installer generation.
Is there any cmd line utility or API to do that?
EDIT
The best alternative I've found is http://izpack.org , which builds installers from XML files. It seems that they have enough documentation to understand how to make a "IzPack XML File generator" or even build them by hand (for small projects) and automatize the installer generation. Any new suggestion will be welcomed.