Changeset 3869 for trunk/tools/install
- Timestamp:
- Jul 20, 2000, 1:47:44 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r3672 r3869 238 238 239 239 call 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 242 call directory doc 243 "wic.exe "curdir"\"installarchive" -a 1 ChangeLog-1999 ChangeLog-2000 Readme.txt"; 244 call directory ".." 242 245 243 246 call directory dlldir; 244 247 "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe regsvr32.exe *.ini win32k.sys win32k.ddp"; 248 rem "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe regsvr32.exe odin.ini"; 245 249 246 250 call directory "Glide"
Note:
See TracChangeset
for help on using the changeset viewer.