home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Bonus / lotus123rel9 / instsuit.org < prev    next >
Encoding:
Text File  |  1998-05-27  |  22.1 KB  |  806 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
  246. ;     APR: Approach
  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 and samples
  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. ;***********************************************
  340. ;
  341. ; 123 ODBC Shared Data Access
  342. ;
  343. ;***********************************************
  344. ;ODBC Shared Data Access
  345. DLENF = 1
  346.  
  347.     ; dBASE driver
  348.     DBASEPRG = 1
  349.  
  350.     ; Paradox driver
  351.     PARADOXPRG = 0
  352.  
  353.     ; SQL driver
  354.     SQLPRG = 0
  355.  
  356.     ; Notes driver
  357.     NOTESSQLPRG = 0
  358.  
  359.     ; Sybase driver
  360.     SYBASEPRG = 0
  361.  
  362.     ; Text driver
  363.     ODBCTEXTPRG = 0
  364.  
  365. ;***********************************************
  366. ;
  367. ; 123 SmartMasters
  368. ;
  369. ;***********************************************
  370. ;SmartMaster Templates
  371. 123TEMPLATES = 1
  372.  
  373.     ;Loan Amortization
  374.     123LOAN = 1
  375.  
  376.     ;Personal Budget
  377.     123CHECKBOOK = 1
  378.  
  379.     ;Invoice
  380.     123INVOICE = 1
  381.  
  382.     ;Purchase Order
  383.     123PORDER = 1
  384.  
  385.     ;Expense Report
  386.     123EREPORT = 1
  387.  
  388.     ;Time Sheet 
  389.     123TSHEET = 1
  390.  
  391.     ;Territory Sales
  392.     123TSALESPLAN = 1
  393.  
  394.     ;Loan Payment Table
  395.     123LPTABLE = 1
  396.  
  397.     ;SmartMaster Shell
  398.     123MASTERSHELL = 1
  399.  
  400. ;***********************************************
  401. ;
  402. ; 123 Maps
  403. ;
  404. ;***********************************************
  405. ;Map Data
  406. 123MAPDATA = 1
  407.  
  408.     ;World Map
  409.     MAPWORLD01 = 1
  410.  
  411.     ;USA Map
  412.     MAPUSA01 = 1
  413.  
  414.     ;Alaska Map
  415.     MAPALASK01 = 1
  416.  
  417.     ;Hawaii Map
  418.     MAPHAW01 = 1
  419.                   
  420.     ;Canada Map
  421.     MAPCANADA01 = 1
  422.  
  423.     ;Japan Map
  424.     MAPJAP01 = 0
  425.  
  426.     ;Mexico Map
  427.     MAPMEX01 = 0
  428.  
  429.     ;Southern Africa Map
  430.     MAPSAFRICA = 0
  431.  
  432.     ;Central. and N.E. Asia Map
  433.     MAPASIACNPB = 0
  434.  
  435.     ;Australia and New Zealand Map
  436.     MAPAUSNZPB = 0
  437.  
  438.     ;Eastern Europe Map
  439.     MAPEUROEPB = 0
  440.  
  441.     ;Scandinavia Map
  442.     MAPEUROSPB = 0
  443.  
  444.     ;Western Europe Map
  445.     MAPEUROWPB = 1
  446.  
  447. ;***********************************************
  448. ;
  449. ; The "BackupSmartMasters" field tells whether you want
  450. ; make a backup copy of your SmartMasters when installing
  451. ; over an installation of 1-2-3 96
  452. ;
  453. ;***********************************************
  454. BackupSmartMasters = 0
  455.  
  456. ;***********************************************
  457. [CustomizeNodeOptions123]
  458. ;
  459. ; The [CustomizeNodeOptions123] section
  460. ; is used both during file server installs
  461. ; (InstallType 2) and during node installs
  462. ; (InstallType 4). Please read the comments 
  463. ; below for more details.
  464. ;
  465. ; For a file server install (InstallType 2),
  466. ; the [CustomizeNodeOptions123] section allows
  467. ; network administrators to specify which 
  468. ; features *can* be copied to a node user's 
  469. ; machine during a node install. This section
  470. ; corresponds to the Node User Feature Access
  471. ; dialog box in the file server install.
  472. ; It is only used during a file server install
  473. ; if SizeOfInstall = 3 (customized install).
  474. ;
  475. ; Use the following values in these fields for
  476. ; a file server install:
  477. ;      0 Do not allow the feature to be copied
  478. ;        to the user's machine
  479. ;      1 Allow the feature to be copied the 
  480. ;        user's machine
  481. ;
  482. ; For a node install (InstallType 4), the 
  483. ; [CustomizeNodeOptions123] section allows
  484. ; you to specify which features *will* be 
  485. ; copied to the node user's machine during the
  486. ; node install. This corresponds to the 
  487. ; Local Node Features dialog box in the 
  488. ; node install.
  489. ;
  490. ; Use the following values in these fields for
  491. ; a node install:
  492. ;      0 Do not copy the feature to the user's 
  493. ;        machine
  494. ;      1 Copy the feature to the user's machine
  495. ;
  496. ; Features will be copied to the user's machine
  497. ; during a node install only if:
  498. ;     * They were selected in this section 
  499. ;       during an automated file server install
  500. ;      or in the Node User Feature Access
  501. ;       dialog box during a manual 
  502. ;       file server install
  503. ;              AND
  504. ;    * They are selected in this section during
  505. ;       an automated node install or in the 
  506. ;       Local Node Features dialog box during
  507. ;       a manual node install.
  508. ;
  509. ;***********************************************
  510. ; dBASE driver
  511. DBASEPRG = 1
  512.  
  513. ; Paradox driver
  514. PARADOXPRG = 0
  515.  
  516. ; SQL driver
  517. SQLPRG = 0
  518.  
  519. ; Notes driver
  520. NOTESSQLPRG = 0
  521.  
  522. ; Sybase driver
  523. SYBASEPRG = 0
  524.  
  525. ; Text driver
  526. ODBCTEXTPRG = 0
  527.  
  528. ;***********************************************
  529. [APR]
  530. ;
  531. ; The [APR] section provides information 
  532. ; specific to Approach.
  533. ;
  534. ;***********************************************
  535. ;
  536. ; The "APRDIR" field is only for standalone and 
  537. ; server installs. Use the APRDIR field to specify 
  538. ; the main product folder for Lotus Approach. 
  539. ;
  540. ; Use the "APRWORKDIR" field to specify the 
  541. ; folder in which users store their 
  542. ; work.
  543. ;
  544. ; Use the "APRADDINSDIR" field to specify
  545. ; where to create the folder containing
  546. ; Approach AddIn files.
  547. ;
  548. ; Use the "APRDEMODIR" field to specify where 
  549. ; to create the Demo Files folder. 
  550. ;
  551. ; Use the "APRMASTERSDIR" field to specify where 
  552. ; to create the SmartMasters folder. This 
  553. ; field is not used in a node install (InstallType 4).
  554. ;
  555. ; Use the "APRSAMPLESDIR" field to specify where 
  556. ; to create the Sample Files folder. This 
  557. ; field is not used in a node install (InstallType 4).
  558. ;
  559. ; Use the "APRQMFDIR" field to specify where 
  560. ; to create the QMF Initialization File. This 
  561. ; field is not used in a node install (InstallType 4).
  562. ;
  563. ;***********************************************
  564. APRDIR = c:\lotus\approach\ 
  565. APRWORKDIR = c:\lotus\work\approach\
  566. APRDEMODIR = c:\lotus\approach\demo\
  567. APRMASTERSDIR = c:\lotus\smasters\approach\
  568. APRSAMPLESDIR = c:\lotus\samples\approach\
  569. APRQMFDIR = c:\lotus\approach\
  570. ;
  571. ;***********************************************
  572. ;
  573. ; Use the "SizeOfInstall" field to specify the
  574. ; size of the Approach install:
  575. ;      1 Default install
  576. ;      2 Minimum install 
  577. ;      3 Custom install
  578. ;
  579. ; This field is only used during standalone
  580. ; and file server installs (InstallType 1 and 2). 
  581. ; For file server installs, you can only use
  582. ; SizeOfInstall 1 or 3. 
  583. ;
  584. ;***********************************************
  585. SizeOfInstall = 1
  586.  
  587. ;***********************************************                             
  588. [CustomizeAPR]
  589. ;
  590. ; The [CustomizeAPR] section lets you select
  591. ; which features of Lotus Approach you want to
  592. ; install. This section is only used if the 
  593. ; "SizeOfInstall" field in the [APR] section 
  594. ; is 3 (custom install).
  595. ;
  596. ; To select a feature, set its value
  597. ; to 1 (one). To deselect a feature,
  598. ; set its value to 0 (zero).
  599. ;
  600. ;***********************************************
  601. ; Approach Tab
  602.  
  603. ;***********************************************
  604. ; Approach Core ("APRCORE"). Approach Core 
  605. ; contains the minimum files necessary to run 
  606. ; Approach. Do NOT Deselect this option the first
  607. ; time you install Approach.
  608. ;***********************************************
  609. APRCORE = 1
  610.  
  611. ; Help ("APRHELP"). Detailed Approach help files.
  612. APRHELP = 1
  613.  
  614. ; Help ("APRSCRIPTHELP"). Using LotusScript in Approach help files.
  615. APRSCRIPTHELP = 0
  616.  
  617. ;***********************************************
  618. ; Powerkeys Tab
  619. ; Select the Approach PowerKey drivers you want 
  620. ; to install.  By default, Approach allows access 
  621. ; to dBase formats.
  622. ;***********************************************
  623. ; Lotus Notes ("APRNOTES"). Lotus Notes .NSF driver.
  624. APRNOTES = 1
  625. ; Paradox ("APRPARADOX"). Paradox 3.5 and 4.0 
  626. ; .DB drivers.
  627. APRPARADOX = 1
  628. ; IBM QMF Driver
  629. APRQMF = 0
  630. ; Approach ODBC ("APRODBC") Driver Support. This section
  631. ; is required when using any of the sections below.
  632. APRODBC = 0
  633. ; Oracle ("APRORACLE"). Oracle7 SQL driver.
  634. APRORACLE = 0
  635. ; SQL Server ("APRSQLSERVER4"). SQL Server driver for 
  636. ; Microsoft SQL Server 4.x and 6
  637. APRSQLSERVER4 = 0
  638. ; SQL Server ("APRSQLSERVER6"). SQL Server driver for 
  639. ; Microsoft SQL Server 6
  640. APRSQLSERVER6 = 0
  641. ; Sybase System 10 and 11 Driver. ("APRSYBASE")
  642. APRSYBASE = 0
  643. ; Informix5 Database Driver ("APRINFORMIX5")
  644. APRINFORMIX5 = 0
  645. ; Informix7 Database Driver ("APRINFORMIX7")
  646. APRINFORMIX7 = 0
  647. ;
  648. ;***********************************************
  649. [CustomizeNodeOptionsAPR]
  650. ;
  651. ; The [CustomizeNodeOptionsAPR] section
  652. ; is used both during file server installs
  653. ; (InstallType 2) and during node installs
  654. ; (InstallType 4). Please read the comments 
  655. ; below for more details.
  656. ;
  657. ; For a file server install (InstallType 2),
  658. ; the [CustomizeNodeOptionsAPR] section allows
  659. ; network administrators to specify which 
  660. ; features *can* be copied to a node user's 
  661. ; machine during a node install. This section
  662. ; corresponds to the Node User Feature Access
  663. ; dialog box in the file server install.
  664. ;
  665. ; Use the following values in these fields for
  666. ; a server install:
  667. ;      0 Do not allow the feature to be copied
  668. ;        to the user's machine
  669. ;      1 Allow the feature to be copied the 
  670. ;        user's machine
  671. ;
  672. ; For a node install (InstallType 4), the 
  673. ; [CustomizeNodeOptionsAPR] section allows
  674. ; you to specify which features *will* be 
  675. ; copied to the node user's machine during the
  676. ; node install.
  677. ;
  678. ; Use the following values in these fields for
  679. ; a node install:
  680. ;      0 Do not copy the feature to the user's 
  681. ;        machine
  682. ;      1 Copy the feature to the user's machine
  683. ;
  684. ; Features will be copied to the user's machine
  685. ; during a node install only if they were selected
  686. ; in this section or in the Node User Feature Access
  687. ; dialog box during the server install.
  688. ;
  689. ;
  690. ;***********************************************
  691. ; Approach ODBC ("APRODBC") Driver Support
  692. APRODBC = 0
  693. ; Oracle ("APRORACLE"). Oracle7 SQL driver.
  694. APRORACLE = 0
  695. ; SQL Server ("APRSQLSERVER4"). SQL Server driver for 
  696. ; Microsoft SQL Server 4.x and 6
  697. APRSQLSERVER4 = 0
  698. ; SQL Server ("APRSQLSERVER6"). SQL Server driver for 
  699. ; Microsoft SQL Server 6
  700. APRSQLSERVER6 = 0
  701. ; Sybase System 10 and 11 Driver. ("APRSYBASE")
  702. APRSYBASE = 0
  703. ; Informix5 Database Driver ("APRINFORMIX5")
  704. APRINFORMIX5 = 0
  705. ; Informix7 Database Driver ("APRINFORMIX7")
  706. APRINFORMIX7 = 0
  707. ;
  708. ;***********************************************
  709. [Shared Components]
  710. ; The [Shared Components] section provides information 
  711. ; about Lotus shared components (such as Spell
  712. ; Check).
  713. ; The "COMPONENTSDIR" field is used only during a 
  714. ; server install.
  715. ;
  716. ;*********************************************** 
  717. COMPONENTSDIR = c:\lotus\compnent
  718.  
  719. ;***********************************************
  720. ; The fields below allow you to select and 
  721. ; deselect the Lotus shared components. 
  722. ; These fields are only used if the "SizeOfInstall"
  723. ; field in the [123] section is set to 3.
  724. ;
  725. ; To select a shared component, set its value
  726. ; to 1 (one). To deselect a shared component,
  727. ; set its value to 0 (zero).
  728. ;
  729. ;***********************************************
  730. ; Spell Checker
  731. WIN32SHRSPELLPRG = 1
  732.  
  733.     ; English Dictionary
  734.     WIN32SHRSPELLDICLANGEN = 1
  735.  
  736.     ; French Dictionary
  737.     WIN32SHRSPELLDICLANGFR = 0
  738.  
  739.     ; Spanish Dictionary
  740.     WIN32SHRSPELLDICLANGES = 0
  741.  
  742.     ; Afrikaans Dictionary
  743.     WIN32SHRSPELLDICLANGAF = 0
  744.  
  745.     ; Australian Dictionary
  746.     WIN32SHRSPELLDICLANGAU = 0
  747.  
  748.     ; Catalon Dictionary
  749.     WIN32SHRSPELLDICLANGCT = 0
  750.  
  751.     ; Czech. Dictionary
  752.     WIN32SHRSPELLDICLANGCZ = 0
  753.  
  754.     ; Danish Dictionary
  755.     WIN32SHRSPELLDICLANGDK = 0
  756.  
  757.     ; Dutch Dictionary
  758.     WIN32SHRSPELLDICLANGNL = 0
  759.  
  760.     ; Finnish Dictionary
  761.     WIN32SHRSPELLDICLANGFI = 0
  762.  
  763.     ; German Dictionary
  764.     WIN32SHRSPELLDICLANGDE = 0
  765.  
  766.     ; Greek Dictionary
  767.     WIN32SHRSPELLDICLANGEL = 0
  768.  
  769.     ; Italian Dictionary
  770.     WIN32SHRSPELLDICLANGIT = 0
  771.  
  772.     ; Norwegian Dictionary
  773.     WIN32SHRSPELLDICLANGNO = 0
  774.  
  775.     ; Portuguese Dictionary
  776.     WIN32SHRSPELLDICLANGPT = 0
  777.  
  778.     ; Russian Dictionary
  779.     WIN32SHRSPELLDICLANGRU = 0
  780.  
  781.     ; Swedish Dictionary
  782.     WIN32SHRSPELLDICLANGSV = 0
  783.  
  784.  
  785. ;1-2-3 Lotus Script
  786. WIN32SHRLOTUSSCRIPTPRGLANGEN = 0
  787.  
  788. ;1-2-3 Lotus Script Help
  789. WIN32SHRLOTUSSCRIPTPRGLANGENHLP = 0
  790.  
  791. ;Net_It
  792. WIN32SHRNETITPRG = 1
  793.  
  794. ;************************************************
  795. ;
  796. ;End of Response File
  797.