home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / lotus / english / lotus005.dsk / INST123.RSP next >
Text File  |  1995-11-08  |  14KB  |  421 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 (inst123.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 (inst123.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 tell them
  52. ;    what command line to type, or you might 
  53. ;    choose a different method. The best
  54. ;    distribution strategy depends on the tools 
  55. ;    you have available at your site.
  56. ;
  57. ; TO RUN AN AUTOMATED INSTALL:
  58. ; 1. In Windows 95, click the Start button and choose Run.
  59. ;    In Windows NT, from the Program Manager, choose File - Run.
  60. ;
  61. ; 2. Type the install command:
  62. ;
  63. ;    <path>\install /A <ResponseFilePath> [/U ["UserName"]] 
  64. ;    [/O [<LogFilePath>]] [/?]
  65. ;
  66. ;    where:
  67. ;    path is the location of the install program
  68. ;         executable.
  69. ;    /A turns on the automated install feature.
  70. ;    ResponseFilePath is the location of this 
  71. ;         response file. ALWAYS specify the full 
  72. ;         path to this file.
  73. ;    /U allows you to specify the name of the user.
  74. ;    "UserName" is the name of the user to which
  75. ;         this copy of the program is registered.
  76. ;         See the comments for the UserName field
  77. ;         below for information about defaults.
  78. ;    /O allows you to specify the status log file 
  79. ;         path and filename.
  80. ;    LogFilePath is the full path and name of the 
  81. :         status log file. If you do not specify a 
  82. ;         path, this defaults to \win95\lotinst.log
  83. ;         for Windows 95, and \winnt\lotinst.log
  84. ;         for Windows NT.
  85. ;    /? brings up the command line usage message
  86. ;
  87. ;
  88. ; HINTS AND TIPS:
  89. ;
  90. ; Do not change the field names to the left 
  91. ; of the equal signs (=) in this file. 
  92. ; Changing the field names will cause errors.
  93. ;
  94. ; Do not remove fields from this
  95. ; file. Removing fields will
  96. ; cause errors.
  97. ;
  98. ;***********************************************
  99. ;***********************************************
  100. ; THE RESPONSE FILE STARTS HERE:
  101. ;
  102. [User Registration]
  103. ; The [User Registration] section is for 
  104. ; information about the end user of this copy
  105. ; of the product. 
  106. ;
  107. ; Type the user's name in the "UserName" field. 
  108. ; Type the company's name in the "CompanyName"
  109. ; field. This information will become a 
  110. ; permanent part of the user's copy of this 
  111. ; program. If you do not supply this 
  112. ; information, the program will attempt 
  113. ; to find the user and company name from 
  114. ; a previously installed version 
  115. ; of this program (if there is one), or 
  116. ; from the Windows registration information.
  117. ;
  118. ;***********************************************
  119. UserName = 
  120. CompanyName = 
  121. ;***********************************************
  122. ;
  123. [General Information]
  124. ; The [General Information] section specifies the
  125. ; type of install you want to perform and the program 
  126. ; group to which you want to add the product icon.
  127. ;
  128. ; Use the "InstallType" field to specify the kind of 
  129. ; install you want to perform. 
  130. ;     1 Standalone Install
  131. ;     2 Server Install
  132. ;     3 Distribution Install
  133. ;     4 Node install
  134. ;
  135. ; Remember that if you want to run a node install, 
  136. ; you must run a server install first, and use the 
  137. ; install.exe generated by the server install.
  138. ;
  139. ;***********************************************
  140. InstallType = 4
  141. ;***********************************************
  142. ;
  143. ; Use the "ProgramGroup" field to name the program 
  144. ; group to which you want to add this product's icon. 
  145. ; This field is only used if you are doing a standard, 
  146. ; server, or node install on Windows NT. It is not
  147. ; used on Windows 95.
  148. ;
  149. ;***********************************************
  150. ProgramGroup = Lotus SmartSuite
  151. ;***********************************************
  152. ;
  153. ; Use the "StartmenuFolder" field to name the folder 
  154. ; to which you want to add this product's icon. 
  155. ; This field is only used if you are doing a standard, 
  156. ; server, or node install on Windows 95. It is not
  157. ; used on Windows NT.
  158. ;
  159. ;***********************************************
  160. StartmenuFolder = Lotus SmartSuite
  161. ;***********************************************
  162. ;
  163. [Node Install]
  164. ; The [Node Install] section applies only 
  165. ; to node installs (InstallType 4).
  166. ;
  167. ; Use the "NodeOptions" field to specify 
  168. ; whether the features specified by the 
  169. ; system administrator should be copied 
  170. ; to the node user's machine.
  171. ;      0 Do not copy the features to the user's 
  172. ;        machine
  173. ;      1 Copy the features to the user's machine
  174. ;
  175. ;***********************************************
  176. NodeOptions = 1
  177. ;***********************************************
  178. ;
  179. [Datalens]
  180. ; The [Datalens] section provides information 
  181. ; about where to install the Datalens 
  182. ; drivers. The fields in this section are only
  183. ; used if the products you are installing use
  184. ; the Datalens drivers, and only during a 
  185. ; server install (InstallType 2).
  186. ;
  187. ; Use the "SQLServerName" field to specify the name 
  188. ; of your SQL server.
  189. ;
  190. ;***********************************************
  191. SQLServerName = 
  192. ;***********************************************
  193. ;
  194. ; Use the "PARADOXNetInfo" field to specify the
  195. ; path to the PARADOX server.
  196. ;
  197. ;***********************************************
  198. PARADOXNetInfo =
  199. ;***********************************************
  200. ;
  201. [123]
  202. ; The [123] section provides information 
  203. ; specific to 1-2-3.
  204. ;
  205. ; The "BASEDIR" field specifies the base directory
  206. ; for a single product. Your main product directory,
  207. ; work directory, and all other directories 
  208. ; associated with this product will be created 
  209. ; under this base directory. We recommend that you
  210. ; use the same base directory for all of the 
  211. ; Lotus products you install.
  212. ;
  213. ;***********************************************
  214. BASEDIR= c:\lotus\
  215. ;***********************************************
  216. ;
  217. ; The "123DIR" field is only for standalone and 
  218. ; server installs. Use the 123DIR field to specify 
  219. ; the main product directory for 1-2-3. 
  220. ;
  221. ;***********************************************
  222. ;1-2-3 Program Directory
  223. 123DIR = c:\lotus\123\ 
  224. ;
  225. ;1-2-3 Working Directory
  226. 123WORKDIR = c:\lotus\work\123\
  227. ;
  228. ;1-2-3 SmartMasters Directory
  229. 123MASTERSDIR = c:\lotus\smasters\123\
  230. ;
  231. ;1-2-3 Backup Directory
  232. 123BACKUPDIR = c:\lotus\backup\123\
  233. ;
  234. ;***********************************************
  235. ;
  236. ; Use the "SizeOfInstall" field to specify the
  237. ; size of the 1-2-3 install:
  238. ;      1 Default install
  239. ;      2 Minimum install 
  240. ;      3 Custom install
  241. ;
  242. ; This field is only used during standard 
  243. ; and server installs (InstallType 1 and 2). 
  244. ;
  245. ;***********************************************
  246. SizeOfInstall = 1
  247. ;***********************************************                             
  248. ;
  249. [Customize123]
  250. ; The [Customize123] section lets you select
  251. ; which features of 1-2-3 you want to install.
  252. ; This section is only used if the 
  253. ; "SizeOfInstall" field in the [123] section 
  254. ; is 3 (custom install).
  255. ;
  256. ;************************************************
  257. ;
  258. ;123CORETAB
  259. ;123 Core Section
  260. ;
  261. ;***********************************************
  262. ;
  263. ;1-2-3 Core contains the minimum files necessary to run 1-2-3.
  264. 123CORE = 1
  265. ;
  266. ;Audit reports on all formulas, the relationships of values and formulas,
  267. ;circular references, file links, or DDE links.
  268. 123AUDIT = 1
  269. ;
  270. ;Backsolver finds values that make the result of a formula equal to a 
  271. ;value you specify.
  272. 123BSOLVER = 1
  273. ;
  274. ;Solver analyzes data in a worksheet and shows a variety of possible
  275. ;answers to a problem.
  276. 123SOLVER = 1
  277. ;
  278. ;Macro Translator translates each {ALT} keystroke command from 1-2-3 
  279. ;for Windows Release 1 to its current equivalent.
  280. 123MTRANS = 1
  281. ;
  282. ;Version Manager lets you perform advanced what-if analysis and share 
  283. ;versions and scenarios in a workgroup.
  284. 123CHRON = 1
  285. ;
  286. ;Mapping links worksheet data to geographical maps.
  287. 123MAPPING = 1
  288. ;
  289. ;***********************************************
  290. ;
  291. ; 123HELPTAB
  292. ; 123 Help Section
  293. ;
  294. ;***********************************************
  295. ;
  296. ;Sample files are worksheet files that the Tutorial and Help use to
  297. ;help you learn 1-2-3.
  298. 123SAMPLE = 1
  299. ;
  300. ;Detailed Macro Help contains a Help topic for each macro command, 
  301. ;including an explanation of arguments, uses, and examples.
  302. 123MHELP = 1
  303. ;
  304. ;Detailed @Function Help contains a Help topic for each @function, 
  305. ;including an explanation of arguments, uses, and examples.
  306. 123ATHELP = 1
  307. ;
  308. ;The online Tutorial provides interactive lessons that teach you 
  309. ;the basics of 1-2-3.
  310. 123TUTORIAL = 1
  311. ;***********************************************
  312. ;
  313. [CustomizeNodeOptions123]
  314. ; The [CustomizeNodeOptions1-2-3] section allows
  315. ; network administrators to specify what 
  316. ; features can be copied to a node user's 
  317. ; machine during a node install. This section
  318. ; corresponds to the Node User Feature Access
  319. ; dialog box in the server install and it
  320. ; is only used during a server install.
  321. ; If the NodeOptions field in the [Node Install]
  322. ; section above is set to 1, the features
  323. ; set to 1 here will be copied to the node
  324. ; user's machine. 
  325. ;
  326. ;***********************************************;
  327. 123SAMPLE = 1
  328. ;***********************************************
  329. ;
  330. [Shared Components]
  331. ; The [Shared Components] section provides information 
  332. ; about Lotus shared components (such as the Spell
  333. ; Checker) for Freelance Graphics, Word Pro, and Approach.
  334. ; This field is used only during a server install.
  335. ;
  336. ;*********************************************** 
  337. COMPONENTSDIR = c:\lotus\compnent
  338. ;***********************************************
  339. ; The fields below allow you to select and 
  340. ; deselect the Lotus shared components for 
  341. ; Freelance Graphics, Word Pro, and Approach.
  342. ; These fields are used only if the "SizeOfInstall"
  343. ; field in the [123] section is 3.
  344. ;
  345. ; To select a shared component, set its value
  346. ; to 1 (one). To deselect a shared component,
  347. ; set its value to 0 (zero).
  348. ;
  349. ;***********************************************
  350. WIN32SHRINFOBOXPRG = 1
  351. ;***********************************************
  352. ;
  353. [Lotusapp]
  354. ; The [Lotusapp] section provides information 
  355. ; about Lotus shared components (such as the 
  356. ; Spell Checker) for 1-2-3 and Organizer.
  357. ; Use the "Consolidation" field to specify 
  358. ; whether Lotus shared components that the
  359. ; Install program finds in different places 
  360. ; on the user's machine should be consolidated 
  361. ; into one directory.
  362. ;      0 Do not consolidate
  363. ;      1 Consolidate
  364. ;
  365. ;***********************************************
  366. Consolidation = 1
  367. ;***********************************************
  368. ;
  369. ; Use the "LOTUSAPPDIR" field to specify the 
  370. ; location of the Lotus shared components for
  371. ; 1-2-3 and Organizer. You can change the drive 
  372. ; letter if necessary, but we recommend that you 
  373. ; accept the default path \lotus\compnent\lotusapp.
  374. ; This field is normally used only if there
  375. ; has been no previous consolidation, or if
  376. ; the current consolidation location is 
  377. ; read-only or does not have enough room for
  378. ; all of the shared components. To confirm
  379. ; whether you have a consolidation location
  380. ; already, look for the "Common Directory"
  381. ; entry in your \windows\lotus.ini file.
  382. ;
  383. ;***********************************************
  384. LOTUSAPPDIR = c:\lotus\compnent\lotusapp
  385. ;***********************************************
  386. ; The fields below allow you to select and 
  387. ; deselect the Lotus shared components for 
  388. ; 1-2-3 and Organizer. These fields are only 
  389. ; used if the "SizeOfInstall" field in the 
  390. ; [123] section is 3.
  391. ;
  392. ; To select a shared component, set its value
  393. ; to 1 (one). To deselect a shared component,
  394. ; set its value to 0 (zero).
  395. ;
  396. ;*********************************************** 
  397. SHRDLGPRG = 1
  398. SHRSPELLPRG = 1
  399. SHRHELPDATA = 1
  400. SHRDBASEPRG = 1
  401. SHRPARADOXPRG = 1
  402. SHRSQLPRG = 1
  403. SHRNOTESSQLPRG = 1
  404. ;***********************************************
  405. ;
  406. ;************************************************ 
  407. ;************************************************
  408. ;
  409. ;End of Response File
  410.