Changeset 4853 for trunk/tools/install


Ignore:
Timestamp:
Dec 30, 2000, 11:18:36 AM (25 years ago)
Author:
sandervl
Message:

don't include odin.ini anymore

File:
1 edited

Legend:

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

    r4836 r4853  
    1 /* $Id: odin.cmd,v 1.22 2000-12-24 14:36:54 sandervl Exp $
     1/* $Id: odin.cmd,v 1.23 2000-12-30 10:18:36 sandervl Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
     
    345345sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT';
    346346if (rc <> 0) then return rc;
    347 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 Readme.txt ReportingBugs.txt Logging.txt';
     347sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt';
    348348if (rc <> 0) then return rc;
    349349
     
    352352 */
    353353say 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'; */
    355355if (rc <> 0) then return rc;
    356356sWICCmd '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.