I want to create an Windows installer for a Java application, though the native executables already exist and hence it simplifies to installing any kind of files. This question is similar to this one, but with following restrictions:
- the Windows installer must be a native one, it must require an installed or bundled JRE
- the installer creation must be platform independent, so it can be run on Windows, Linux or OS X (e.g. Java/ANT-based installer creation)
Currently, depending on our specific product, we are using WiX and InnoSetup, but both require the build process to be running on Windows. I want to avoid using Windows or Wine, but search a tool which already does it on all platforms.