OpenRCT2/distribution/windows/readme.md

7 lines
473 B
Markdown
Raw Normal View History

2015-02-06 20:54:44 +01:00
# Windows Installer
This directory contains the script and resources for the Windows installer. The installer is created using [Nullsoft Scriptable Install System (NSIS)](http://nsis.sourceforge.net) 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.
2015-12-21 05:03:37 +01:00
Code based on [OpenTTD](http://openttd.org) installer.