Changeset 3869 for trunk/tools/install


Ignore:
Timestamp:
Jul 20, 2000, 1:47:44 AM (25 years ago)
Author:
sandervl
Message:

updated installation script for doc dir

File:
1 edited

Legend:

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

    r3672 r3869  
    238238
    239239call directory maindir;
    240 "wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT ChangeLog-1999 ChangeLog-2000 Readme.txt";
    241 rem "wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT Readme.txt";
     240"wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT";
     241
     242call directory doc
     243"wic.exe "curdir"\"installarchive" -a 1 ChangeLog-1999 ChangeLog-2000 Readme.txt";
     244call directory ".."
    242245
    243246call directory dlldir;
    244247"wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe regsvr32.exe *.ini win32k.sys win32k.ddp";
     248rem "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe regsvr32.exe odin.ini";
    245249
    246250call directory "Glide"
Note: See TracChangeset for help on using the changeset viewer.