Changeset 4877 for trunk/tools/install


Ignore:
Timestamp:
Jan 6, 2001, 5:42:45 PM (25 years ago)
Author:
sandervl
Message:

disabled win32k install because of WarpIn bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/install/odin.cmd

    r4853 r4877  
    1 /* $Id: odin.cmd,v 1.23 2000-12-30 10:18:36 sandervl Exp $
     1/* $Id: odin.cmd,v 1.24 2001-01-06 16:42:45 sandervl Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
     
    9494/* create warpin installation script */
    9595rc = lineout(sInstFile, '<WARPIN>', 1);
     96rc = lineout(sInstFile, 'VERSION=0.9.6');
     97rc = lineout(sInstFile, 'OS=OS2_3x');
    9698rc = lineout(sInstFile, '<HEAD>');
    9799rc = lineout(sInstFile, '<PCK INDEX=1');
     
    114116rc = lineout(sInstFile, '     >Installation of Odin System files .</PCK>');
    115117rc = lineout(sInstFile, '');
     118/* Win32k installation temporarily disabled due to a WarpIn bug (config.sys lines
     119 removed)
    116120rc = lineout(sInstFile, '<PCK INDEX=3');
    117121rc = lineout(sInstFile, '     PACKAGEID="Odin\Odin\Add Win32k.sys to Config.sys\0\0\5"');
     
    130134rc = lineout(sInstFile, '     >Add Win32k.sys to Config.sys .</PCK>');
    131135rc = lineout(sInstFile, '');
     136*/
    132137rc = lineout(sInstFile, '</HEAD>');
    133138rc = lineout(sInstFile, '<BODY>');
     
    365370 * Packet 3 is only win32k.sys config.sys line but it seems like we have to add something.
    366371 */
     372/* Win32k installation temporarily disabled due to a WarpIn bug (config.sys lines
     373 removed) */
     374/*
    367375sWICCmd '3 -c'||sDllDir '*.ddp';
    368376if (rc <> 0) then return rc;
     377*/
    369378
    370379return rc;
Note: See TracChangeset for help on using the changeset viewer.