home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Lotus / Domino46 / INSTNOT.RSP < prev    next >
Text File  |  1997-09-18  |  10KB  |  331 lines

  1.  
  2. ;***********************************************
  3. ;***********************************************
  4. ; INFORMATION ABOUT AUTOMATED INSTALL
  5. ;
  6. ; Automated install is a feature that allows 
  7. ; users to run the Install program for Windows 95
  8. ; or Windows NT without the user interface. This feature
  9. ; is particularly useful for system administrators
  10. ; who manage installs and upgrades for large groups of 
  11. ; users.
  12. ;
  13. ; System administrators use this feature by filling in 
  14. ; the fields in this response file (INSTNOT.RSP), and 
  15. ; then making this file available to end users. The
  16. ; information you supply in this file provides input 
  17. ; to the Install program so it can run without user 
  18. ; intervention.  You can maintain several response files
  19. ; for different configurations by saving them with 
  20. ; different names.
  21. ;
  22. ; NOTE: Only system administrators should edit this file.
  23. ; Individual users should use the response file provided
  24. ; to them by their system administrator.
  25. ;
  26. ; TO USE THE AUTOMATED INSTALL FEATURE:
  27. ;
  28. ; 1) Prepare the Response File:
  29. ;
  30. ;    a) Back up this file by copying it 
  31. ;       to a new name (INSTNOT.SAV, for example)
  32. ;       so you can start fresh at any time.
  33. ;    b) Each field in this file after the section THE
  34. ;       RESPONSE FILE STARTS HERE represents 
  35. ;       an install option. Specify a value for each 
  36. ;       field. Read the comments for each field
  37. ;       for information about legal values and
  38. ;       possible interactions with other fields.
  39. ; 2) Copy the Notes install files to a file server. 
  40. ; Rename the file LICENSE.TXT located
  41. ; in the root of the Notes install directory. For 
  42. ; example rename it to LICENSE.SAV.This
  43. ; prevents the display of the license agreement
  44. ; screen during the install.
  45. ; 3)Test your response file by running an install that 
  46. ;    uses this file as input. (See the command line 
  47. ;    information below). The Install program displays 
  48. ;    any errors that occur. Keep in mind that to run an 
  49. ;    automated shared (node) install you must do a file 
  50. ;    server install first, which we recommend doing 
  51. ;    manually. For information on manual file server 
  52. ;    installs, see "Enabling shared installs" in 
  53. ;    Chapter 2 of the Administrator's Guide.
  54. ; 4) Make the Response File Available to 
  55. ;    End Users. When your response file has no errors
  56. ;    and performs the install as you intended, make it 
  57. ;    available to your users with instructions about how
  58. ;    to run the Install program. You might want to tell 
  59. ;    them what command line to type, or you might choose 
  60. ;    a different method. The best distribution strategy 
  61. ;    depends on the tools you have available at your 
  62. ;    site.
  63. ; TO RUN AN AUTOMATED INSTALL:
  64. ; Choose Run from the Start menu (Windows 95) or
  65. ; File Run from the Windows Program Manager
  66. ; (Windows NT), and type the install command:
  67. ;
  68. ; <path>\install.exe /A <responsefilepath> [/U ["UserName"]] 
  69. ; [/O [<logfilepath>]] [/?]
  70. ;
  71. ; where:
  72. ;    <path> is the path to the install program
  73. ;         executable.
  74. ;    /A turns on the automated install feature.
  75. ;    <responsefilepath> is the location of this 
  76. ;         response file. Always specify the full 
  77. ;         path to this file.
  78. ;    [/U ["UserName"]] is an optional argument that 
  79. ;         allows you to specify a user name. This 
  80. ;         overrides any entry in the UserName field 
  81. ;         below. See the comments for the UserName field
  82. ;         for additional information.
  83. ;    [/O [<logfilepath>]] is an optional argument that 
  84. ;         allows you to log information about the 
  85. ;         automated install to the specified log file. 
  86. ;         If you don't use this argument, the log file
  87. ;         WINDOWS\LOTINST.LOG is used. 
  88. ;    /? brings up the command line usage message.
  89. ;
  90. ; For example, type the command
  91. ; N:\NOTES\INSTALL.EXE /A N:\TEMP\INSTNOT.RSP 
  92. ; [/O [C:\TEMP\LOGFILE.LOG]] 
  93. ;
  94. ;
  95. ; HINTS AND TIPS:
  96. ; Any line in this file that begins without a 
  97. ; semicolon (;) is an install field.
  98. ; Do not change the field names to the left 
  99. ; of the equal signs (=) in this file. 
  100. ; Changing the field names will cause errors.
  101. ;
  102. ; Do not remove fields from this
  103. ; file. Removing fields will
  104. ; cause errors.
  105. ;
  106. ; For details about install options, see the Install Guide
  107. ; for Workstations, the Install Guide for Servers, and 
  108. ; Chapter 2 of the Administrator's Guide.
  109. ;***********************************************
  110. ; THE RESPONSE FILE STARTS HERE:
  111. ;
  112. [User Registration]
  113. ; The [User Registration] section is for information 
  114. ;  about the end user of this copy of the product. 
  115. ; Type the user's name in the "UserName" field. 
  116. ; Type the company's name in the "CompanyName"
  117. ; field. This information will become a permanent part 
  118. ; of the user's copy of this program. If you do not 
  119. ; supply this information, the program will attempt 
  120. ; to find the user and company name from a previously 
  121. ; installed version of this program (if there is one), 
  122. ; or from the Windows registration information.
  123. ;
  124. ;***********************************************
  125. UserName = 
  126. CompanyName = 
  127. ;***********************************************
  128. ;
  129. [General Information]
  130. ; The [General Information] section specifies the
  131. ; type of install you want to perform and the program 
  132. ; group to which you want to add the product icon.
  133. ;
  134. ; Use the "InstallType" field to specify the kind of 
  135. ; install you want to perform. 
  136. ;
  137. ;   1 Standalone install--to do a workstation or 
  138. ;     server install
  139. ;   2 File server install--to enable shared (node) 
  140. ;     installs (NOT RECOMMENDED)
  141. ;   3 Distribution install--to enable installs from a 
  142. ;     network file server
  143. ;   4 Node install--to do a shared (node) install; 
  144. ;     requires that you do a file server install first, 
  145. ;     which we recommend doing manually.
  146. ;
  147. ;
  148. ;***********************************************
  149. InstallType = 1
  150. ;***********************************************
  151. ;
  152. ; Use the "ProgramGroup" field to name the program 
  153. ; group to which you want to add this product's icon. 
  154. ; This field is only used for InstallType 1, 
  155. ; 2 (not recommended), or 4 on Windows NT. It is not 
  156. ; used on Windows 95.
  157. ;
  158. ;***********************************************
  159. ProgramGroup = Lotus Applications    
  160. ;***********************************************
  161. ;
  162. ; Use the "StartmenuFolder" field to name the folder 
  163. ; to which you want to add this product's icon. 
  164. ; This field is only used for InstallType 1, 
  165. ; 2 (not recommended) or 4 on Windows 95. It is not 
  166. ; used on Windows NT.
  167. ;
  168. ;***********************************************
  169. StartmenuFolder = Lotus Applications 
  170. ;***********************************************
  171. ;
  172. [NOT]
  173. ; The [NOT] section provides information about Notes 
  174. ; directories. 
  175. ;
  176. ; Use the "NOTDIR" field to select the drive and 
  177. ; directory where you want to install Notes. 
  178. ;
  179. ; Use the "NOTWORKDIR" field to select the drive 
  180. ; and directory you want to set for the Notes Data
  181. ; folder. 
  182. ;
  183. ;NOTE:
  184. ; For InstallType 2 (not recommended) or 4, the 
  185. ; NOTWORKDIR and NOTDIR fields must be set to the same 
  186. ; location. 
  187. ;
  188. ; Leave the BASEDIR field as is.
  189. ;
  190. ;************************************************
  191. BASEDIR = c:\lotus
  192. NOTDIR = c:\Notes
  193. NOTWORKDIR = c:\Notes\Data
  194.  
  195.  
  196. ;***********************************************
  197. ;
  198. ; Use the "SizeOfInstall" field to specify the
  199. ; size of the Notes install:
  200. ;      1 Domino Mail Server install using default features
  201. ;      2 Domino Server install using default features
  202. ;      3 Customized server install
  203. ; This field is ignored for InstallType = 3.
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. ;***********************************************
  215. SizeOfInstall = 2
  216. ;***********************************************
  217. ;
  218. ;
  219. ;
  220. [CustomizeNOT]
  221. ; The [CustomizeNOT] section lets you select which 
  222. ; features you want to install. This section is 
  223. ; only used if the "SizeOfInstall" field in the [NOT] 
  224. ; section is set to 3 (custom install). To prevent an 
  225. ; option from being installed, set its field to 0. For 
  226. ; details on these custom install options, see the 
  227. ; Install Guide for Servers and the Install Guide for 
  228. ; Workstations.
  229. ;
  230. ;***********************************************
  231. ;
  232. ; Notes Workstation
  233. NOTESPROGRAM = 1
  234. ;
  235. ; Additional Dictionaries
  236. NOTESINTLDIC = 0
  237. ;
  238.  
  239. ; Notes Server 
  240. NOTESSERVER = 1 
  241.  
  242. ;
  243. ; Personal data files
  244. NOTESPDATA = 1
  245. ;
  246. ; Additional templates
  247. NOTESTEMPLATE = 1
  248. ;
  249. ; Documentation databases
  250. NOTESDOCUMENT = 1
  251. ;
  252. ; Notes Release 4 Help
  253. NOTESHELP = 1
  254. ;
  255. ; Notes Help Lite
  256. NOTESHELPLITE = 1
  257. ;
  258. ; Attachment Viewer
  259. NOTESVIEWER = 1
  260. ;
  261. ; Java Support Files
  262. NOTESBROWSER = 1
  263. ;
  264. ; Notes Browser support files
  265. NOTESBROWSERSUPPORT = 0
  266.  
  267. ;
  268. ; Notes Performance Monitor (Windows NT only)
  269. NOTESPERF = 1
  270. ;
  271. ; Notes Service Install (Windows NT only; installs 
  272. ; Notes as a Windows NT Service.)
  273. NOTESERVICE = 0
  274. ; User Synchronization (Windows NT only)
  275. NTDIRSYNC = 0
  276. ;
  277. ; Advanced Services (If you purchased the Advanced 
  278. ; Services license this is required for clusters and 
  279. ; billing. On Windows NT, also required for first 
  280. ; partitioned server, although we don't recommend 
  281. ; automating partitioned server installs.)
  282. ADVANCEDSERVICE = 0 
  283. ;
  284. ; Advanced Services Data (If you purchased Advanced 
  285. ; Services license this is required for clusters and 
  286. ; billing. On Windows NT, also required for each 
  287. ; partitioned server, although we don't recommend 
  288. ; automating partitioned server installs.)
  289. ADVANCEDSERVICEDATA = 0
  290. ;
  291. ; Partitioned Server (On Windows NT, if you purchased 
  292. ; Advanced Services license this is required for each 
  293. ; partitioned server. However, we don't recommend 
  294. ; automating partitioned server installs.)
  295. ADVSERVER = 0 
  296. ;
  297. ; Notes SMTP MTA gateway support
  298. NOTESSMTP = 0
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324. ;
  325. ; Notes Modem command scripts
  326. NOTESMODEMS = 1
  327.  
  328.  
  329.