Creating an Installer
BlitzMax Forums/BlitzMax Programming/Creating an Installer| 
 | ||
| Hello All, I'm ready to solicit my game and I'd like to create a Windows installer for it. What's the best method? Are there packaging programs I should use? Or should I create one with BlitzMAX? Thanks | 
| 
 | ||
| There are lots of installer makers for Windows, some free, some not-so-free. Inno Setup NSIS WiX Advanced Installer … amongst others. Try them and see which you find easiest to use. | 
| 
 | ||
| Inno Setup wins the day for me. | 
| 
 | ||
| +1 for InnoSetup. | 
| 
 | ||
| Another one "Install Jammer". It's a Discontinued product but open source and cross-platform. | 
| 
 | ||
| I like click team install creator or install shield wizard 2010. | 
| 
 | ||
| For Windows, is use of an installer still recommended or is a zip download OK?  I'm currently using InnoSetup but some have reported problems.  (Could well be because I may have used InnoSetup options incorrectly). | 
| 
 | ||
|  For Windows, is use of an installer still recommended or is a zip download OK?  Depends a bit on your audience, really -- if it's a utility for tech-savvy people .zips may be preferred, while if it's a casual game aimed at your grandma an installer is pretty much mandatory... | 
| 
 | ||
| I used inno setup for Scoregasm i think. Works well and is super easy. Cheers Charlie | 
| 
 | ||
|  Depends a bit on your audience, really -- if it's a utility for tech-savvy people .zips may be preferred, while if it's a casual game aimed at your grandma an installer is pretty much mandatory...   Thanks xlsior. That's the same advice as last time I asked. Casual game here but grandmas only play it with grandkids. |