home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / lwp31en / wordpro.rsp < prev   
Text File  |  1995-08-15  |  8KB  |  250 lines

  1. ;***********************************************
  2. ;***********************************************
  3. ; INFORMATION ABOUT AUTOMATED INSTALL
  4. ;
  5. ; Automated install is a feature that allows 
  6. ; users to run the Lotus Install program 
  7. ; without the user interface. This feature
  8. ; is particularly useful for system administrators
  9. ; who must manage installs and upgrades for 
  10. ; large groups of users.
  11. ;
  12. ; System administrators use this feature 
  13. ; by filling in the fields in this response 
  14. ; file (wordpro.rsp), and then making this 
  15. ; file available to end users. The information 
  16. ; you supply in this file provides input 
  17. ; to the Install program so it can run without 
  18. ; user intervention.
  19. ;
  20. ; NOTE: Only system administrators should edit 
  21. ; this file. Individual users should use the 
  22. ; response file provided to them by their system
  23. ; administrator.
  24. ; TO USE THE AUTOMATED INSTALL FEATURE:
  25. ;
  26. ; 1) Prepare the Response File:
  27. ;
  28. ;    a) Back up this file by copying it 
  29. ;       to a new name (wordpro.sav, for example)
  30. ;       so you can start fresh at any time.
  31. ;    b) In this file, provide the information 
  32. ;       for each field. Examine each default 
  33. ;       value to make sure it is the value you
  34. ;       want. Read the comments for each field
  35. ;       for information about legal values and
  36. ;       possible interactions with other fields.
  37. ;    c) Validate your response file by running 
  38. ;       an install that uses this file as input. 
  39. ;       (See the command line information below).
  40. ;       The Install program displays any errors 
  41. ;       that occur. Remember that if you are 
  42. ;       testing node installs, you must run a
  43. ;       server install first.
  44. ;
  45. ; 2) Make the Response File Available to 
  46. ;    End Users
  47. ;    When your response file has no errors
  48. ;    and performs the install as you intended, 
  49. ;    make it available to your users with 
  50. ;    instructions about how to run the Install 
  51. ;    program. You might want to simply tell them
  52. ;    what command line to type from Program Manager,
  53. ;    or you might want to use the Object Packager
  54. ;    to create an icon they can click on. The best
  55. ;    distribution strategy depends on the tools 
  56. ;    you have available at your site.
  57. ;
  58. ; TO RUN AN AUTOMATED INSTALL:
  59. ; Choose File Run from the Windows Program Manager,
  60. ; and type the install command:
  61. ;
  62. ; <path>\install /A <ResponseFilePath> [/U ["<UserName>"]] [/?]
  63. ;
  64. ; where:
  65. ;    path is the location of the install program
  66. ;         executable.
  67. ;    ResponseFilePath is the location of this file.
  68. ;         ALWAYS specify the full path to this file.
  69. ;    "<UserName>" is the name of the user to which
  70. ;         this copy of the program is registered.
  71. ;    /? brings up usage information.
  72. ;
  73. ;
  74. ; HINTS AND TIPS:
  75. ;
  76. ; Do not change the field names to the left 
  77. ; of the equal signs (=) in this file. 
  78. ; Changing the field names will cause errors.
  79. ;
  80. ; Do not remove fields from this
  81. ; file. Removing fields will
  82. ; cause errors.
  83. ;
  84. ;
  85. ;***********************************************
  86. ;***********************************************
  87. ; THE RESPONSE FILE STARTS HERE:
  88. ;
  89. [User Registration]
  90. ; The [User Registration] section is for 
  91. ; information about the end user of this copy
  92. ; of the product. 
  93. ;
  94. ; Type the user's name in the "UserName" field. 
  95. ; Type the company's name in the "CompanyName"
  96. ; field. This information will become a 
  97. ; permanent part of the user's copy of this 
  98. ; program. If you do not supply this 
  99. ; information, the program will attempt 
  100. ; to find the user and company name from 
  101. ; a previously installed version 
  102. ; of this program (if there is one), or 
  103. ; from the Windows registration information.
  104. ;
  105. ;***********************************************
  106. UserName = 
  107. CompanyName = 
  108. ;***********************************************
  109. ;
  110. [General Information]
  111. ; The [General Information] section specifies the
  112. ; type of install you want to perform, how to handle
  113. ; changes to the AUTOEXEC.BAT file, and the program 
  114. ; group to which you want to add the product icon.
  115. ;
  116. ; Use the "InstallType" field to specify the kind of install 
  117. ; you want to perform. 
  118. ;     1 Standalone Install
  119. ;     2 Server Install
  120. ;     3 Distribution Install
  121. ;     4 Node Install
  122. ;
  123. ;***********************************************
  124. InstallType = 1
  125. ;***********************************************
  126. ;
  127. ; Use the "Autoexec" field to specify how 
  128. ; to handle changes that may be required 
  129. ; in the user's AUTOEXEC.BAT file.
  130. ;     1 Modifies the user's AUTOEXEC.BAT file 
  131. ;     2 Makes a copy of the user's AUTOEXEC.BAT file
  132. ;       that includes the changes the user must make to
  133. ;       the file
  134. ;     3 Makes no changes and no copy
  135. ;
  136. ;***********************************************
  137. Autoexec = 1
  138. ;***********************************************
  139. ;
  140. ; Use the "ProgramGroup" field to name the program group
  141. ; to which you want to add this product's icon. 
  142. ; This field is used only if you are doing a standard, 
  143. ; server, or node install.
  144. ;
  145. ;***********************************************
  146. ProgramGroup = Lotus Applications
  147. ;***********************************************
  148. ;
  149. [Node Install]
  150. ; The [Node Install] section applies only 
  151. ; to node installs.
  152. ;
  153. ; Use the "NodeOptions" field to specify 
  154. ; whether the features selected by the 
  155. ; system administrator should be copied 
  156. ; to the node user's machine.
  157. ;      0 Do not copy the features to the user's 
  158. ;        machine
  159. ;      1 Copy the features to the user's machine
  160. ;
  161. ;***********************************************
  162. NodeOptions = 1
  163. ;***********************************************
  164. ;
  165. [Lotusapp]
  166. ; The [Lotusapp] section provides information 
  167. ; about Lotus shared components, such as the 
  168. ; Spell Checker.
  169. ; Use the "Consolidation" field to specify 
  170. ; whether Lotus shared components that the
  171. ; Install program finds in different places 
  172. ; on the user's machine should be consolidated 
  173. ; into one directory.
  174. ;      0 Do not consolidate
  175. ;      1 Consolidate
  176. ;
  177. ;***********************************************
  178. Consolidation = 1
  179. ;***********************************************
  180. ;
  181. ; Use the "LOTUSAPPDIR" field to specify the 
  182. ; location of the Lotus shared components.
  183. ; You may change the drive letter if 
  184. ; necessary, but we recommend that you 
  185. ; accept the default path \windows\lotusapp.
  186. ; This field is normally used only if there
  187. ; has been no previous consolidation, or if
  188. ; the current consolidation location is 
  189. ; read-only or does not have enough room for
  190. ; all of the shared components. To confirm
  191. ; whether you have a consolidation location
  192. ; already, look for the "Common Directory"
  193. ; entry in your \windows\lotus.ini file.
  194. ;
  195. ;***********************************************
  196. LOTUSAPPDIR = c:\windows\lotusapp
  197. ;***********************************************
  198. ;
  199. [AMI]
  200. ; The [AMI] section provides information 
  201. ; specific to the Word Pro install.
  202. ; Use the "SizeOfInstall" field to specify the
  203. ; size of the install:
  204. ;      1 Complete install
  205. ;      2 Minimum install 
  206. ;
  207. ;***********************************************
  208. SizeOfInstall = 1
  209. ;***********************************************
  210. ;
  211. ; Use the fields in this section to select
  212. ; where you want to install Word Pro.
  213. ;    AMIDIR: Main product directory for Word Pro
  214. ;    AMIDOCSDIR: Document directory
  215. ;    AMISCRIPTSDIR: Scripts directory
  216. ;    AMIMASTERSDIR: SmartMasters directory
  217. ;    AMIICONDIR: SmartIcon directory
  218. ;    AMIDRAWSYMDIR: Drawing symbol directory
  219. ;
  220. ; For a server install, all directories listed 
  221. ; for Word Pro should be under one common root
  222. ; and should adhere to the following heirarchy,
  223. ; otherwise Node install will fail.
  224. ;    AMIDIR        = \root
  225. ;    AMIDOCSDIR    = \root\docs
  226. ;    AMISCRIPTSDIR = \root\scripts
  227. ;    AMIMASTERSDIR = \root\smasters
  228. ;    AMIICONDIR    = \root\icons
  229. ;    AMIDRAWSYMDIR = \root\drawsym
  230. ;***********************************************
  231. AMIDIR = c:\lotus\wordpro
  232. AMIDOCSDIR = c:\lotus\wordpro\docs
  233. AMISCRIPTSDIR = c:\lotus\wordpro\scripts
  234. AMIMASTERSDIR = c:\lotus\wordpro\smasters
  235. AMIICONDIR = c:\lotus\wordpro\icons
  236. AMIDRAWSYMDIR = c:\lotus\wordpro\drawsym
  237. ;***********************************************
  238. ;***********************************************
  239. ;
  240. ;
  241. ;End of Response File
  242.