Difference between revisions of "Nsis"

From UFO:AI
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 20:24, 17 October 2009

We use a nsis installerscript. You can find it in Template:Path.

Make sure that you have compiled the source and the other needed dll files (see running the game) and that they are located in root-dir (see directory tree).

You can use the Windows version of nsis or the linux version (Template:Path) to build the installer.

There is also a makefile target named win32installer - so you can type make win32installer to build the installer (if you have nsis installed). The maps are automatically compiled, the languages are automatically updated and the pk3 files are build, too. All you have to do is to place the windows binaries in the right places (everything to the game root - except the Template:Path which goes into the Template:Path dir).

Links