OpenRCT2/distribution/windows
JarnoVgr ac6a32ba81 Add basic support for installer downgrading 2015-05-01 11:39:00 +02:00
..
build.ps1 add windows installer 2015-02-06 19:54:44 +00:00
install.nsi Add basic support for installer downgrading 2015-05-01 11:39:00 +02: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

readme.md

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.