Ticket #41: 4os2.WIS

File 4os2.WIS, 3.2 KB (added by Lewis Rosenthal, 8 years ago)

WarpIN script

Line 
1<!-- 4OS/2 3.0.9.0 installation profile for WarpIN -->
2
3<WARPIN VERSION="1.0.12" CODEPAGE=850>
4
5<HEAD>
6
7<TITLE>4OS/2</TITLE>
8
9<PCK INDEX=1
10 PACKAGEID="JP Software\4OS/2\Base\3\0\9\0"
11 TITLE="4OS/2 Base"
12 TARGET="$(WARPIN_DEFAULTTOOLSPATH)\4OS2"
13 BASE
14 SELECT
15 CREATEOBJECT="REPLACE WPFolder|4OS/2|<WP_APPSFOLDER>|OBJECTID=<WP_4OS2FOLDER>"
16 CREATEOBJECT="REPLACE WPProgram|4OS/2 (Window)|<WP_4OS2FOLDER>|OBJECTID=<WP_4OS2WIN>;EXENAME=$(1)\4OS2.EXE;PROGTYPE=WINDOWABLEVIO;PARAMETERS=%;STARTUPDIR=?:\;NOPRINT=YES;HIDEBUTTON=DEFAULT;MINWIN=DEFAULT;CCVIEW=YES;DEFAULTVIEW=DEFAULT"
17 CREATEOBJECT="REPLACE WPProgram|4OS/2 (Full screen)|<WP_4OS2FOLDER>|OBJECTID=<WP_4OS2FS>;EXENAME=$(1)\4OS2.EXE;PROGTYPE=FULLSCREEN;PARAMETERS=%;STARTUPDIR=?:\;NOPRINT=YES;HIDEBUTTON=DEFAULT;MINWIN=DEFAULT;CCVIEW=YES;DEFAULTVIEW=DEFAULT"
18 CREATEOBJECT="REPLACE WPShadow|4OS/2 (Window)|<WP_PROMPTS>|SHADOWID=<WP_4OS2WIN>;OBJECTID=<SHADOW_4OS2WIN>;"
19 CREATEOBJECT="REPLACE WPShadow|4OS/2 (Full screen)|<WP_PROMPTS>|SHADOWID=<WP_4OS2FS>;OBJECTID=<SHADOW_4OS2FS>;"
20 CREATEOBJECT="REPLACE WPProgram|4OS/2 Manual|<WP_4OS2FOLDER>|OBJECTID=<WP_4OS2MANUAL>;EXENAME=VIEW.EXE;PARAMETERS=$(1)\4OS2.INF;"
21 CONFIGSYS="SET PATH=$(1); | ADDRIGHT"
22 CONFIGSYS="SET DPATH=$(1); | ADDRIGHT"
23 CONFIGSYS="SET HELP=$(1); | ADDRIGHT"
24 CONFIGSYS="SET BOOKSHELF=$(1); | ADDRIGHT"
25 CONFIGSYS="LIBPATH=$(1); | ADDRIGHT"
26 EXECUTE="if not exist $(1)\4start.cmd copy $(1)\4start.cmd.sample $(1)\4start.cmd"
27 EXECUTE="if not exist $(1)\4OS2.INI copy $(1)\4OS2.INI.sample $(1)\4OS2.INI"
28 >This package contains the 4OS/2 Base Package.
29</PCK>
30
31</HEAD>
32
33<!-- Here come the different pages. They are linked by
34 the <NEXTBUTTON> tags, which must have a target.
35 Each page must have a TYPE= attribute, which tells
36 WarpIn what will be visible on that page. -->
37
38<BODY>
39
40
41<!-- The TYPE_README will show a README text in a multi-line entry field. -->
42
43
44<!-- The TYPE=CONTAINER will list the packages which can be installed. -->
45
46<PAGE INDEX=1 TYPE=CONTAINER>
47<TEXT>
48Please specify the target path for 4OS/2.
49</TEXT>
50</PAGE>
51
52
53<!-- The TYPE=CONFIGURE will allow the user to set the CONFIG.SYS and
54 WPS classes/objects stuff. -->
55
56<PAGE INDEX=2 TYPE=CONFIGURE>
57<TEXT>
58If you want to change anything in the configuration you can do it here.
59</TEXT>
60</PAGE>
61
62<!-- Here's another TYPE=TEXT page before we install.
63 The special target "0" indicates that after this page we
64 should start installation.
65 Note that the TYPE=INSTALL page (which we had in Alpha #3)
66 is no longer supported. -->
67
68<PAGE INDEX=3 TYPE=TEXT>
69<NEXTBUTTON TARGET=0>~Install</NEXTBUTTON>
70<TEXT>
71
72Press "Install" to finally begin installing 4OS/2.
73
74NOTE: If you get "File locked" message boxes during install, you probably have 4OS/2 running already.
75You must then select "Unlock (DosReplaceModule)" for the installation to complete successfully.
76
77If you get this message for the 4OS/2 help file, you can unlock it by displaying the Desktop's help panel (select "Help" from the Desktop's context menu).
78</TEXT>
79</PAGE>
80</BODY>
81</WARPIN>