Changeset 4877 for trunk/tools/install
- Timestamp:
- Jan 6, 2001, 5:42:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r4853 r4877 1 /* $Id: odin.cmd,v 1.2 3 2000-12-30 10:18:36sandervl Exp $1 /* $Id: odin.cmd,v 1.24 2001-01-06 16:42:45 sandervl Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 94 94 /* create warpin installation script */ 95 95 rc = lineout(sInstFile, '<WARPIN>', 1); 96 rc = lineout(sInstFile, 'VERSION=0.9.6'); 97 rc = lineout(sInstFile, 'OS=OS2_3x'); 96 98 rc = lineout(sInstFile, '<HEAD>'); 97 99 rc = lineout(sInstFile, '<PCK INDEX=1'); … … 114 116 rc = lineout(sInstFile, ' >Installation of Odin System files .</PCK>'); 115 117 rc = lineout(sInstFile, ''); 118 /* Win32k installation temporarily disabled due to a WarpIn bug (config.sys lines 119 removed) 116 120 rc = lineout(sInstFile, '<PCK INDEX=3'); 117 121 rc = lineout(sInstFile, ' PACKAGEID="Odin\Odin\Add Win32k.sys to Config.sys\0\0\5"'); … … 130 134 rc = lineout(sInstFile, ' >Add Win32k.sys to Config.sys .</PCK>'); 131 135 rc = lineout(sInstFile, ''); 136 */ 132 137 rc = lineout(sInstFile, '</HEAD>'); 133 138 rc = lineout(sInstFile, '<BODY>'); … … 365 370 * Packet 3 is only win32k.sys config.sys line but it seems like we have to add something. 366 371 */ 372 /* Win32k installation temporarily disabled due to a WarpIn bug (config.sys lines 373 removed) */ 374 /* 367 375 sWICCmd '3 -c'||sDllDir '*.ddp'; 368 376 if (rc <> 0) then return rc; 377 */ 369 378 370 379 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.