Changeset 21471 for trunk/tools/install


Ignore:
Timestamp:
Oct 1, 2010, 7:47:29 PM (15 years ago)
Author:
ydario
Message:

Make config.sys LIBPATH changes selected by default for new installations.

File:
1 edited

Legend:

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

    r21468 r21471  
    221221rc = lineout(sInstFile, '     PACKAGEID="Odin\Odin\Changes to Config.sys\'sPackVer'"');
    222222rc = lineout(sInstFile, '     TARGET="C:\ODIN\SYSTEM32"');
    223 rc = lineout(sInstFile, '     FIXED');
     223rc = lineout(sInstFile, '     FIXED SELECT');
    224224title = "     TITLE=""Update Config.sys PATH and LIBPATH""";
    225225rc = lineout(sInstFile, title);
Note: See TracChangeset for help on using the changeset viewer.