Changeset 4745 for trunk/tools/install
- Timestamp:
- Dec 3, 2000, 9:18:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r4744 r4745 1 /* $Id: odin.cmd,v 1.2 0 2000-12-03 11:42:48 sandervlExp $1 /* $Id: odin.cmd,v 1.21 2000-12-03 20:18:26 bird Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 120 120 title = " TITLE=""Add Win32k.sys to Config.sys"""; 121 121 rc = lineout(sInstFile, title); 122 rc = lineout(sInstFile, ' CONFIGSYS="DEVICE=$(1)\SYSTEM32\Win32k.sys -pe:pe | UNIQUE ADDBEFORE(PROTSHELL)"'); 122 rc = lineout(sInstFile, ' CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"'); 123 rc = lineout(sInstFile, ' CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"'); 124 rc = lineout(sInstFile, ' CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"'); 125 rc = lineout(sInstFile, ' CONFIGSYS="DEVICE=WIN32K.SYS | REMOVELINE"'); 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=$(1)\SYSTEM32\Win32k.sys -pe:pe | UNIQUE ADDTOP"'); 123 130 rc = lineout(sInstFile, ' >Add Win32k.sys to Config.sys .</PCK>'); 124 131 rc = lineout(sInstFile, '');
Note:
See TracChangeset
for help on using the changeset viewer.