Adjust timetable GUI widget sizes and get rid of non-functional 'tiny' versions of...
[openttd-joker.git] / os / os2 / installer / openttd.wis
blobe580e565cf5a42928fa104853015ce6d662478a1
1 <WARPIN>
2 <HEAD>
3 <TITLE>OpenTTD</TITLE>
5 <!-- Please remember to increment the build number for each package
6      when releasing a new stable version, particularly if there are
7      also release candidates sharing the major/minor versions:
9      e.g., 0\7\1\16279 for 0.7.1-RC1,
10            0\7\1\16365 for 0.7.1-RC2,
11            0\7\1\16540 for 0.7.1 final
12 -->
14 <PCK INDEX="1"
15       PACKAGEID="OpenTTD\OpenTTD\OpenTTD\1\0\0\18862"
16       TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
17       SELECT
18       TITLE="OpenTTD"
19       LONGFILENAMES
20       BASE
21       >OpenTTD is an open source transport simulation game</PCK>
23 <PCK INDEX="2"
24       PACKAGEID="OpenTTD\OpenTTD\Downloader\1\0\0\18862"
25       TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
26       SELECT
27       TITLE="Download tools"
28       REQUIRES=1
29       FIXED
30       >Tools required for downloading the OpenGFX/SFX packs</PCK>
32 <PCK INDEX="3"
33       PACKAGEID="OpenTTD\OpenTTD\OpenGFX\1\0\0\18862"
34       TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
35       SELECT
36       TITLE="OpenGFX"
37       LONGFILENAMES
38       REQUIRES=2
39       EXECUTE="$(3)\download_opengfx.cmd | $(1) $(/1)"
40       DEEXECUTE="$(3)\remove_opengfx.cmd | $(1) $(/1)"
41       FIXED
42       >Downloads the OpenGFX graphics pack for OpenTTD</PCK>
44 <PCK INDEX="4"
45       PACKAGEID="OpenTTD\OpenTTD\OpenSFX\1\0\0\18862"
46       TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
47       SELECT
48       TITLE="OpenSFX"
49       LONGFILENAMES
50       REQUIRES=2
51       EXECUTE="$(4)\download_opensfx.cmd | $(1) $(/1)"
52       DEEXECUTE="$(4)\remove_opensfx.cmd | $(1) $(/1)"
53       FIXED
54       >Downloads the OpenSFX sound effects pack for OpenTTD</PCK>
56 <PCK INDEX="5"
57       PACKAGEID="OpenTTD\OpenTTD\NoSound\1\0\0\18862"
58       TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
59       SELECT
60       TITLE="NoSound"
61       LONGFILENAMES
62       REQUIRES=2
63       EXECUTE="$(5)\download_nosound.cmd | $(1) $(/1)"
64       DEEXECUTE="$(5)\remove_nosound.cmd | $(1) $(/1)"
65       FIXED
66       >Downloads the NoSound pack for OpenTTD, to disable sound effects</PCK>
68 </HEAD>
70 <BODY>
71 <!-- page 1: introductory page -->
72 <PAGE INDEX="1" TYPE="README">
73 <NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
74 <README EXTRACTFROMPCK="1">README.TXT</README>
75 <TEXT>Welcome to the OpenTTD installer. This program will install OpenTTD 1.0 on your system. Before we begin the installation process, please take a moment to read the following document.
77 Select "Next" to continue, or "Cancel" to abort installation.</TEXT>
78 </PAGE>
80 <!-- page 2: licence page -->
81 <PAGE INDEX="2" TYPE="README">
82 <NEXTBUTTON TARGET=3>~Next</NEXTBUTTON>
83 <README EXTRACTFROMPCK="1">COPYING</README>
84 <TEXT>OpenTTD is licenced under the GNU General Public License. The text of the licence is below.
86 Select "Next" if you agree to this licence.
87 Select "Cancel" to abort installation.</TEXT>
88 </PAGE>
90 <!-- The TYPE=CONTAINER will list the packages which can be installed. -->
91 <PAGE INDEX="3" TYPE="CONTAINER">
92 <NEXTBUTTON TARGET="4">~Next</NEXTBUTTON>
93 <TEXT>On this page, you may choose which components to install. If you don't own Transport Tycoon Deluxe, you will need to download OpenGFX (3MiB) and OpenSFX (10MiB).</TEXT>
94 </PAGE>
96 <!-- Display another TEXT page to inform the user
97          that installation will begin. We use the TARGET=0
98         with the NEXTBUTTON tag which starts installation. -->
100 <PAGE INDEX="4" TYPE="TEXT">
101 <NEXTBUTTON TARGET="0">I~nstall</NEXTBUTTON>
102 <TEXT>
103 Press "Install" to begin installing OpenTTD.</TEXT>
104 </PAGE>
105 </BODY>
106 </WARPIN>