home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999_B.iso / Lotus123 / ENGLISH / INSTSUIT.RSP < prev    next >
Text File  |  1997-01-10  |  22KB  |  766 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 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 (instsuit.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 (instsuit.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. ; Choose Run from the Start menu (Windows 95 or
  59. ; Windows NT 4.0) or choose File Run from the 
  60. ; Windows Program Manager (Windows NT 3.51), 
  61. ; and 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 full path and 
  71. ;         name of the response file. If you do 
  72. ;         not specify a path, this defaults to
  73. ;         the folder in which your install 
  74. ;         executable resides.
  75. ;    /U allows you to specify the name of the user.
  76. ;    "UserName" is the name of the user to which
  77. ;         this copy of the program is registered.
  78. ;         See the comments for the UserName field
  79. ;         below for information about defaults.
  80. ;    /O allows you to specify the status log file 
  81. ;         path and filename.
  82. ;    LogFilePath is the full path and name of the 
  83. ;         status log file. If you do not specify a 
  84. ;         path, this defaults to \<windowsdir>\lotinst.log.
  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. ; If you perform a standalone or node
  99. ; install to add another language to
  100. ; this product, the Install program does 
  101. ; not use the folder fields in this file.
  102. ; The additional language is added to the
  103. ; existing copy of the product. For more
  104. ; information about multilingual install,
  105. ; see the Network Administrator's Guide 
  106. ; (readnet.txt).
  107. ;
  108. ;***********************************************
  109.  
  110. ;***********************************************
  111. ; THE RESPONSE FILE STARTS HERE:
  112. ;***********************************************
  113. [User Registration]
  114. ;
  115. ; The [User Registration] section is for 
  116. ; information about the end user of this copy
  117. ; of the product. 
  118. ;
  119. ; Type the user's name in the "UserName" field. 
  120. ; Type the company's name in the "CompanyName"
  121. ; field. This information will become a 
  122. ; permanent part of the user's copy of this 
  123. ; program. If you do not supply this 
  124. ; information, the program will attempt 
  125. ; to find the user and company name from 
  126. ; a previously installed version 
  127. ; of this program (if there is one), or 
  128. ; from the Windows registration information.
  129. ;
  130. ;***********************************************
  131. UserName = 
  132. CompanyName = 
  133.  
  134. ;***********************************************
  135. [General Information]
  136. ;
  137. ; The [General Information] section specifies the
  138. ; type of install you want to perform and the program 
  139. ; group to which you want to add the product icon.
  140. ;
  141. ; Use the "InstallType" field to specify the kind of 
  142. ; install you want to perform. 
  143. ;     1 Standalone Install
  144. ;     2 Server Install
  145. ;     3 Distribution Install
  146. ;     4 Node install
  147. ;
  148. ; Remember that if you want to run a node install, 
  149. ; you must run a server install first, and use the 
  150. ; install.exe generated by the server install.
  151. ;***********************************************
  152. InstallType = 1
  153.  
  154. ;***********************************************
  155. ;
  156. ; Use the "AddiconOption" field to specify whether 
  157. ; Install should add program icons to your  
  158. ; program group or start menu. 
  159. ;     
  160. ;    0 Do not add program icons
  161. ;    1 Add program icons
  162. ;***********************************************
  163. AddiconOption = 1
  164.  
  165. ;***********************************************
  166. ;
  167. ; Use the "ProgramGroup" field to name the program 
  168. ; group to which you want to add this product's icon. 
  169. ; This field is only used if you are doing a standalone,
  170. ; server, or node install on Windows NT 3.51 and the
  171. ; AddiconOption field is set to 1. It is not used on 
  172. ; Windows 95 or Windows NT 4.0, or if the AddiconOption
  173. ; field is set to 0.
  174. ;
  175. ;***********************************************
  176. ProgramGroup = Lotus SmartSuite
  177.  
  178. ;***********************************************
  179. ;
  180. ; Use the "StartmenuFolder" field to name the folder 
  181. ; to which you want to add this product's icon. 
  182. ; This field is only used if you are doing a standalone, 
  183. ; server, or node install on Windows 95 or Windows NT 4.0. 
  184. ; It is not used on Windows NT 3.51 or if the AddiconOption
  185. ; field is set to 0.
  186. ;
  187. ;***********************************************
  188. StartmenuFolder = Lotus SmartSuite
  189.  
  190. ;***********************************************
  191. [SUIT]
  192. ;
  193. ; The [SUIT] section provides information about
  194. ; 1-2-3 and Approach.
  195. ;
  196. ; Use the "BASEDIR" field to specify the folder 
  197. ; under which all the product files are installed.
  198. ;
  199. ;***********************************************
  200. BASEDIR = c:\lotus\
  201.  
  202. ;***********************************************
  203. ;
  204. ; Use the "SizeOfInstall" field to specify the
  205. ; size of the install:
  206. ;      1 Default install
  207. ;      2 Minimum install (not for server installs) 
  208. ;      3 Custom install 
  209. ;
  210. ; If you choose the default or minimum install, 
  211. ; you get the default or minimum install 
  212. ; (respectively) of all the products selected
  213. ; in the [Select Applications] section below.  
  214. ; If you choose Custom install, you must also 
  215. ; set the SizeOfInstall field in each of the 
  216. ; individual product sections below.
  217. ;
  218. ; This field is only used during standalone
  219. ; and server installs (InstallType 1 and 2). 
  220. ;
  221. ;***********************************************
  222. SizeOfInstall = 1
  223.  
  224. ;***********************************************
  225. ;
  226. ; The "RemoveObsoleteFiles" field tells whether you want
  227. ; clean up files not needed from an earlier installation
  228. ; of 1-2-3 and Approach.
  229. ;
  230. ;***********************************************
  231. RemoveObsoleteFiles = 1
  232.  
  233. ;***********************************************
  234. [Select Applications]
  235. ;     
  236. ; The [Select Applications] section provides information
  237. ; about which products to install.
  238. ; Use the fields below to specify whether to install 
  239. ; each of the products. For each field, specify:
  240. ;     1 Install the product
  241. ;     0 Do not install the product
  242. ;
  243. ; The fields represent each of the products:
  244. ;     
  245. ;     123: 1-2-3 97
  246. ;     APR: Approach 97
  247. ;
  248. ; NOTE: All of the drives specified in the sections below
  249. ; must exist and must be writable, even if you 
  250. ; deselect the product to which they refer.
  251. ;
  252. ;***********************************************
  253. 123 = 1
  254. APR = 1
  255.  
  256. ;***********************************************
  257. [123]
  258. ;
  259. ; The [123] section provides information 
  260. ; specific to 123.
  261. ;
  262. ; The "123DIR" field is only for standalone, node, 
  263. ; and distribution installs. Use the 123DIR field 
  264. ; to specify the main product folder for 1-2-3. 
  265. ;
  266. ; Use the "123WORKDIR" field to specify the 
  267. ; folder in which users store their 
  268. ; work.
  269. ;
  270. ; Use the "123MASTERSDIR" field to specify where 
  271. ; to store the SmartMaster templates. This field
  272. ; is not used in a node install (InstallType 4).
  273. ;
  274. ; Use the "123BACKUPDIR" field to specify where 
  275. ; to store the backed up files. This field
  276. ; is not used in a node install (InstallType 4).
  277. ;
  278. ; Use the "123SAMPLESDIR" field to specify where 
  279. ; to store the sample files. This field
  280. ; is not used in a node install (InstallType 4).
  281. ;
  282. ;***********************************************
  283. 123DIR = c:\lotus\123\
  284. 123WORKDIR = c:\lotus\work\123
  285. 123MASTERSDIR = c:\lotus\smasters\123
  286. 123BACKUPDIR = c:\lotus\backup\123
  287. 123SAMPLESDIR = c:\lotus\samples\123
  288.  
  289. ;***********************************************
  290. ;
  291. ; Use the "SizeOfInstall" field to specify the
  292. ; size of the 123 install:
  293. ;      1 Default install
  294. ;      2 Minimum install 
  295. ;      3 Custom install
  296. ;
  297. ; This field is only used during standalone
  298. ; and file server installs (InstallType 1 and 2). 
  299. ; For file server installs, you can only use
  300. ; SizeOfInstall 1 or 3. 
  301. ;
  302. ;***********************************************
  303. SizeOfInstall = 1
  304.  
  305. ;***********************************************                             
  306. [Customize123]
  307. ; The [Customize123] section lets you select
  308. ; which features of 123 you want to install.
  309. ; This section is only used if the 
  310. ; "SizeOfInstall" field in the [123] section 
  311. ; is 3 (custom install).
  312. ;
  313. ; 123 Core Features
  314. ;
  315. ;***********************************************
  316. ;1-2-3 Program Files
  317. 123CORE = 1
  318.  
  319. ;TeamConsolidate
  320. 123TEAMCONS = 1
  321.  
  322. ;***********************************************
  323. ;
  324. ; 123 Help, samples, and tour
  325. ;
  326. ;***********************************************
  327. ;1-2-3 Online Help
  328. 123HELP = 1
  329.  
  330.     ;Main 1-2-3 Help
  331.     123MAINHELP = 1
  332.  
  333.     ;@Function Help
  334.     123ATFUNCHELP = 1
  335.  
  336. ;Sample Files
  337. 123SAMPLELANGEN = 1
  338.  
  339. ;Guided Tour
  340. 123TOUR = 0
  341.  
  342. ;***********************************************
  343. ;
  344. ; 123 ODBC Shared Data Access
  345. ;
  346. ;***********************************************
  347. ;ODBC Shared Data Access
  348. DLENF = 1
  349.  
  350.     ; dBASE driver
  351.     DBASEPRG_SHRCNT = 1
  352.  
  353.     ; Paradox driver
  354.     PARADOXPRG_SHRCNT = 0
  355.  
  356.     ; SQL driver
  357.     SQLPRG_SHRCNT = 0
  358.  
  359.     ; Notes driver
  360.     NOTESSQLPRG_SHRCNT = 0
  361.  
  362.     ; Sybase driver
  363.     SYBASEPRG_SHRCNT = 0
  364.  
  365.     ; Text driver
  366.     ODBCTEXTPRG_SHRCNT = 0
  367.  
  368. ;***********************************************
  369. ;
  370. ; 123 SmartMasters
  371. ;
  372. ;***********************************************
  373. ;SmartMaster Templates
  374. 123TEMPLATES = 1
  375.  
  376.     ;Loan Amortization
  377.     123LOAN = 1
  378.  
  379.     ;Personal Budget
  380.     123CHECKBOOK = 1
  381.  
  382.     ;Invoice
  383.     123INVOICE = 1
  384.  
  385.     ;Purchase Order
  386.     123PORDER = 1
  387.  
  388.     ;Expense Report
  389.     123EREPORT = 1
  390.  
  391.     ;Time Sheet 
  392.     123TSHEET = 1
  393.  
  394.     ;Territory Sales
  395.     123TSALESPLAN = 1
  396.  
  397.     ;Loan Payment Table
  398.     123LPTABLE = 1
  399.  
  400.     ;SmartMaster Shell
  401.     123MASTERSHELL = 1
  402.  
  403. ;***********************************************
  404. ;
  405. ; 123 Maps
  406. ;
  407. ;***********************************************
  408. ;Map Data
  409. 123MAPDATA = 1
  410.  
  411.     ;World Map
  412.     MAPWORLD01 = 1
  413.  
  414.     ;USA Map
  415.     MAPUSA01 = 1
  416.  
  417.     ;Alaska Map
  418.     MAPALASK01 = 1
  419.  
  420.     ;Hawaii Map
  421.     MAPHAW01 = 1
  422.                   
  423.     ;Canada Map
  424.     MAPCANADA01 = 1
  425.  
  426.     ;Japan Map
  427.     MAPJAP01 = 0
  428.  
  429.     ;Mexico Map
  430.     MAPMEX01 = 0
  431.  
  432.     ;Southern Africa Map
  433.     MAPSAFRICA = 0
  434.  
  435.     ;Central. and N.E. Asia Map
  436.     MAPASIACNPB = 0
  437.  
  438.     ;Australia and New Zealand Map
  439.     MAPAUSNZPB = 0
  440.  
  441.     ;Eastern Europe Map
  442.     MAPEUROEPB = 0
  443.  
  444.     ;Scandinavia Map
  445.     MAPEUROSPB = 0
  446.  
  447.     ;Western Europe Map
  448.     MAPEUROWPB = 1
  449.  
  450. ;***********************************************
  451. ;
  452. ; The "BackupSmartMasters" field tells whether you want
  453. ; make a backup copy of your SmartMasters when installing
  454. ; over an installation of 1-2-3 96
  455. ;
  456. ;***********************************************
  457. BackupSmartMasters = 0
  458.  
  459. ;***********************************************
  460. [CustomizeNodeOptions123]
  461. ;
  462. ; The [CustomizeNodeOptions123] section
  463. ; is used both during file server installs
  464. ; (InstallType 2) and during node installs
  465. ; (InstallType 4). Please read the comments 
  466. ; below for more details.
  467. ;
  468. ; For a file server install (InstallType 2),
  469. ; the [CustomizeNodeOptions123] section allows
  470. ; network administrators to specify which 
  471. ; features *can* be copied to a node user's 
  472. ; machine during a node install. This section
  473. ; corresponds to the Node User Feature Access
  474. ; dialog box in the file server install.
  475. ; It is only used during a file server install
  476. ; if SizeOfInstall = 3 (customized install).
  477. ;
  478. ; Use the following values in these fields for
  479. ; a file server install:
  480. ;      0 Do not allow the feature to be copied
  481. ;        to the user's machine
  482. ;      1 Allow the feature to be copied the 
  483. ;        user's machine
  484. ;
  485. ; For a node install (InstallType 4), the 
  486. ; [CustomizeNodeOptions123] section allows
  487. ; you to specify which features *will* be 
  488. ; copied to the node user's machine during the
  489. ; node install. This corresponds to the 
  490. ; Local Node Features dialog box in the 
  491. ; node install.
  492. ;
  493. ; Use the following values in these fields for
  494. ; a node install:
  495. ;      0 Do not copy the feature to the user's 
  496. ;        machine
  497. ;      1 Copy the feature to the user's machine
  498. ;
  499. ; Features will be copied to the user's machine
  500. ; during a node install only if:
  501. ;     * They were selected in this section 
  502. ;       during an automated file server install
  503. ;      or in the Node User Feature Access
  504. ;       dialog box during a manual 
  505. ;       file server install
  506. ;              AND
  507. ;    * They are selected in this section during
  508. ;       an automated node install or in the 
  509. ;       Local Node Features dialog box during
  510. ;       a manual node install.
  511. ;
  512. ;***********************************************
  513. ; dBASE driver
  514. DBASEPRG_SHRCNT = 1
  515.  
  516. ; Paradox driver
  517. PARADOXPRG_SHRCNT = 0
  518.  
  519. ; SQL driver
  520. SQLPRG_SHRCNT = 0
  521.  
  522. ; Notes driver
  523. NOTESSQLPRG_SHRCNT = 0
  524.  
  525. ; Sybase driver
  526. SYBASEPRG_SHRCNT = 0
  527.  
  528. ; Text driver
  529. ODBCTEXTPRG_SHRCNT = 0
  530.  
  531. ;***********************************************
  532. [APR]
  533. ;
  534. ; The [APR] section provides information 
  535. ; specific to Approach.
  536. ;
  537. ;***********************************************
  538. ;
  539. ; The "APRDIR" field is only for standalone and 
  540. ; server installs. Use the APRDIR field to specify 
  541. ; the main product folder for Lotus Approach. 
  542. ;
  543. ; Use the "APRWORKDIR" field to specify the 
  544. ; folder in which users store their 
  545. ; work.
  546. ;
  547. ; Use the "APRMASTERSDIR" field to specify where 
  548. ; to create the SmartMasters folder. This 
  549. ; field is not used in a node install (InstallType 4).
  550. ;
  551. ; Use the "APRSAMPLESDIR" field to specify where 
  552. ; to create the Sample Files folder. This 
  553. ; field is not used in a node install (InstallType 4).
  554. ;
  555. ; Use the "APRQMFDIR" field to specify where 
  556. ; to create the QMF Initialization File. This 
  557. ; field is not used in a node install (InstallType 4).
  558. ;
  559. ;***********************************************
  560. APRDIR = c:\lotus\approach\ 
  561. APRWORKDIR = c:\lotus\work\approach\
  562. APRTOURDIR = c:\lotus\approach\tour\
  563. APRDEMODIR = c:\lotus\approach\demo\
  564. APRMASTERSDIR = c:\lotus\smasters\approach\
  565. APRSAMPLESDIR = c:\lotus\samples\approach\
  566.  
  567. ;***********************************************
  568. ;
  569. ; Use the "SizeOfInstall" field to specify the
  570. ; size of the Approach install:
  571. ;      1 Default install
  572. ;      2 Minimum install 
  573. ;      3 Custom install
  574. ;
  575. ; This field is only used during standalone
  576. ; and file server installs (InstallType 1 and 2). 
  577. ; For file server installs, you can only use
  578. ; SizeOfInstall 1 or 3. 
  579. ;
  580. ;***********************************************
  581. SizeOfInstall = 1
  582.  
  583. ;***********************************************                             
  584. [CustomizeAPR]
  585. ;
  586. ; The [CustomizeAPR] section lets you select
  587. ; which features of Lotus Approach you want to
  588. ; install. This section is only used if the 
  589. ; "SizeOfInstall" field in the [APR] section 
  590. ; is 3 (custom install).
  591. ;
  592. ; To select a feature, set its value
  593. ; to 1 (one). To deselect a feature,
  594. ; set its value to 0 (zero).
  595. ;
  596. ;***********************************************
  597. ; Approach Tab
  598.  
  599. ;***********************************************
  600. ; Approach Core ("APRCORE"). Approach Core 
  601. ; contains the minimum files necessary to run 
  602. ; Approach. Do NOT Deselect this option the first
  603. ; time you install Approach.
  604. ;***********************************************
  605. APRCORE = 1
  606.  
  607. ; Help ("APRHELP"). Detailed Approach help files.
  608. APRHELP = 1
  609.  
  610. ; Help ("APRSCRIPTHELP"). Using LotusScript in Approach help files.
  611. APRSCRIPTHELP = 0
  612.  
  613. ;***********************************************
  614. ; Powerkeys Tab
  615. ; Select the Approach PowerKey drivers you want 
  616. ; to install.  By default, Approach allows access 
  617. ; to dBase formats.
  618. ;***********************************************
  619. ; Lotus Notes ("APRNOTES"). Lotus Notes .NSF driver.
  620. APRNOTES = 1
  621.  
  622. ; Paradox ("APRPARADOX"). Paradox 3.5 and 4.0 
  623. ; .DB drivers.
  624. APRPARADOX = 1
  625.  
  626. ; IBM QMF Driver
  627. APRQMF = 0
  628.  
  629. ; Approach ODBC ("APRODBC") Driver Support
  630. APRODBC = 0
  631.  
  632. ; Oracle ("APRORACLE_SHRCNT"). Oracle7 SQL driver.
  633. APRORACLE_SHRCNT = 0
  634.  
  635. ; SQL Server ("APRSQLSERVER4_SHRCNT"). SQL Server driver for 
  636. ; Microsoft SQL Server 4.x and 6
  637. APRSQLSERVER4_SHRCNT = 0
  638.  
  639. ; SQL Server ("APRSQLSERVER6_SHRCNT"). SQL Server driver for 
  640. ; Microsoft SQL Server 6
  641. APRSQLSERVER6_SHRCNT = 0
  642.  
  643. ; Sybase System 10 and 11 Driver. ("APRSYBASE_SHRCNT")
  644. APRSYBASE_SHRCNT = 0
  645.  
  646. ; Informix5 Database Driver ("APRINFORMIX5_SHRCNT")
  647. APRINFORMIX5_SHRCNT = 0
  648.  
  649. ; Informix7 Database Driver ("APRINFORMIX7_SHRCNT")
  650. APRINFORMIX7_SHRCNT = 0
  651.  
  652. ;***********************************************
  653. [CustomizeNodeOptionsAPR]
  654. ;
  655. ; The [CustomizeNodeOptionsAPR] section
  656. ; is used both during file server installs
  657. ; (InstallType 2) and during node installs
  658. ; (InstallType 4). Please read the comments 
  659. ; below for more details.
  660. ;
  661. ; For a file server install (InstallType 2),
  662. ; the [CustomizeNodeOptionsAPR] section allows
  663. ; network administrators to specify which 
  664. ; features *can* be copied to a node user's 
  665. ; machine during a node install. This section
  666. ; corresponds to the Node User Feature Access
  667. ; dialog box in the file server install.
  668. ;
  669. ; Use the following values in these fields for
  670. ; a server install:
  671. ;      0 Do not allow the feature to be copied
  672. ;        to the user's machine
  673. ;      1 Allow the feature to be copied the 
  674. ;        user's machine
  675. ;
  676. ; For a node install (InstallType 4), the 
  677. ; [CustomizeNodeOptionsAPR] section allows
  678. ; you to specify which features *will* be 
  679. ; copied to the node user's machine during the
  680. ; node install.
  681. ;
  682. ; Use the following values in these fields for
  683. ; a node install:
  684. ;      0 Do not copy the feature to the user's 
  685. ;        machine
  686. ;      1 Copy the feature to the user's machine
  687. ;
  688. ; Features will be copied to the user's machine
  689. ; during a node install only if they were selected
  690. ; in this section or in the Node User Feature Access
  691. ; dialog box during the server install.
  692. ;
  693. ;
  694. ;***********************************************
  695. ; Approach ODBC ("APRODBC") Driver Support
  696. APRODBC = 0
  697.  
  698. ; Oracle ("APRORACLE_SHRCNT"). Oracle7 SQL driver.
  699. APRORACLE_SHRCNT = 0
  700.  
  701. ; SQL Server ("APRSQLSERVER4_SHRCNT"). SQL Server driver for 
  702. ; Microsoft SQL Server 4.x and 6
  703. APRSQLSERVER4_SHRCNT = 0
  704.  
  705. ; SQL Server ("APRSQLSERVER6_SHRCNT"). SQL Server driver for 
  706. ; Microsoft SQL Server 6
  707. APRSQLSERVER6_SHRCNT = 0
  708.  
  709. ; Sybase System 10 and 11 Driver. ("APRSYBASE_SHRCNT")
  710. APRSYBASE_SHRCNT = 0
  711.  
  712. ; Informix5 Database Driver ("APRINFORMIX5_SHRCNT")
  713. APRINFORMIX5_SHRCNT = 0
  714.  
  715. ; Informix7 Database Driver ("APRINFORMIX7_SHRCNT")
  716. APRINFORMIX7_SHRCNT = 0
  717.  
  718. ;***********************************************
  719. [Shared Components]
  720. ; The [Shared Components] section provides information 
  721. ; about Lotus shared components (such as Spell
  722. ; Check).
  723. ; The "COMPONENTSDIR" field is used only during a 
  724. ; server install.
  725. ;
  726. ;*********************************************** 
  727. COMPONENTSDIR = c:\lotus\compnent
  728.  
  729. ;***********************************************
  730. ; The fields below allow you to select and 
  731. ; deselect the Lotus shared components. 
  732. ; These fields are only used if the "SizeOfInstall"
  733. ; field in the [123] section is set to 3.
  734. ;
  735. ; To select a shared component, set its value
  736. ; to 1 (one). To deselect a shared component,
  737. ; set its value to 0 (zero).
  738. ;
  739. ;***********************************************
  740. ; Spell Checker
  741. WIN32SHRSPELLDATA = 1
  742.  
  743.     ; English Dictionary
  744.     WIN32SHRSPELLDICLANGEN = 1
  745.  
  746.     ; French Dictionary
  747.     WIN32SHRSPELLDICLANGFR = 0
  748.  
  749.     ; Spanish Dictionary
  750.     WIN32SHRSPELLDICLANGES = 0
  751.  
  752. ;1-2-3 Lotus Script Help
  753. WIN32SHRLOTUSSCRIPTPRGLANGEN = 0
  754. ;************************************************
  755. ;
  756. ;End of Response File
  757.