Changeset 4900 for trunk/tools/install


Ignore:
Timestamp:
Jan 9, 2001, 7:17:46 PM (25 years ago)
Author:
sandervl
Message:

WGSS update

File:
1 edited

Legend:

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

    r4877 r4900  
    1 /* $Id: odin.cmd,v 1.24 2001-01-06 16:42:45 sandervl Exp $
     1/* $Id: odin.cmd,v 1.25 2001-01-09 18:17:46 sandervl Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
     
    116116rc = lineout(sInstFile, '     >Installation of Odin System files .</PCK>');
    117117rc = lineout(sInstFile, '');
    118 /* Win32k installation temporarily disabled due to a WarpIn bug (config.sys lines
    119  removed)
    120118rc = lineout(sInstFile, '<PCK INDEX=3');
    121119rc = lineout(sInstFile, '     PACKAGEID="Odin\Odin\Add Win32k.sys to Config.sys\0\0\5"');
     
    124122title = "     TITLE=""Add Win32k.sys to Config.sys""";
    125123rc = lineout(sInstFile, title);
    126 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
    127 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
    128 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
    129 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
    130 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
    131 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
    132 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
    133 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys -pe:pe -Dllfixes:D | UNIQUE ADDTOP"');
     124rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys -pe:pe -Dllfixes:D | UNIQUE(WIN32K.SYS) ADDTOP"');
    134125rc = lineout(sInstFile, '     >Add Win32k.sys to Config.sys .</PCK>');
    135126rc = lineout(sInstFile, '');
    136 */
    137127rc = lineout(sInstFile, '</HEAD>');
    138128rc = lineout(sInstFile, '<BODY>');
     
    359349/* sWICCmd '2 -c'||sBinDir' odin.ini'; */
    360350if (rc <> 0) then return rc;
    361 sWICCmd '2 -c'||sDllDir 'pe.exe *.dll pec.exe odininst.exe regsvr32.exe win32k.sys win32k.ddp Win32kCC.exe kRx.exe';
     351sWICCmd '2 -c'||sDllDir 'pe.exe *.dll ..\wgss50.dll pec.exe odininst.exe regsvr32.exe win32k.sys win32k.ddp Win32kCC.exe kRx.exe';
    362352if (rc <> 0) then return rc;
    363353if (pos('DEBUG', translate(filespec('name', sDllDir))) > 0) then
     
    370360 * Packet 3 is only win32k.sys config.sys line but it seems like we have to add something.
    371361 */
    372 /* Win32k installation temporarily disabled due to a WarpIn bug (config.sys lines
    373  removed) */
    374 /*
    375362sWICCmd '3 -c'||sDllDir '*.ddp';
    376363if (rc <> 0) then return rc;
    377 */
    378364
    379365return rc;
Note: See TracChangeset for help on using the changeset viewer.