Notes: This package has been deprecated as ov GameDev version 1.3.0. The source is now included in the main GameDev package and the binary is installed as part of the install. It's FINALLY here: a utility to help you create stand-alone executable install packages for GameDev Games. To use it you will need the Nullsoft Scriptable Install System (NSIS) which can be downloaded from <A HREF="http://www.nullsoft.com/free/nsis/">http://www.nullsoft.com/free/nsis/</A> and (because it's also GPL) also seen as a project here on SourceForge at <A HREF="http://sourceforge.net/projects/nsis/">http://sourceforge.net/projects/nsis/</A>. <P>I also just noticed another project that may interest people reading this: a full blown NSIS Script Generator, which I assume is like the little program in this package, but general-purpose and more powerful. It can be found at <A HREF="http://sourceforge.net/projects/nsis-scriptgen/">http://sourceforge.net/projects/nsis-scriptgen/</A>. <P>Because this utility is so small, the source code and EXE are included in the same ZIP file here. The EXE is the *only* file you need to run the utility -- no install required, just run the EXE. It should have no dependencies on files other than standard Win9x OS files. (It was written in MS VC++ 6.0.) <P>The installs generated by the scripts from this utility include un-install support and icons on the start menu to play games. Of course you can customize the generated script however you like after it has been generated and make any kind of install you want. <P>More information is included in the ReadMe.txt in the archive.