You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<A>\.NET Framework 4.7.2 web installer\ndp472-kb4054531-web.exe
@@ -23,28 +28,31 @@ Initial trials (Apr 2014) used v5.5.4. Open Rails v1.5 uses 6.1.2
23
28
From Source\Installer, copy OpenRails.iss and Version.iss into <A>\Temp\Installer
24
29
25
30
5. Repeat the following as often as required:
26
-
A. Download OR zip file from https://github.com/openrails/openrails/releases, choose the latest (i.e. pre-release) version, open the Assets concertina and pick OpenRails-Stable.zip
31
+
A. Download OR zip file from https://github.com/openrails/openrails/releases, choose the latest (i.e. pre-release) version, open the Assets concertina and pick Open Rails <version>.zip where <version> is something like "1.6-rc2"
27
32
28
33
B. Unzip into folder
29
-
<A>\Open Rails\Program\
34
+
<A>\Program\
30
35
31
36
C. Remove
32
-
<A>\Open Rails\Program\Updater.ini
37
+
<A>\Program\Updater.ini
33
38
as James Ross advises because the updater cannot update an installed version yet.
34
39
35
-
D. Download source from https://github.com/openrails/openrails/releases, choose the latest (i.e. pre-release) version, open the Assets concertina and pick Source code (openrails-1.5-rc1.zip) and extract the folder Source\Documentation.
40
+
D. Download source from https://github.com/openrails/openrails/releases, choose the latest (i.e. pre-release) version, open the Assets concertina and pick Source code Open Rails <version> Source.zip where <version> is something like "1.6-rc2" and extract the folder Source\Documentation.
36
41
37
42
E. Copy contents into folder
38
-
<A>\Open Rails\Program\Documentation\
43
+
<A>\Program\Documentation\
44
+
45
+
F. If you made changes to Source\RunActivity\Readme.txt or Source\RunActivity\Prerequisites.txt in Step 1, then
46
+
copy them to <A>\Program\ to overwrite the downloaded files.
39
47
40
-
F. Use Inno Setup > Build > Compile to compile the installer script
48
+
G. Use Inno Setup Compiler > Build > Compile to compile the installer script
41
49
<A>\Temp\Installer\Installer.iss
42
50
and generate the Open Rails Installer
43
51
44
-
G. The generated file will be found in <A>\Temp\Installer\Output\OpenRailsSetup.exe
52
+
H. The generated file will be found in <A>\Temp\Installer\Output\OpenRailsSetup.exe
45
53
46
54
6. Test the installer by building Virtual Machines with a fresh copy of Windows.
47
-
Open Rails v1.5 is compatible with Windows from 7 (SP1) to 11 and, hopefully, beyond.
55
+
Open Rails v1.6 is compatible with Windows from 7 (SP1) to 11 and, hopefully, beyond.
48
56
49
57
Arrange for the VM to have Internet access and a shared folder.
0 commit comments