Changeset 6518 for trunk/tools/install
- Timestamp:
- Aug 11, 2001, 2:04:24 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r6488 r6518 1 /* $Id: odin.cmd,v 1.3 6 2001-08-08 12:05:21sandervl Exp $1 /* $Id: odin.cmd,v 1.37 2001-08-11 12:04:24 sandervl Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 140 140 rc = lineout(sInstFile, ' CREATEOBJECT="WPProgram|WGSS50 License|<ODINFOLDER>|EXENAME=E.EXE;PARAMETERS=$(1)\WGSS50.lic;"'); 141 141 rc = lineout(sInstFile, ' CREATEOBJECT="WPProgram|Registry Editor|<ODINFOLDER>|EXENAME=REGEDIT2.EXE;"'); 142 rc = lineout(sInstFile, ' CREATEOBJECT="WPProgram|Report Odin Bugs|<ODINFOLDER>|EXENAME=$(1)\ODINBUG.EXE;"'); 143 rc = lineout(sInstFile, ' CREATEOBJECT="WPProgram|Report Odin Bugs Help|<ODINFOLDER>|EXENAME=E.EXE;PARAMETERS=$(1)\README.ODINBUG;"'); 142 144 rc = lineout(sInstFile, ' TARGET="C:\ODIN" BASE'); 143 145 title = " TITLE=""Odin "sType" ("date()")"""; … … 201 203 rc = lineout(sInstFile, 'Odin is available thanks to the work of the following people:'); 202 204 rc = lineout(sInstFile, ''); 205 rc = lineout(sInstFile, ' Herwig Bauernfeind'); 203 206 rc = lineout(sInstFile, ' Christoph Bratschi'); 204 207 rc = lineout(sInstFile, ' Oliver Braun'); … … 504 507 sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT WGSS50.lic'; 505 508 if (rc <> 0) then return rc; 506 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt'; 509 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt Readme.Odinbug'; 510 if (rc <> 0) then return rc; 511 sWICCmd '1 -c'||sBinDir||' Odinbug.exe'; 507 512 if (rc <> 0) then return rc; 508 513
Note:
See TracChangeset
for help on using the changeset viewer.