I need to create an installer for my software for Windows XP and newer. Is there any mechanism to do that on a Linux machine alone? (I'm running ubuntu, but I'd guess is not a show stopper).
|
|
The NSIS (Nullsoft Scriptable Install System) is a free and open source installer system that allows you to create native Windows installers. It uses ascript files to define all aspects of the setup procedure and with a compiler you generate the resulting setup package. You can find the sources here. The Installer system runs on Windows and POSIX compliant systems. There is also an Eclipse plugin available. The Nullsoft installer is widely used for open source projects and even commercial products. |
|||||
|
|
Flexera Software (makers of InstallShield) have a cross-platform installation authoring utility called InstallAnywhere: http://www.flexerasoftware.com/products/installanywhere.htm
|
|||||
|
|
Take a look at InstallJammer. It's a free, open source installer that is cross platform and can easily do what you want. I have many users who build strictly for Windows but use Linux as their build platforms. InstallJammer can build any of its supported platforms from any other platform, so it should do exactly what you need. |
|||
|
|
|
Our software BitRock InstallBuilder also allows building Windows installers from Linux You can do so from the command line to make it easier to integrate with nightly builds, ANT, etc. |
|||
|
|