Changeset 4853 for trunk/tools/install
- Timestamp:
- Dec 30, 2000, 11:18:36 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r4836 r4853 1 /* $Id: odin.cmd,v 1.2 2 2000-12-24 14:36:54sandervl Exp $1 /* $Id: odin.cmd,v 1.23 2000-12-30 10:18:36 sandervl Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 345 345 sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT'; 346 346 if (rc <> 0) then return rc; 347 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 Readme.txt ReportingBugs.txt Logging.txt ';347 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt'; 348 348 if (rc <> 0) then return rc; 349 349 … … 352 352 */ 353 353 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'; 354 sWICCmd '2 -c'||sBinDir' odin.ini'; 354 /* sWICCmd '2 -c'||sBinDir' odin.ini'; */ 355 355 if (rc <> 0) then return rc; 356 356 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.