Changeset 3957 for trunk/tools/install
- Timestamp:
- Aug 6, 2000, 1:36:56 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r3911 r3957 23 23 title = " TITLE=""Odin Daily Build System Files ("date()")"""; 24 24 rc = lineout(instfile, title); 25 rc = lineout(instfile, ' EXECUTE="odininst.exe"'); 25 26 rc = lineout(instfile, ' CONFIGSYS="LIBPATH=$(1)\SYSTEM32 | ADDRIGHT"'); 26 27 rc = lineout(instfile, ' CONFIGSYS="SET PATH=$(1)\SYSTEM32 | ADDRIGHT"'); 27 rc = lineout(instfile, ' EXECUTE="CONFIGSYS|odininst.exe"');28 28 rc = lineout(instfile, ' >Installation of Odin System files .</PCK>'); 29 29 rc = lineout(instfile, ''); … … 241 241 242 242 call directory doc 243 "wic.exe "curdir"\"installarchive" -a 1 ChangeLog-1999 ChangeLog-2000 Readme.txt ReportingBugs.txt ";243 "wic.exe "curdir"\"installarchive" -a 1 ChangeLog-1999 ChangeLog-2000 Readme.txt ReportingBugs.txt Logging.txt"; 244 244 call directory ".." 245 245 246 246 call directory dlldir; 247 if cmdline = "debug" 248 then 249 do 250 "wic.exe "curdir"\"installarchive" -a 2 *.dll *.sym pe.exe odininst.exe regsvr32.exe *.ini win32k.sys win32k.ddp"; 251 end 252 else 253 do 247 254 "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe odininst.exe regsvr32.exe *.ini win32k.sys win32k.ddp"; 248 rem "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe odininst.exe regsvr32.exe odin.ini"; 255 end 249 256 250 257 call directory "Glide"
Note:
See TracChangeset
for help on using the changeset viewer.