Changeset 4900 for trunk/tools/install
- Timestamp:
- Jan 9, 2001, 7:17:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r4877 r4900 1 /* $Id: odin.cmd,v 1.2 4 2001-01-06 16:42:45sandervl Exp $1 /* $Id: odin.cmd,v 1.25 2001-01-09 18:17:46 sandervl Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 116 116 rc = lineout(sInstFile, ' >Installation of Odin System files .</PCK>'); 117 117 rc = lineout(sInstFile, ''); 118 /* Win32k installation temporarily disabled due to a WarpIn bug (config.sys lines119 removed)120 118 rc = lineout(sInstFile, '<PCK INDEX=3'); 121 119 rc = lineout(sInstFile, ' PACKAGEID="Odin\Odin\Add Win32k.sys to Config.sys\0\0\5"'); … … 124 122 title = " TITLE=""Add Win32k.sys to Config.sys"""; 125 123 rc = 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"'); 124 rc = lineout(sInstFile, ' CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys -pe:pe -Dllfixes:D | UNIQUE(WIN32K.SYS) ADDTOP"'); 134 125 rc = lineout(sInstFile, ' >Add Win32k.sys to Config.sys .</PCK>'); 135 126 rc = lineout(sInstFile, ''); 136 */137 127 rc = lineout(sInstFile, '</HEAD>'); 138 128 rc = lineout(sInstFile, '<BODY>'); … … 359 349 /* sWICCmd '2 -c'||sBinDir' odin.ini'; */ 360 350 if (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';351 sWICCmd '2 -c'||sDllDir 'pe.exe *.dll ..\wgss50.dll pec.exe odininst.exe regsvr32.exe win32k.sys win32k.ddp Win32kCC.exe kRx.exe'; 362 352 if (rc <> 0) then return rc; 363 353 if (pos('DEBUG', translate(filespec('name', sDllDir))) > 0) then … … 370 360 * Packet 3 is only win32k.sys config.sys line but it seems like we have to add something. 371 361 */ 372 /* Win32k installation temporarily disabled due to a WarpIn bug (config.sys lines373 removed) */374 /*375 362 sWICCmd '3 -c'||sDllDir '*.ddp'; 376 363 if (rc <> 0) then return rc; 377 */378 364 379 365 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.