You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
It was reported OpenRCT2 stopped working on Vista with 0.4.2 release due to `CoGetApartmentType` and `TryAcquireSRWLockExclusive` symbols linked in statically. This commit simply removes references to Vista as a supported system.
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.