Changeset 4745 for trunk/tools/install


Ignore:
Timestamp:
Dec 3, 2000, 9:18:26 PM (25 years ago)
Author:
bird
Message:

1) Since ADDAFTER is broken with WarpIn 0.95 we'll currently add win32k.sys to

the top of config.sys.

2) UNIQUE don't work. Added lots of REPLACELINE statements to remove any

old devicedrivers.

BTW. Another feature is that the new DEVICE line is inserted where the last
first matching was found. (or something like this)

File:
1 edited

Legend:

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

    r4744 r4745  
    1 /* $Id: odin.cmd,v 1.20 2000-12-03 11:42:48 sandervl Exp $
     1/* $Id: odin.cmd,v 1.21 2000-12-03 20:18:26 bird Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
     
    120120title = "     TITLE=""Add Win32k.sys to Config.sys""";
    121121rc = lineout(sInstFile, title);
    122 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys -pe:pe | UNIQUE ADDBEFORE(PROTSHELL)"');
     122rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
     123rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
     124rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
     125rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
     126rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
     127rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
     128rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"');
     129rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys -pe:pe | UNIQUE ADDTOP"');
    123130rc = lineout(sInstFile, '     >Add Win32k.sys to Config.sys .</PCK>');
    124131rc = lineout(sInstFile, '');
Note: See TracChangeset for help on using the changeset viewer.