Changeset 6364 for trunk/tools/install


Ignore:
Timestamp:
Jul 19, 2001, 9:59:22 PM (24 years ago)
Author:
sandervl
Message:

added license to warpin script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/install/odin.cmd

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