Changeset 6364 for trunk/tools/install
- Timestamp:
- Jul 19, 2001, 9:59:22 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r5681 r6364 1 /* $Id: odin.cmd,v 1.3 2 2001-05-10 17:21:23sandervl Exp $1 /* $Id: odin.cmd,v 1.33 2001-07-19 19:59:22 sandervl Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 308 308 rc = lineout(sInstFile, '</PAGE>'); 309 309 rc = lineout(sInstFile, '<PAGE INDEX=3 TYPE=README>'); 310 rc = lineout(sInstFile, '<NEXTBUTTON TARGET=4>~Next</NEXTBUTTON>'); 310 rc = lineout(sInstFile, '<NEXTBUTTON TARGET=4>~I agree</NEXTBUTTON>'); 311 rc = lineout(sInstFile, '<TEXT>'); 312 rc = lineout(sInstFile, 'By pressing the "I agree" button, you agree to all terms and conditions to the below licence agreement.'); 313 rc = lineout(sInstFile, '</TEXT>'); 314 rc = lineout(sInstFile, '<README>'); 315 rc = lineout(sInstFile, 'WGSS50 LIBRARY LICENSE'); 316 rc = lineout(sInstFile, ''); 317 rc = lineout(sInstFile, ''); 318 rc = lineout(sInstFile, 'BEFORE USING THE CODE AND DOCUMENTATION CONTAINED IN THIS PACKAGE,'); 319 rc = lineout(sInstFile, '(HEREINAFTER REFERRED TO AS THE "PROGRAM"), YOU SHOULD CAREFULLY READ'); 320 rc = lineout(sInstFile, 'THE FOLLOWING TERMS AND CONDITIONS. USING THE PROGRAM INDICATES YOUR'); 321 rc = lineout(sInstFile, 'ACCEPTANCE OF THESE TERMS AND CONDITIONS.'); 322 rc = lineout(sInstFile, ''); 323 rc = lineout(sInstFile, 'The PROGRAM is licensed not sold. InnoTek grants you a license for the'); 324 rc = lineout(sInstFile, 'PROGRAM only in the country where you acquired the PROGRAM. You obtain'); 325 rc = lineout(sInstFile, 'no rights other than those granted you under this license. The term'); 326 rc = lineout(sInstFile, '"PROGRAM" means the original and all whole or partial copies of it,'); 327 rc = lineout(sInstFile, 'including modified copies or portions merged into other programs.'); 328 rc = lineout(sInstFile, 'InnoTek has licensed from the owner copyrights in the PROGRAM.'); 329 rc = lineout(sInstFile, 'You are responsible for the selection of the PROGRAM and for the'); 330 rc = lineout(sInstFile, 'installation of, use of, and results obtained from, the PROGRAM.'); 331 rc = lineout(sInstFile, ''); 332 rc = lineout(sInstFile, '1. License'); 333 rc = lineout(sInstFile, ''); 334 rc = lineout(sInstFile, 'Under this license, you may:'); 335 rc = lineout(sInstFile, ''); 336 rc = lineout(sInstFile, '1) use the PROGRAM only if you are a licensee of OS/2;'); 337 rc = lineout(sInstFile, '2) use the PROGRAM on only one machine at any one time;'); 338 rc = lineout(sInstFile, '3) copy the PROGRAM for backup or in order to modify it;'); 339 rc = lineout(sInstFile, '4) modify the PROGRAM and/or merge it into another program as an essential'); 340 rc = lineout(sInstFile, ' utilization of the PROGRAM in conjunction with your machine, and;'); 341 rc = lineout(sInstFile, '5) transfer the possession of the PROGRAM to another party.'); 342 rc = lineout(sInstFile, ''); 343 rc = lineout(sInstFile, 'If you transfer the PROGRAM, you must transfer a copy of this license,'); 344 rc = lineout(sInstFile, 'all other documentation and at least one complete, unaltered copy of the'); 345 rc = lineout(sInstFile, 'PROGRAM to the other party. You must, at the same time, either transfer all'); 346 rc = lineout(sInstFile, 'your other copies of the PROGRAM to the other party or destroy them.'); 347 rc = lineout(sInstFile, 'Your license is then terminated. The other party agrees to these terms'); 348 rc = lineout(sInstFile, 'and conditions by its first use of the PROGRAM.'); 349 rc = lineout(sInstFile, ''); 350 rc = lineout(sInstFile, 'You must reproduce the copyright notice(s) on each copy, or partial copy,'); 351 rc = lineout(sInstFile, 'of the PROGRAM.'); 352 rc = lineout(sInstFile, ''); 353 rc = lineout(sInstFile, 'Under this license, you may not:'); 354 rc = lineout(sInstFile, ''); 355 rc = lineout(sInstFile, '1) use the PROGRAM unless you are a licensee of OS/2;'); 356 rc = lineout(sInstFile, '2) use, copy, modify, merge, or transfer copies of the PROGRAM except'); 357 rc = lineout(sInstFile, ' as provided in this license;'); 358 rc = lineout(sInstFile, '3) reverse assemble or reverse compile the PROGRAM; or'); 359 rc = lineout(sInstFile, '4) sublicense, rent, lease, or assign the PROGRAM.'); 360 rc = lineout(sInstFile, ''); 361 rc = lineout(sInstFile, '2. Warranty'); 362 rc = lineout(sInstFile, ''); 363 rc = lineout(sInstFile, 'THE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.'); 364 rc = lineout(sInstFile, 'INNOTEK DISCLAIMS ALL WARRANTIES FOR THE PROGRAM, EITHER EXPRESS OR'); 365 rc = lineout(sInstFile, 'IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF'); 366 rc = lineout(sInstFile, 'MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.'); 367 rc = lineout(sInstFile, ''); 368 rc = lineout(sInstFile, 'Some jurisdictions do not allow exclusions of implied warranties,'); 369 rc = lineout(sInstFile, 'so the above exclusions may not apply to you.'); 370 rc = lineout(sInstFile, ''); 371 rc = lineout(sInstFile, '3. Limitation of Remedies'); 372 rc = lineout(sInstFile, ''); 373 rc = lineout(sInstFile, 'IN NO EVENT WILL INNOTEK BE LIABLE FOR ANY LOST PROFITS, LOST SAVINGS,'); 374 rc = lineout(sInstFile, 'INCIDENTAL OR INDIRECT DAMAGES OR OTHER ECONOMIC CONSEQUENTIAL DAMAGES,'); 375 rc = lineout(sInstFile, 'EVEN IF INNOTEK OR ITS AUTHORIZED SUPPLIER HAS BEEN ADVISED OF THE'); 376 rc = lineout(sInstFile, 'POSSIBILITY OF SUCH DAMAGES. IN ADDITION, INNOTEK WILL NOT BE LIABLE FOR'); 377 rc = lineout(sInstFile, 'ANY DAMAGES CLAIMED BY YOU BASED ON ANY THIRD-PARTY CLAIM.'); 378 rc = lineout(sInstFile, ''); 379 rc = lineout(sInstFile, 'The above limitation of remedies also applies to any developer or'); 380 rc = lineout(sInstFile, 'supplier of the PROGRAM. Such developer and/or supplier is an intended'); 381 rc = lineout(sInstFile, 'beneficiary of this Section.'); 382 rc = lineout(sInstFile, ''); 383 rc = lineout(sInstFile, 'Some jurisdictions do not allow these limitations or exclusions, so'); 384 rc = lineout(sInstFile, 'they may not apply to you.'); 385 rc = lineout(sInstFile, ''); 386 rc = lineout(sInstFile, '4. General'); 387 rc = lineout(sInstFile, ''); 388 rc = lineout(sInstFile, 'You may terminate your license at any time. InnoTek may terminate your'); 389 rc = lineout(sInstFile, 'license if you fail to comply with the terms and conditions of this'); 390 rc = lineout(sInstFile, 'license. In either event, you must destroy all your copies of the PROGRAM.'); 391 rc = lineout(sInstFile, ''); 392 rc = lineout(sInstFile, 'You are responsible for payment of any taxes, including personal property'); 393 rc = lineout(sInstFile, 'taxes, resulting from this license.'); 394 rc = lineout(sInstFile, ''); 395 rc = lineout(sInstFile, 'Neither party may bring an action, regardless of form, more than two'); 396 rc = lineout(sInstFile, 'years after the cause of the action arose.'); 397 rc = lineout(sInstFile, ''); 398 rc = lineout(sInstFile, 'If you acquire the PROGRAM in the United States, this license is governed'); 399 rc = lineout(sInstFile, 'by the laws of the State of New York. If you acquired the PROGRAM in'); 400 rc = lineout(sInstFile, 'Canada, this license is governed by the laws of the Province of Ontario.'); 401 rc = lineout(sInstFile, 'Otherwise, this license is governed by the laws of the country in which'); 402 rc = lineout(sInstFile, 'you acquired the PROGRAM.'); 403 rc = lineout(sInstFile, ''); 404 rc = lineout(sInstFile, 'InnoTek Systemberatung GmbH'); 405 rc = lineout(sInstFile, 'Aspenweg 16'); 406 rc = lineout(sInstFile, '88097 Eriskirch'); 407 rc = lineout(sInstFile, 'Germany'); 408 rc = lineout(sInstFile, 'http://www.innotek.de'); 409 rc = lineout(sInstFile, 'info@innotek.de'); 410 rc = lineout(sInstFile, '</README>'); 411 rc = lineout(sInstFile, '</PAGE>'); 412 413 rc = lineout(sInstFile, '<PAGE INDEX=4 TYPE=README>'); 414 rc = lineout(sInstFile, '<NEXTBUTTON TARGET=5>~Next</NEXTBUTTON>'); 311 415 rc = lineout(sInstFile, '<TEXT>'); 312 416 rc = lineout(sInstFile, 'List of changes and bugfixes for this Odin 'sType); … … 326 430 rc = lineout(sInstFile, '</README>'); 327 431 rc = lineout(sInstFile, '</PAGE>'); 328 rc = lineout(sInstFile, '<PAGE INDEX= 4TYPE=CONTAINER>');329 rc = lineout(sInstFile, '<NEXTBUTTON TARGET= 5>~Next</NEXTBUTTON>');432 rc = lineout(sInstFile, '<PAGE INDEX=5 TYPE=CONTAINER>'); 433 rc = lineout(sInstFile, '<NEXTBUTTON TARGET=6>~Next</NEXTBUTTON>'); 330 434 rc = lineout(sInstFile, '<TEXT>'); 331 435 rc = lineout(sInstFile, 'Please select the packages which are to be installed. You may change the target paths for the packages.'); 332 436 rc = lineout(sInstFile, '</TEXT>'); 333 437 rc = lineout(sInstFile, '</PAGE>'); 334 rc = lineout(sInstFile, '<PAGE INDEX= 5TYPE=CONFIGURE>');335 rc = lineout(sInstFile, '<NEXTBUTTON TARGET= 6>~Next</NEXTBUTTON>');438 rc = lineout(sInstFile, '<PAGE INDEX=6 TYPE=CONFIGURE>'); 439 rc = lineout(sInstFile, '<NEXTBUTTON TARGET=7>~Next</NEXTBUTTON>'); 336 440 rc = lineout(sInstFile, '<TEXT>'); 337 441 rc = lineout(sInstFile, 'Please select additional configuration that WarpIN should perform after installing this archive.'); 338 442 rc = lineout(sInstFile, '</TEXT>'); 339 443 rc = lineout(sInstFile, '</PAGE>'); 340 rc = lineout(sInstFile, '<PAGE INDEX= 6TYPE=TEXT>');444 rc = lineout(sInstFile, '<PAGE INDEX=7 TYPE=TEXT>'); 341 445 rc = lineout(sInstFile, '<NEXTBUTTON TARGET=0>I~nstall</NEXTBUTTON>'); 342 446 rc = lineout(sInstFile, '<TEXT>'); … … 394 498 sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT'; 395 499 if (rc <> 0) then return rc; 396 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt ';500 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt WGSS50.lic'; 397 501 if (rc <> 0) then return rc; 398 502
Note:
See TracChangeset
for help on using the changeset viewer.