Changeset 4743 for trunk/tools/install
- Timestamp:
- Dec 3, 2000, 12:40:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r4735 r4743 1 /* $Id: odin.cmd,v 1.1 8 2000-12-03 08:12:59 birdExp $1 /* $Id: odin.cmd,v 1.19 2000-12-03 11:40:57 sandervl Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 59 59 exit(2); 60 60 end 61 if (PackFiles('odin inst.wis', asArg.i, MakeArchiveName(asArg.i)) <> 0) then61 if (PackFiles('odin32inst.wis', asArg.i, MakeArchiveName(asArg.i)) <> 0) then 62 62 do 63 63 say 'failed to create WarpIn script.' … … 116 116 rc = lineout(sInstFile, ' PACKAGEID="Odin\Odin\Add Win32k.sys to Config.sys\0\0\5"'); 117 117 rc = lineout(sInstFile, ' TARGET="C:\ODIN\SYSTEM32"'); 118 rc = lineout(sInstFile, ' FIXED SELECT');118 rc = lineout(sInstFile, ' FIXED'); 119 119 title = " TITLE=""Add Win32k.sys to Config.sys"""; 120 120 rc = lineout(sInstFile, title); 121 rc = lineout(sInstFile, ' CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys | UNIQUE ADDBEFORE(PROTSHELL)"');121 rc = lineout(sInstFile, ' CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys -pe:pe | UNIQUE ADDBEFORE(PROTSHELL)"'); 122 122 rc = lineout(sInstFile, ' >Add Win32k.sys to Config.sys .</PCK>'); 123 123 rc = lineout(sInstFile, ''); … … 365 365 */ 366 366 say 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';367 sWICCmd '2 -c'||sBinDir' odin.ini'; 368 368 if (rc <> 0) then return rc; 369 369 sWICCmd '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.