Changeset 4743 for trunk/tools/install


Ignore:
Timestamp:
Dec 3, 2000, 12:40:57 PM (25 years ago)
Author:
sandervl
Message:

script fixes

File:
1 edited

Legend:

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

    r4735 r4743  
    1 /* $Id: odin.cmd,v 1.18 2000-12-03 08:12:59 bird Exp $
     1/* $Id: odin.cmd,v 1.19 2000-12-03 11:40:57 sandervl Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
     
    5959        exit(2);
    6060    end
    61     if (PackFiles('odininst.wis', asArg.i, MakeArchiveName(asArg.i)) <> 0) then
     61    if (PackFiles('odin32inst.wis', asArg.i, MakeArchiveName(asArg.i)) <> 0) then
    6262    do
    6363        say 'failed to create WarpIn script.'
     
    116116rc = lineout(sInstFile, '     PACKAGEID="Odin\Odin\Add Win32k.sys to Config.sys\0\0\5"');
    117117rc = lineout(sInstFile, '     TARGET="C:\ODIN\SYSTEM32"');
    118 rc = lineout(sInstFile, '     FIXED SELECT');
     118rc = lineout(sInstFile, '     FIXED');
    119119title = "     TITLE=""Add Win32k.sys to Config.sys""";
    120120rc = lineout(sInstFile, title);
    121 rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys | UNIQUE ADDBEFORE(PROTSHELL)"');
     121rc = lineout(sInstFile, '     CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys -pe:pe | UNIQUE ADDBEFORE(PROTSHELL)"');
    122122rc = lineout(sInstFile, '     >Add Win32k.sys to Config.sys .</PCK>');
    123123rc = lineout(sInstFile, '');
     
    365365 */
    366366say sWICCmd '2 -c'||sBinDir' *.ini 2 -c'||sDllDir '*.dll pe.exe pec.exe odininst.exe regsvr32.exe win32k.sys win32k.ddp Win32kCC.exe kRx.exe';
    367 sWICCmd '2 -c'||sBinDir' *.ini';
     367sWICCmd '2 -c'||sBinDir' odin.ini';
    368368if (rc <> 0) then return rc;
    369369sWICCmd '2 -c'||sDllDir 'pe.exe *.dll pec.exe odininst.exe regsvr32.exe win32k.sys win32k.ddp Win32kCC.exe kRx.exe';
Note: See TracChangeset for help on using the changeset viewer.