-
Notifications
You must be signed in to change notification settings - Fork 0
How To Create Windows Installer
Unicode NSIS | This is the software used to package the game into a neat installer executable. Note that you need the Unicode version, otherwise languages like Chinese won't work. Download
CorsixTH binaries | Compiled binaries (executables and dlls) for both Windows 32-bit and 64-bit.
Checkout of CorsixTH | E.g. trunk needs to be checked out since this is where the directory WindowsInstaller resides.
-
Put 64-bit binaries (executables and dlls) in {{{/WindowsInstaller/x64}}} and 32-bit binaries in {{{/WindowsInstaller/x86}}}.
-
Make sure that the CorsixTH/README.txt and CorsixTH/changelog.txt files have been updated to reflect which release this is.
-
Update the file WindowsInstaller/config-template.txt to make sure that it reflects what config_finder.lua would make.
-
Change the top of the file WindowsInstaller/Win32Script.nsi so that the version number is correct.
-
Run the script WindowsInstaller/Win32Script.nsi using NSIS.
-
There should now be a file called WindowsInstaller.exe in that same directory.
Back to the Home page