Hello, stackoverflowers:
I am considering helping an open-source gaming project with creating their setup file. The game is currently weights around 300 MB and is packaged in a zip file, playable straight after it's unarchived. The zip file contains separate executables for Windows, Mac, and Linux as well as compressed data files that are used on all 3 platforms.
My goal is to create a lightweight and possibly portable installation package that could encapsulate the data and provide users with quick install/uninstall procedure. In addition, the sought-after (but not required) properties of the tool that I would use include an opensource license (preferably GPLv2) and its own maturity.
So, the question boils down to:
- What is a good install creation tool for Windows? (creating .exe, .msi)
- What is a good install creation tool for OS X? (creating .dmg, ...)
- What is a good install creation tool for Linux? (creating .rpm, .deb, .bin, ...)
Please post your advice on what tools to use, and any experiences you've had accomplishing such tasks! Thanks in advance.
P.S. The game I'm working with is OpenArena, if anyone's interested.