Changeset 3649 for trunk/tools/install
- Timestamp:
- Jun 1, 2000, 9:01:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r3516 r3649 2 2 Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs' 3 3 Call SysLoadFuncs 4 5 "del odininst.wis" 4 6 5 7 /* create warpin installation script */ … … 230 232 "del "installarchive".wpi"; 231 233 234 "copy ..\..\ChangeLog" 235 "wic.exe "curdir"\"installarchive" -a 1 ChangeLog"; 236 232 237 call directory maindir; 233 "wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT ChangeLog Readme.txt"; 238 "wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT ChangeLog-1999 ChangeLog-2000 Readme.txt"; 239 rem "wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT Readme.txt"; 234 240 235 241 call directory dlldir; 236 "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe *.ini";242 "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe regsvr32.exe *.ini"; 237 243 238 244 call directory "Glide"
Note:
See TracChangeset
for help on using the changeset viewer.