OpenRCT2/distribution/windows
JarnoVgr 1345a28d23 Fixed broken installer version comparison
+ Added my full name to contributors.md
2015-02-23 01:30:16 +01:00
..
build.ps1 add windows installer 2015-02-06 19:54:44 +00:00
install.nsi Fixed broken installer version comparison 2015-02-23 01:30:16 +01:00
readme.md add windows installer 2015-02-06 19:54:44 +00:00
top.bmp add windows installer 2015-02-06 19:54:44 +00:00
welcome.bmp add windows installer 2015-02-06 19:54:44 +00:00
win32.txt add windows installer 2015-02-06 19:54:44 +00:00

Windows Installer

This directory contains the script and resources for the Windows installer. The installer is created using Nullsoft Scriptable Install System (NSIS) version v3.0a0+.

As there is currently only a 32 bit version of OpenRCT2 available, the architecture and windows version checks have been disabled. These will be re-enabled once OpenRCT2 is a stand alone executable.

Code based on OpenTTD installer.