home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / rwm212.zip / RELISH.RSP < prev    next >
Text File  |  1993-07-29  |  8KB  |  232 lines

  1. *
  2. * Sample CID Response file for Relish
  3. *
  4. *       This response file may be used to install Relish, the
  5. *       Relish Working Model, or the Relish Net Workstation
  6. *       software using IBM's CID (Configuration, Installation,
  7. *       Distribution) Utility.  It also contains the general
  8. *       information necessary to use the Relish INSTALL program
  9. *       together with the CID utilities supplied by IBM.
  10. *
  11. *       Note: CID enabled installation support is included only
  12. *             in Version 2.12 (or higher) of the various Relish
  13. *             products.
  14. *
  15. *       Note: You must have a Relish (or Relish Net Workstation)
  16. *             license for each system on which you install the
  17. *             software.
  18. *
  19. *       Note: Per the CID response file standard, lines beginning
  20. *             with an '*' are comments.
  21. *
  22. *       Note: Whenever a command line option or response file
  23. *             keyword requires a file or path name, it is
  24. *             strongly recommended the a fully qualified name
  25. *             (including the drive and directory) be used.
  26. *
  27.  
  28. *
  29. * The Legal Fine Print
  30. *
  31. *       Relish is a registered trademark of Sundial Systems
  32. *       Corporation.  Some of the phrases used herein are 
  33. *       trademarks or registered trademarks of IBM Corporation
  34. *       or others.  All trademarks remain the property of their 
  35. *       respective companies.
  36. *
  37.  
  38. *
  39. * General Instructions
  40. *
  41. *       To make the product images required for CID installation,
  42. *       simply copy ALL the files for any particular product to a
  43. *       single directory on the CID server. (Do not mix files 
  44. *       from different products in the same directory.)  If the
  45. *       particular product is distributed on more than one 
  46. *       diskette, copy all the files from all diskettes to a
  47. *       single directory on the server.
  48. *
  49. *       To enable CID installation, the INSTALL program must be
  50. *       invoked with at least one of the following standard CID
  51. *       parameters:
  52. *
  53. *       /L1     The drive, directory, and filename where the
  54. *               installation log information will be written.
  55. *               (In the event the file already exists, the log
  56. *               information will be appended to the file.)  For
  57. *               example:
  58. *       
  59. *               /L1:X:\LOG\RELISH\RELISH.LOG
  60. *
  61. *               This parameter is optional and may be overridden
  62. *               by an entry in the response file if desired.  If
  63. *               omitted (and not found in the response file), 
  64. *               the log information will be added to RELISH.LOG
  65. *               in the directory containing the INSTALL program.
  66. *
  67. *       /G      The drive, directory, and filename of the general
  68. *               response file.  For example:
  69. *
  70. *               /G:X:\RSP\GENERAL.RSP
  71. *
  72. *               This parameter is optional and has no default.
  73. *       
  74. *       /R      The drive, directory, and filename of the 
  75. *               specific response file.  For example:
  76. *
  77. *               /R:X:\RSP\RELISH.RSP
  78. *
  79. *               This parameter is optional and has no default.
  80. *       
  81. *       /S      The source drive and directory for installation
  82. *               of the product.  This should correspond to the
  83. *               directory on the CID server which contains the
  84. *               product image.  For example:
  85. *
  86. *               /S:X\IMG\RELISH
  87. *               
  88. *               This parameter is optional and may be overridden
  89. *               by an entry in the response file if desired.  If
  90. *               omitted (and not found in the response file),
  91. *               the drive and directory containing the INSTALL
  92. *               program will be used as the source.
  93. *
  94. *       /T      The target drive and directory for installation
  95. *               of the product.
  96. *
  97. *               /T:C:\RELISH
  98. *               
  99. *               This parameter is optional and may be overridden
  100. *               by an entry in the response file if desired.  If
  101. *               omitted (and not found in the response file),
  102. *               the product will be installed in C:\RELISH.  The
  103. *               directory will be automatically created if it 
  104. *               does not exist.
  105. *
  106.  
  107. *
  108. * Sample response file information
  109. *
  110. *       The remainder of this file contains sample response file
  111. *       keywords and values that may be used to install Relish, 
  112. *       the Relish Working Model, or the Relish Net Workstation
  113. *       software.
  114. *
  115. *       Note: For all keywords where 1 and 0 are used to mean
  116. *             Yes and No respectively, the letters Y and N, or
  117. *             the words Yes and No may also be used.
  118. *
  119. *       Note: All keywords may be in UPPER, lower, or Mixed case.
  120. *
  121. *       Note: All keywords are optional.
  122. *
  123.  
  124. *
  125. * AllowTargetUpdate
  126. *
  127. *       Specifies whether or not the installation should proceed
  128. *       in the event the target directory already contains Relish
  129. *       (or the Relish Working Model, the Relish Net Workstation 
  130. *       software, etc.).
  131. *
  132. *       Note: Any information in such a directory is automatically 
  133. *             preserved when installing over an existing copy.
  134. *
  135. *       0=No (DEFAULT)
  136. *       1=Yes
  137. *
  138. AllowTargetUpdate=0
  139.  
  140. *
  141. * AllowTargetSpaceTooLow
  142. *
  143. *       Specifies whether or not the installation should proceed
  144. *       in the event there is the possibility that there is too
  145. *       little free disk space on the target disk drive.  
  146. *
  147. *       Note: The normally required amount of free space will not 
  148. *             be required when installing over an existing copy 
  149. *             of Relish.
  150. *
  151. *       0=No (DEFAULT)
  152. *       1=Yes
  153. *
  154. AllowTargetSpaceTooLow=0
  155.  
  156. *
  157. * RemoveWorkingModel
  158. *
  159. *       Specifies whether any executable files related to the
  160. *       Relish Working Model should be removed from the target
  161. *       directory if found.
  162. *
  163. *       0=No
  164. *       1=Yes (DEFAULT)
  165. *
  166. RemoveWorkingModel=1
  167.  
  168. *
  169. * UpdateStartupCmd
  170. *
  171. *       Specifies whether or not to update the STARTUP.CMD file
  172. *       so that the STARTNOW program is automatically run 
  173. *       whenever OS/2 starts up.
  174. *
  175. *       0=No
  176. *       1=Yes (DEFAULT)
  177. *
  178. UpdateStartupCmd=1
  179.  
  180. *
  181. * Include
  182. *
  183. *       Specifies another response file to be included before
  184. *       processing the remainder of the current response file.
  185. *
  186. *       Note: This keyword is normally omitted from the response
  187. *             file and, therefore, is commented out here.
  188. *
  189. * Include=X:\INSTALL\RELISH\ANOTHER.RSP
  190.  
  191. *
  192. * Log1PathAndFile
  193. *
  194. *       Specifies the disk drive, directory, and name of the text
  195. *       file which will contain the message log related to this
  196. *       execution of the installation process.  It is equivalent
  197. *       to (and overrides) the /L1 command line parameter.
  198. *
  199. *       Note: This keyword is normally omitted from the response
  200. *             file so that the corresponding command line parameter
  201. *             is used.
  202. *
  203. * Log1PathAndFile=X:\LOG\RELISH\RELISH.LOG
  204.  
  205. *
  206. * SourcePath
  207. *
  208. *       Specifies the disk drive and directory which contains the
  209. *       files copied from the distribution disk(s).  It is
  210. *       equivalent to (and overrides) the /S command line 
  211. *       parameter.
  212. *
  213. *       Note: This keyword is normally omitted from the response
  214. *             file so that the corresponding command line parameter
  215. *             is used.
  216. *
  217. * SourcePath=X:\IMG\RELISH
  218.  
  219. *
  220. * TargetPath
  221. *
  222. *       Specifies the disk drive and directory where the product
  223. *       should be installed.  It is equivalent to (and overrides)
  224. *       the /T command line parameter.
  225. *
  226. *       Note: This keyword is normally omitted from the response
  227. *             file so that the corresponding command line parameter
  228. *             is used.
  229. *
  230. * TargetPath=C:\RELISH
  231.  
  232.