home *** CD-ROM | disk | FTP | other *** search
- *
- * Sample CID Response file for Relish
- *
- * This response file may be used to install Relish, the
- * Relish Working Model, or the Relish Net Workstation
- * software using IBM's CID (Configuration, Installation,
- * Distribution) Utility. It also contains the general
- * information necessary to use the Relish INSTALL program
- * together with the CID utilities supplied by IBM.
- *
- * Note: CID enabled installation support is included only
- * in Version 2.12 (or higher) of the various Relish
- * products.
- *
- * Note: You must have a Relish (or Relish Net Workstation)
- * license for each system on which you install the
- * software.
- *
- * Note: Per the CID response file standard, lines beginning
- * with an '*' are comments.
- *
- * Note: Whenever a command line option or response file
- * keyword requires a file or path name, it is
- * strongly recommended the a fully qualified name
- * (including the drive and directory) be used.
- *
-
- *
- * The Legal Fine Print
- *
- * Relish is a registered trademark of Sundial Systems
- * Corporation. Some of the phrases used herein are
- * trademarks or registered trademarks of IBM Corporation
- * or others. All trademarks remain the property of their
- * respective companies.
- *
-
- *
- * General Instructions
- *
- * To make the product images required for CID installation,
- * simply copy ALL the files for any particular product to a
- * single directory on the CID server. (Do not mix files
- * from different products in the same directory.) If the
- * particular product is distributed on more than one
- * diskette, copy all the files from all diskettes to a
- * single directory on the server.
- *
- * To enable CID installation, the INSTALL program must be
- * invoked with at least one of the following standard CID
- * parameters:
- *
- * /L1 The drive, directory, and filename where the
- * installation log information will be written.
- * (In the event the file already exists, the log
- * information will be appended to the file.) For
- * example:
- *
- * /L1:X:\LOG\RELISH\RELISH.LOG
- *
- * This parameter is optional and may be overridden
- * by an entry in the response file if desired. If
- * omitted (and not found in the response file),
- * the log information will be added to RELISH.LOG
- * in the directory containing the INSTALL program.
- *
- * /G The drive, directory, and filename of the general
- * response file. For example:
- *
- * /G:X:\RSP\GENERAL.RSP
- *
- * This parameter is optional and has no default.
- *
- * /R The drive, directory, and filename of the
- * specific response file. For example:
- *
- * /R:X:\RSP\RELISH.RSP
- *
- * This parameter is optional and has no default.
- *
- * /S The source drive and directory for installation
- * of the product. This should correspond to the
- * directory on the CID server which contains the
- * product image. For example:
- *
- * /S:X\IMG\RELISH
- *
- * This parameter is optional and may be overridden
- * by an entry in the response file if desired. If
- * omitted (and not found in the response file),
- * the drive and directory containing the INSTALL
- * program will be used as the source.
- *
- * /T The target drive and directory for installation
- * of the product.
- *
- * /T:C:\RELISH
- *
- * This parameter is optional and may be overridden
- * by an entry in the response file if desired. If
- * omitted (and not found in the response file),
- * the product will be installed in C:\RELISH. The
- * directory will be automatically created if it
- * does not exist.
- *
-
- *
- * Sample response file information
- *
- * The remainder of this file contains sample response file
- * keywords and values that may be used to install Relish,
- * the Relish Working Model, or the Relish Net Workstation
- * software.
- *
- * Note: For all keywords where 1 and 0 are used to mean
- * Yes and No respectively, the letters Y and N, or
- * the words Yes and No may also be used.
- *
- * Note: All keywords may be in UPPER, lower, or Mixed case.
- *
- * Note: All keywords are optional.
- *
-
- *
- * AllowTargetUpdate
- *
- * Specifies whether or not the installation should proceed
- * in the event the target directory already contains Relish
- * (or the Relish Working Model, the Relish Net Workstation
- * software, etc.).
- *
- * Note: Any information in such a directory is automatically
- * preserved when installing over an existing copy.
- *
- * 0=No (DEFAULT)
- * 1=Yes
- *
- AllowTargetUpdate=0
-
- *
- * AllowTargetSpaceTooLow
- *
- * Specifies whether or not the installation should proceed
- * in the event there is the possibility that there is too
- * little free disk space on the target disk drive.
- *
- * Note: The normally required amount of free space will not
- * be required when installing over an existing copy
- * of Relish.
- *
- * 0=No (DEFAULT)
- * 1=Yes
- *
- AllowTargetSpaceTooLow=0
-
- *
- * RemoveWorkingModel
- *
- * Specifies whether any executable files related to the
- * Relish Working Model should be removed from the target
- * directory if found.
- *
- * 0=No
- * 1=Yes (DEFAULT)
- *
- RemoveWorkingModel=1
-
- *
- * UpdateStartupCmd
- *
- * Specifies whether or not to update the STARTUP.CMD file
- * so that the STARTNOW program is automatically run
- * whenever OS/2 starts up.
- *
- * 0=No
- * 1=Yes (DEFAULT)
- *
- UpdateStartupCmd=1
-
- *
- * Include
- *
- * Specifies another response file to be included before
- * processing the remainder of the current response file.
- *
- * Note: This keyword is normally omitted from the response
- * file and, therefore, is commented out here.
- *
- * Include=X:\INSTALL\RELISH\ANOTHER.RSP
-
- *
- * Log1PathAndFile
- *
- * Specifies the disk drive, directory, and name of the text
- * file which will contain the message log related to this
- * execution of the installation process. It is equivalent
- * to (and overrides) the /L1 command line parameter.
- *
- * Note: This keyword is normally omitted from the response
- * file so that the corresponding command line parameter
- * is used.
- *
- * Log1PathAndFile=X:\LOG\RELISH\RELISH.LOG
-
- *
- * SourcePath
- *
- * Specifies the disk drive and directory which contains the
- * files copied from the distribution disk(s). It is
- * equivalent to (and overrides) the /S command line
- * parameter.
- *
- * Note: This keyword is normally omitted from the response
- * file so that the corresponding command line parameter
- * is used.
- *
- * SourcePath=X:\IMG\RELISH
-
- *
- * TargetPath
- *
- * Specifies the disk drive and directory where the product
- * should be installed. It is equivalent to (and overrides)
- * the /T command line parameter.
- *
- * Note: This keyword is normally omitted from the response
- * file so that the corresponding command line parameter
- * is used.
- *
- * TargetPath=C:\RELISH
-