home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 November / Pcwk1197.iso / LOTUS / Eng-ins / INSTSUIT.RSP < prev    next >
Text File  |  1997-01-19  |  64KB  |  2,302 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 (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 Start then Run from the taskbar and type the install command:
  59. ; <path>\install /A <ResponseFilePath> [/U ["UserName"]] 
  60. ;       [/O [<LogFilePath>]] [/?]
  61. ;
  62. ; where:
  63. ;    path is the location of the Install program
  64. ;         executable.
  65. ;    /A turns on the automated install feature.
  66. ;    ResponseFilePath is the location of this 
  67. ;         response file. ALWAYS specify the full 
  68. ;         path to this file.
  69. ;    /U allows you to specify the name of the user.
  70. ;    "UserName" is the name of the user to which
  71. ;         this copy of the program is registered.
  72. ;         See the comments for the UserName field
  73. ;         below for information about defaults.
  74. ;    /O allows you to specify the status log file 
  75. ;         path and filename.
  76. ;    LogFilePath is the full path and name of the 
  77. ;         status log file. If you do not specify a 
  78. ;         path, this defaults to \<windowsdir>\lotinst.log.
  79. ;    /? brings up the command line usage message.
  80. ;
  81. ;
  82. ; HINTS AND TIPS:
  83. ;
  84. ; Do not change the field names to the left 
  85. ; of the equal signs (=) in this file. 
  86. ; Changing the field names will cause errors.
  87. ;
  88. ; Do not remove fields from this
  89. ; file. Removing fields will
  90. ; cause errors.
  91. ;
  92. ;
  93. ;***********************************************
  94. ;***********************************************
  95. ; THE RESPONSE FILE STARTS HERE:
  96. ;
  97. [User Registration]
  98. ; The [User Registration] section is for 
  99. ; information about the end user of this copy
  100. ; of the product. 
  101. ;
  102. ; Type the user's name in the "UserName" field. 
  103. ; Type the company's name in the "CompanyName"
  104. ; field. This information will become a 
  105. ; permanent part of the user's copy of this 
  106. ; program. If you do not supply this 
  107. ; information, the program will attempt 
  108. ; to find the user and company name from 
  109. ; a previously installed version 
  110. ; of this program (if there is one), or 
  111. ; from the Windows registration information.
  112. ;
  113. ;***********************************************
  114. UserName = 
  115. CompanyName = 
  116. ;***********************************************
  117. ;
  118. [General Information]
  119. ; The [General Information] section specifies the
  120. ; type of install you want to perform and the program 
  121. ; group to which you want to add the product icon.
  122. ;
  123. ; Use the "InstallType" field to specify the kind of 
  124. ; install you want to perform. 
  125. ;     1 Standalone Install
  126. ;     2 Server Install
  127. ;     3 Distribution Install
  128. ;     4 Node install
  129. ;
  130. ; Remember that if you want to run a node install, 
  131. ; you must run a server install first, and use the 
  132. ; install.exe generated by the server install.
  133. ;***********************************************
  134. InstallType = 1
  135. ;***********************************************
  136. ;
  137. ; Use the "AddiconOption" field to specify whether 
  138. ; Install should add program icons to your  
  139. ; program group or start menu. 
  140. ;     
  141. ;    0 Do not add program icons
  142. ;    1 Add program icons
  143. ;***********************************************
  144. AddiconOption = 1
  145. ;***********************************************
  146. ;
  147. ; Use the "ProgramGroup" field to name the program 
  148. ; group to which you want to add this product's icon. 
  149. ; This field is only used if you are doing a standalone, 
  150. ; server, or node install on Windows NT 3.51.  It is not used on 
  151. ; Windows 95 or Windows NT 4.0, or if the AddiconOption
  152. ; field is set to 0.
  153. ;***********************************************
  154. ProgramGroup = Lotus SmartSuite
  155. ;***********************************************
  156. ;
  157. ; Use the "StartmenuFolder" field to name the folder 
  158. ; to which you want to add this product's icon. 
  159. ; This field is only used if you are doing a standalone, 
  160. ; server, or node install on Windows 95 or Windows NT 4.0
  161. ; It is not used on Windows NT 3.51 or if the AddiconOption
  162. ; field is set to 0.  
  163. ;
  164. ;***********************************************
  165. StartmenuFolder = Lotus SmartSuite
  166. ;***********************************************
  167. ;
  168. ;***********************************************
  169. [Datalens]
  170. ; The [Datalens] section provides information 
  171. ; about where to install the Datalens 
  172. ; drivers. The fields in this section are only
  173. ; used if the products you are installing use
  174. ; the Datalens drivers, and only during a 
  175. ; server install (InstallType 2).
  176. ;
  177. ; Use the "SQLServerName" field to specify the name 
  178. ; of your SQL server.
  179. ;
  180. ;***********************************************
  181. SQLServerName = 
  182. ;***********************************************
  183. ;
  184. ; Use the "PARADOXNetInfo" field to specify the
  185. ; path to the PARADOX server.
  186. ;
  187. ;***********************************************
  188. PARADOXNetInfo =
  189. ;***********************************************
  190. [SUIT]
  191. ; The [SUIT] section provides information specific
  192. ; to the SmartSuite install. 
  193. ;
  194. ; Use the "BASEDIR" field to specify the directory 
  195. ; under which all the SmartSuite product files 
  196. ; are installed.
  197. ;
  198. ;***********************************************
  199. BASEDIR = c:\lotus\
  200. ;***********************************************
  201. ;
  202. ; Use the "SizeOfInstall" field to specify the
  203. ; size of the install:
  204. ;      1 Default install
  205. ;      2 Minimum install (not for server installs) 
  206. ;      3 Custom install 
  207. ;
  208. ; If you choose the default or minimum install, 
  209. ; you get the default or minimum install 
  210. ; (respectively) of all the products selected
  211. ; in the [Select Applications] section below.  
  212. ; If you choose Custom install, you must also 
  213. ; set the SizeOfInstall field in each of the 
  214. ; individual product sections below.
  215. ;
  216. ; This field is only used during standalone 
  217. ; and server installs (InstallType 1 and 2). 
  218. ;
  219. ;***********************************************
  220. SizeOfInstall = 1
  221. ;***********************************************
  222. ;
  223. ; The "RemoveObsoleteFiles" field tells whether you want
  224. ; clean up files not needed from an earlier installation
  225. ; of SmartSuite for Windows 3.1. 
  226. ;    
  227. ;    1=Remove the files
  228. ;    0=Do not remove the files    
  229. ;***********************************************
  230. RemoveObsoleteFiles = 1
  231. ;***********************************************
  232. ;
  233. [Select Applications]
  234. ; The [Select Applications] section provides information
  235. ; about which SmartSuite products to install.
  236. ; Use the fields below to specify whether to install 
  237. ; each of the component SmartSuite products. For each
  238. ; field, specify:
  239. ;     1 Install the product
  240. ;     0 Do not install the product
  241. ;
  242. ; The fields represent each of the SmartSuite products:
  243. ;     
  244. ;     CNTR: SmartCenter 97  
  245. ;     123: 1-2-3 97
  246. ;     LWP: Word Pro 97
  247. ;     FLW: Freelance Graphics 97
  248. ;     APR: Approach 97
  249. ;     ORG: Organizer 97
  250. ;     CAM: ScreenCam 97
  251. ;     DOC: SmartSuite 97 DocOnline 
  252. ;
  253. ; NOTE: All of the drives specified in the sections below
  254. ; must exist and must be writable, even if you 
  255. ; deselect the product to which they refer.
  256. ;
  257. ;***********************************************
  258. CNTR = 1
  259. 123 = 1
  260. LWP = 1
  261. FLW = 1
  262. APR = 1
  263. ORG = 1
  264. CAM = 1
  265. DOC = 1
  266. ;
  267. ;
  268. [CNTR]
  269. ; The [CNTR] section provides information about
  270. ; SmartCenter directories. 
  271. ;
  272. ; Use the "CNTRDIR" field to select the drive 
  273. ; and directory where you want to install
  274. ; SmartCenter. 
  275. ;
  276. ;************************************************
  277. CNTRDIR = c:\lotus\smartctr\
  278. ;***********************************************
  279. ;
  280. ; Use the "SizeOfInstall" field to specify the
  281. ; size of the CNTR install:
  282. ;      1 Default install
  283. ;      2 Minimum install 
  284. ;      3 Custom install
  285. ;
  286. ; To do a custom install of this product you  
  287. ; must also set the SizeOfInstall field in the 
  288. ; [SUIT] section to 3.
  289. ;
  290. ;***********************************************
  291. SizeOfInstall = 1
  292. ;***********************************************
  293. [CustomizeCNTR]
  294. ; The [CustomizeCNTR] section lets you select
  295. ; which features of CNTR you want to install.
  296. ; This section is only used if the 
  297. ; "SizeOfInstall" field in the [CNTR] section 
  298. ; is 3 (custom install).
  299. ;***********************************************                             
  300. ;                
  301. ;SmartCenter Program Files
  302. CNTREXE = 1
  303. ;
  304. ;Internet Folder for access to Web sites.
  305. INTERNETEXE = 1
  306.  
  307. ;References
  308. TOOLSEXE = 1
  309. ;Dictonary
  310.    CNTRDIC = 1
  311.  
  312. ;Thesaurus
  313.    CNTRTHS = 1
  314. ;American thesaurus
  315.     WIN32SHRTHESAURUSDATAAM = 1
  316. ;British thesaurus
  317.     WIN32SHRTHESAURUSDATABR = 1
  318.  
  319. ;SmartCenter Help
  320. HELPEXE = 1
  321. ;Online Help
  322.    HELPONLINE = 1
  323. ;Guided Tour
  324.    CNTRTOUR = 1
  325. ;Smartmaster Templates
  326.    CNTRMASTERS = 1
  327.  
  328. ;SuiteStart
  329. TRAYEXE = 1
  330. ;
  331. ;
  332. [CustomizeNodeOptionsCNTR]
  333. ; The [CustomizeNodeOptionsCNTR] section
  334. ; is used both during server installs
  335. ; (InstallType 2) and during node installs
  336. ; (InstallType 4). Please read the comments 
  337. ; below for more details.
  338. ;
  339. ; For a server install (InstallType 2),
  340. ; the [CustomizeNodeOptionsCNTR] section allows
  341. ; network administrators to specify which 
  342. ; features *can* be copied to a node user's 
  343. ; machine during a node install. This section
  344. ; corresponds to the Node User Feature Access
  345. ; dialog box in the server install.
  346. ; It is only used during a server install
  347. ; if SizeOfInstall = 3 (custom install).
  348. ;
  349. ; Use the following values in these fields for
  350. ; a server install:
  351. ;      0 Do not allow the feature to be copied
  352. ;        to the user's machine
  353. ;      1 Allow the feature to be copied the 
  354. ;        user's machine
  355. ;
  356. ; For a node install (InstallType 4), the 
  357. ; [CustomizeNodeOptionsCNTR] section allows
  358. ; you to specify which features *will* be 
  359. ; copied to the node user's machine during the
  360. ; node install. This corresponds to the 
  361. ; Local Node Features dialog box in the 
  362. ; node install.
  363. ;
  364. ; Use the following values in these fields for
  365. ; a node install:
  366. ;      0 Do not copy the feature to the user's 
  367. ;        machine
  368. ;      1 Copy the feature to the user's machine
  369. ;
  370. ; Features will be copied to the user's machine
  371. ; during a node install only if:
  372. ;     * They were selected in this section 
  373. ;       during an automated server install
  374. ;      or in the Node User Feature Access
  375. ;       dialog box during a manual 
  376. ;       server install
  377. ;              AND
  378. ;    * They are selected in this section during
  379. ;       an automated node install or in the 
  380. ;       Local Node Features dialog box during
  381. ;       a manual node install.
  382. ;
  383. ;
  384. ;***********************************************
  385. ;SuiteStart
  386. TRAYEXE = 1
  387. ;***********************************************
  388. ;
  389. [123]
  390. ; The [123] section provides information 
  391. ; specific to 123.
  392. ;
  393. ;***********************************************
  394. ;
  395. ;
  396. ; The "123DIR" field is only for standalone, node, 
  397. ; and distribution installs. Use the 123DIR field 
  398. ; to specify the main product directory for 1-2-3. 
  399. ;
  400. ; Use the "123WORKDIR" field to specify the 
  401. ; folder in which users store their 
  402. ; work.
  403. ;
  404. ; Use the "123MASTERSDIR" field to specify where 
  405. ; to store the SmartMaster templates. This field
  406. ; is not used in a node install (InstallType 4).
  407. ;
  408. ; Use the "123BACKUPDIR" field to specify where 
  409. ; to store the backed up files. This field
  410. ; is not used in a node install (InstallType 4).
  411. ;
  412. ; Use the "123SAMPLESDIR" field to specify where 
  413. ; to store the sample files. This field
  414. ; is not used in a node install (InstallType 4).
  415. ;
  416. ;***********************************************
  417. 123DIR = c:\lotus\123\
  418. 123WORKDIR = c:\lotus\work\123
  419. 123MASTERSDIR = c:\lotus\smasters\123
  420. 123BACKUPDIR = c:\lotus\backup\123
  421. 123SAMPLESDIR = c:\lotus\samples\123
  422. ;***********************************************
  423. ;
  424. ; Use the "SizeOfInstall" field to specify the
  425. ; size of the 123 install:
  426. ;      1 Default install
  427. ;      2 Minimum install 
  428. ;      3 Custom install
  429. ;
  430. ; To do a custom install of this product you  
  431. ; must also set the SizeOfInstall field in the 
  432. ; [SUIT] section to 3.
  433. ;
  434. ; This field is only used during standalone 
  435. ; and server installs (InstallType 1 and 2). 
  436. ; For server installs, you can only use
  437. ; SizeOfInstall 1 or 3. 
  438. ;
  439. ;***********************************************
  440. SizeOfInstall = 1
  441. ;***********************************************                             
  442. ;
  443. [Customize123]
  444. ; The [Customize123] section lets you select
  445. ; which features of 123 you want to install.
  446. ; This section is only used if the 
  447. ; "SizeOfInstall" field in the [123] section 
  448. ; is 3 (custom install).
  449. ;
  450. ; 123 Core Features
  451. ;
  452. ;***********************************************
  453. ;1-2-3 Program Files
  454. 123CORE = 1
  455.  
  456. ;Team Consolidate
  457. 123TEAMCONS = 1
  458.  
  459. ;***********************************************
  460. ;
  461. ; 123 Help, samples, tours, and tutorial
  462. ;
  463. ;***********************************************
  464. ;1-2-3 Online Help
  465. 123HELP = 1
  466.  
  467.     ;Main 1-2-3 Help
  468.     123MAINHELP = 1
  469.  
  470.     ;@Function Help
  471.     123ATFUNCHELP = 1
  472.  
  473. ;Sample Files
  474. 123SAMPLELANGEN = 1
  475.  
  476. ;Guided Tour
  477. 123TOUR = 1
  478. ;***********************************************
  479. ;
  480. ; 123 ODBC Shared Data Access
  481. ;
  482. ;***********************************************
  483. ;Shared Data Access
  484. DLENF = 1
  485.     ; dBASE driver
  486.     DBASEPRG_SHRCNT = 1
  487.  
  488.     ; Paradox Driver
  489.     PARADOXPRG_SHRCNT = 0
  490.  
  491.     ; SQL Driver
  492.     SQLPRG_SHRCNT = 0
  493.  
  494.     ; Notes (ODBC) Driver
  495.     NOTESSQLPRG_SHRCNT = 0
  496.  
  497.     ; Sybase Driver
  498.     SYBASEPRG_SHRCNT = 0
  499.  
  500.     ; Text (ODBC) Driver
  501.     ODBCTEXTPRG_SHRCNT = 0
  502.  
  503. ;***********************************************
  504. ;
  505. ; 123 SmartMasters
  506. ;
  507. ;***********************************************
  508. ;SmartMasters
  509. 123TEMPLATES = 1
  510.  
  511.     ;Loan Amortization
  512.     123LOAN = 1
  513.  
  514.     ;Personal Budget
  515.     123CHECKBOOK = 1
  516.  
  517.     ;SmartMaster Shell
  518.     123MASTERSHELL = 1
  519.  
  520.     ;Invoice          
  521.     123INVOICE = 1
  522.  
  523.     ;Purchase Order
  524.     123PORDER = 1
  525.  
  526.     ;Expense Report
  527.     123EREPORT = 1
  528.  
  529.     ;Time Sheet
  530.     123TSHEET = 1
  531.  
  532.     ;Territory Sales
  533.     123TSALESPLAN = 1
  534.  
  535.     ;Loan Payment Table
  536.     123LPTABLE = 1
  537.  
  538. ;***********************************************
  539. ;
  540. ; 123 Maps
  541. ;
  542. ;***********************************************
  543.     ;Map Data
  544.     123MAPDATA = 1
  545.     
  546.         ;World Map
  547.         MAPWORLD01 = 1
  548.  
  549.         ;USA Map
  550.         MAPUSA01 = 1
  551.  
  552.         ;Alaska Map
  553.         MAPALASK01 = 1
  554.  
  555.         ;Hawaii Map
  556.         MAPHAW01 = 1
  557.                   
  558.         ;Canada Map
  559.         MAPCANADA01 = 1
  560.  
  561.         ;Japan Map
  562.         MAPJAP01 = 0
  563.  
  564.         ;Mexico Map
  565.         MAPMEX01 = 0
  566.  
  567.         ;Southern Africa Map
  568.         MAPSAFRICA = 0
  569.  
  570.         ;Central. and N.E. Asia Map
  571.         MAPASIACNPB = 0
  572.  
  573.         ;Australia and New Zealand Map
  574.         MAPAUSNZPB = 0
  575.  
  576.         ;Eastern Europe Map
  577.         MAPEUROEPB = 0
  578.  
  579.         ;Scandinavia Map
  580.         MAPEUROSPB = 0
  581.  
  582.         ;Western Europe Map
  583.         MAPEUROWPB = 1
  584. ;***********************************************
  585. ;
  586. ; The "BackupSmartMasters" field tells whether you want
  587. ; make a backup copy of your SmartMasters when installing
  588. ; over an installation of 1-2-3 96
  589. ;
  590. ;***********************************************
  591. BackupSmartMasters = 0
  592. ;***********************************************
  593. ;
  594. ;
  595. [CustomizeNodeOptions123]
  596. ; The [CustomizeNodeOptions123] section
  597. ; is used both during server installs
  598. ; (InstallType 2) and during node installs
  599. ; (InstallType 4). Please read the comments 
  600. ; below for more details.
  601. ;
  602. ; For a server install (InstallType 2),
  603. ; the [CustomizeNodeOptions123] section allows
  604. ; network administrators to specify which 
  605. ; features *can* be copied to a node user's 
  606. ; machine during a node install. This section
  607. ; corresponds to the Node User Feature Access
  608. ; dialog box in the server install.
  609. ; It is only used during a server install
  610. ; if SizeOfInstall = 3 (custom install).
  611. ;
  612. ; Use the following values in these fields for
  613. ; a server install:
  614. ;      0 Do not allow the feature to be copied
  615. ;        to the user's machine
  616. ;      1 Allow the feature to be copied the 
  617. ;        user's machine
  618. ;
  619. ; For a node install (InstallType 4), the 
  620. ; [CustomizeNodeOptions123] section allows
  621. ; you to specify which features *will* be 
  622. ; copied to the node user's machine during the
  623. ; node install. This corresponds to the 
  624. ; Local Node Features dialog box in the 
  625. ; node install.
  626. ;
  627. ; Use the following values in these fields for
  628. ; a node install:
  629. ;      0 Do not copy the feature to the user's 
  630. ;        machine
  631. ;      1 Copy the feature to the user's machine
  632. ;
  633. ; Features will be copied to the user's machine
  634. ; during a node install only if:
  635. ;     * They were selected in this section 
  636. ;       during an automated server install
  637. ;      or in the Node User Feature Access
  638. ;       dialog box during a manual 
  639. ;       server install
  640. ;              AND
  641. ;    * They are selected in this section during
  642. ;       an automated node install or in the 
  643. ;       Local Node Features dialog box during
  644. ;       a manual node install.
  645. ;
  646. ;***********************************************
  647. ; dBASE driver
  648. DBASEPRG_SHRCNT = 1
  649.  
  650. ; Paradox driver
  651. PARADOXPRG_SHRCNT = 0
  652.  
  653. ; SQL driver
  654. SQLPRG_SHRCNT = 0
  655.  
  656. ; Notes driver
  657. NOTESSQLPRG_SHRCNT = 0
  658.  
  659. ; Sybase driver
  660. SYBASEPRG_SHRCNT = 0
  661.  
  662. ; Text driver
  663. ODBCTEXTPRG_SHRCNT = 0
  664.  
  665. ;***********************************************
  666. [LWP]
  667. ; The [LWP] section provides information
  668. ; specific to Lotus Word Pro.
  669. ;
  670. ;***********************************************
  671. ;
  672. ; The "LWPDIR" field is only for standalone, node,
  673. ; and distribution installs. Use the LWPDIR field
  674. ; to specify the main product directory for Word Pro.
  675. ;
  676. ; The "LWPSCRIPTSDIR" field is only for standalone
  677. ; and node installs. Use this field to specify the
  678. ; directory in which users store their scripts.
  679. ;
  680. ; The "LWPICONSDIR" field is only for standalone
  681. ; and node installs. Use this field to specify the
  682. ; directory in which users store their icons.
  683. ;
  684. ; The "LWPGRAPHICSDIR" field is only for standalone
  685. ; and node installs. Use this field to specify the
  686. ; directory in which users store their draw files.
  687. ;
  688. ; The "LWPWORKDIR" field is only for standalone
  689. ; and node installs. Use the this field to specify
  690. ; the directory in which users store their work.
  691. ;
  692. ; The "LWPMASTERSDIR" field is only for standalone
  693. ; and node installs. Use the this field to specify
  694. ; the directory in which users store their
  695. ; SmartMasters.
  696. ;
  697. ; The "LWPSAMPLESDIR" field is only for standalone
  698. ; and node installs. Use the this field to specify
  699. ; the directory in which users store the samples
  700. ; files.
  701. ;
  702. ; The "LWPBACKUPDIR" field is only for standalone
  703. ; and node installs. Use the this field to specify
  704. ; the directory in which users store backup copies
  705. ; of their work files.
  706. ;
  707. ;***********************************************
  708. LWPDIR = c:\lotus\wordpro
  709. LWPSCRIPTSDIR = c:\lotus\wordpro\scripts
  710. LWPICONDIR = c:\lotus\wordpro\icons
  711. LWPGRAPHICSDIR = c:\lotus\wordpro\graphics
  712. LWPWORKDIR = c:\lotus\work\wordpro
  713. LWPMASTERSDIR = c:\lotus\smasters\wordpro
  714. LWPSAMPLESDIR = c:\lotus\samples\wordpro
  715. LWPBACKUPDIR = c:\lotus\backup\wordpro
  716. ;***********************************************
  717. ;
  718. ; Use the "SizeOfInstall" field to specify the
  719. ; size of the Lotus Word Pro install:
  720. ;      1 Default install
  721. ;      2 Minimum install
  722. ;      3 Custom install
  723. ;
  724. ; To do a custom install of this product you  
  725. ; must also set the SizeOfInstall field in the 
  726. ; [SUIT] section to 3.
  727. ;
  728. ; This field is only used during standalone
  729. ; and server installs (InstallType 1 and 2).
  730. ; For server installs, you can only use
  731. ; SizeOfInstall 1 or 3.
  732. ;
  733. ;***********************************************
  734. SizeOfInstall = 1
  735. ;***********************************************
  736. ;
  737. ; Use the "LWPBackupSmartMasters" field to 
  738. ; specify whether to backup SmartMaster
  739. ; sets that are currently installed on your 
  740. ; hard drive, if found.  If backed up, the 
  741. ; SmartMasters are placed in the following 
  742. ; directory: \lotus\smaster\wordpro\backup
  743. ;
  744. ;      0 Do not backup SmartMasters
  745. ;      1 Backup SmartMasters
  746. ;
  747. ; This field is only used during standalone
  748. ; installs (InstallType 1).
  749. ;
  750. ;***********************************************
  751. LWPBackupSmartMasters = 1
  752. ;***********************************************
  753. ;
  754. ; Use the "LWPDisableOLE" field to specify
  755. ; whether to disable OLE and background spell
  756. ; checking if the install detects 8MB or
  757. ; less of physical memory.  Word Pro performance
  758. ; can be significantly improved by disabling OLE
  759. ; until it is required.
  760. ;
  761. ; These settings are available in File User Setup
  762. ; Word Pro Preferences in the Disable control,
  763. ; should you wish to change it at a later time.
  764. ;
  765. ;      0 Do not disable
  766. ;      1 Disable
  767. ;
  768. ; This field is only used during standalone
  769. ; and node installs (InstallType 1 and 4).
  770. ;
  771. ;***********************************************
  772. LWPDisableOLE = 1
  773. ;***********************************************
  774. ;
  775. [CustomizeLWP]
  776. ; The [CustomizeLWP] section lets you select
  777. ; which features of Lotus Word Pro you want to
  778. ; install.
  779. ; This section is only used if the
  780. ; "SizeOfInstall" field in the [LWP] section
  781. ; is set to 3 (custom install).
  782. ;
  783. ; If a first time installation, be sure to
  784. ; include the LWP_BASICS feature.
  785. ;
  786. ;***********************************************
  787. ; Word Pro Program Tab
  788. ;***********************************************
  789. LWP_BASICS = 1
  790. LWPEXTRASVGAICONS = 1
  791. LWP_TRUETYPEFONTS = 1
  792. LWP_TOOLS = 1
  793.     LWP_DRAWING = 1
  794.         LWP_CLIPART = 1
  795.     WIN32SHRCHARTPRG = 1
  796.     LWP_EQUATION = 1
  797.     WIN32SHRSPELLPRG = 1
  798.         WIN32SHRSPELLDICLANGEN = 1
  799.         WIN32SHRSPELLDICLANGFR = 1
  800.         WIN32SHRSPELLDICLANGES = 1
  801.         WIN32SHRSPELLDICLANGPT = 1
  802.         WIN32SHRSPELLDICLANGAU = 1
  803.     LWPTHESAURUSPRG = 1
  804.        WIN32SHRTHESAURUSDATAAM = 1
  805.        WIN32SHRTHESAURUSDATABR = 1
  806.     LWPGRAMMARPRG = 1
  807.       LWPGRAMMARDATAEN = 1
  808.       LWPGRAMMARDATAFR = 1
  809.       LWPGRAMMARDATAES = 1
  810.       LWPGRAMMARDATAPT = 1
  811.       WIN32TEAMMAILSHRPRG = 1
  812. LWP_HELP = 1
  813.     LWP_HELPFILE = 1
  814.     LWP_SAMPLEDOCS = 1
  815.     LWPEXPERT = 1
  816.         LWPEXPERT_WORDPRO = 1
  817.         LWPEXPERT_AMIPRO = 1
  818.         LWPEXPERT_MSWORD = 1
  819.         LWPEXPERT_WORDPERFECT = 1
  820.     LWP_TOUR = 1
  821.     LWP_SCRIPT_HELP = 1
  822. LWP_SCRIPT_TYPELIB = 1
  823. ;***********************************************
  824. ; SmartMaster Tab
  825. ;***********************************************
  826. LWP_SMARTMASTERS = 1
  827.     MASTERSINTERNET = 1
  828.         MASTERSINTERNET_SET1 = 1
  829.         MASTERSINTERNET_SET2 = 1
  830.     MASTERSLETTERS = 1
  831.     MASTERSMEMOS = 1
  832.     MASTERSFAXES = 1
  833.     MASTERSTOCS = 1
  834.     MASTERSIDXS = 1
  835.     MASTERSNEWS = 1
  836.     MASTERSBIZPLANS = 1
  837.     MASTERSCALENDARS = 1
  838.     MASTERSINVOICES = 1
  839. ;***********************************************
  840. ; Text Filters Tab
  841. ;***********************************************
  842. LWPTEXTFILTERS_TAB = 1
  843.     LWP_TEXTFILTER_WORDPERF70 = 1
  844.     LWP_TEXTFILTER_WORDPERF60 = 1
  845.     LWP_TEXTFILTER_WORDPERF50 = 1
  846.     LWP_TEXTFILTER_WINWORD60 = 1
  847.     LWP_TEXTFILTER_WINWORD20 = 1
  848.     LWP_TEXTFILTER_WINWORD10 = 1
  849.     LWP_TEXTFILTER_MSWORDOS2 = 1
  850.     LWP_TEXTFILTER_WORDPAD = 1
  851.     LWP_TEXTFILTER_RTF = 1
  852.     LWP_TEXTFILTER_DW4 = 1
  853.     LWP_TEXTFILTER_DCARFT = 1
  854.     LWP_TEXTFILTER_DCAFFT = 1
  855.     LWP_TEXTFILTER_HTML = 1
  856.     LWP_TEXTFILTER_EMAIL = 1
  857.     LWP_TEXTFILTER_ENABLE = 1
  858.     LWP_TEXTFILTER_FRAMEMAKER = 1
  859.     LWP_TEXTFILTER_LEGACY = 1
  860.     LWP_TEXTFILTER_MANUSCRIPT = 1
  861.     LWP_TEXTFILTER_WINWRITE = 1
  862.     LWP_TEXTFILTER_MICROWORD = 1
  863.     LWP_TEXTFILTER_MULTIMATE3X = 1
  864.     LWP_TEXTFILTER_MULTIMATE4X = 1
  865.     LWP_TEXTFILTER_MULTIMATEADV = 1
  866.     LWP_TEXTFILTER_OFFICEWRT = 1
  867.     LWP_TEXTFILTER_PEACHTXT = 1
  868.     LWP_TEXTFILTER_PROWRITE = 1
  869.     LWP_TEXTFILTER_QAWRITE = 1
  870.     LWP_TEXTFILTER_SAMNA = 1
  871.     LWP_TEXTFILTER_WORDSTAR = 1
  872.     LWP_TEXTFILTER_WORDST2003 = 1
  873.     LWP_TEXTFILTER_WORDSTWIN = 1
  874.     LWP_TEXTFILTER_XYWRITE = 1
  875. ;***********************************************
  876. ; Spreadsheet Filters Tab
  877. ;***********************************************
  878. LWPTABLEFILTERS = 1
  879.     LWP_TEXTFILTER_123 = 1
  880.     LWP_TEXTFILTER_123V3 = 1
  881.     LWP_TEXTFILTER_123V4V5 = 1
  882.     LWP_TEXTFILTER_123V6 = 1
  883.     LWP_TEXTFILTER_123OS2 = 1
  884.     LWP_TEXTFILTER_EXCEL = 1
  885.     LWP_TEXTFILTER_EXCEL30 = 1
  886.     LWP_TEXTFILTER_EXCEL40 = 1
  887.     LWP_TEXTFILTER_EXCEL50 = 1
  888.     LWP_TEXTFILTER_DIF = 1
  889. ;***********************************************
  890. ; Database Filters Tab
  891. ;***********************************************
  892. LWPDBASEFILTERS = 1
  893.     LWP_TEXTFILTER_ODBC = 1
  894.     LWP_TEXTFILTER_DBASE = 1
  895.     LWP_TEXTFILTER_ORGANIZE1X = 1
  896.     LWP_TEXTFILTER_ORGANIZE97 = 1
  897. ;***********************************************
  898. ; Graphics Filters Tab
  899. ;***********************************************
  900. LWPGRAPHFILTERS = 1
  901.     LWP_GRAPHFILTER_CGM = 1
  902.     LWP_GRAPHFILTER_WPG = 1
  903.     LWP_GRAPHFILTER_EPS = 1
  904.     LWP_GRAPHFILTER_FREELANCE = 1
  905.     LWP_GRAPHFILTER_HPGL = 1
  906.     LWP_GRAPHFILTER_PIC = 1
  907.     LWP_GRAPHFILTER_PCX = 1
  908.     LWP_GRAPHFILTER_JPEG = 1
  909.     LWP_GRAPHFILTER_CDR = 1
  910.     LWP_GRAPHFILTER_PCD = 1
  911.     LWP_GRAPHFILTER_GIF = 1
  912.     LWP_GRAPHFILTER_PNG = 1
  913. ;***********************************************
  914. ;
  915. [CustomizeNodeOptionsLWP]
  916. ; The [CustomizeNodeOptionsLWP] section
  917. ; is used both during server installs
  918. ; (InstallType 2) and during node installs
  919. ; (InstallType 4). Please read the comments
  920. ; below for more details.
  921. ;
  922. ; For a server install (InstallType 2),
  923. ; the [CustomizeNodeOptionsLWP] section allows
  924. ; network administrators to specify which
  925. ; features *can* be copied to a node user's
  926. ; machine during a node install. This section
  927. ; corresponds to the Node User Feature Access
  928. ; dialog box in the server install.
  929. ; It is only used during a server install
  930. ; if SizeOfInstall = 3 (custom install).
  931. ;
  932. ; Use the following values in these fields for
  933. ; a server install:
  934. ;      0 Do not allow the feature to be copied
  935. ;        to the user's machine
  936. ;      1 Allow the feature to be copied the
  937. ;        user's machine
  938. ;
  939. ;
  940. ; For a node install (InstallType 4), the
  941. ; [CustomizeNodeOptionsLWP] section allows
  942. ; you to specify which features *will* be
  943. ; copied to the node user's machine during the
  944. ; node install. This corresponds to the
  945. ; Local Node Features dialog box in the
  946. ; node install.
  947. ;
  948. ; Use the following values in these fields for
  949. ; a node install:
  950. ;      0 Do not copy the feature to the user's
  951. ;        machine
  952. ;      1 Copy the feature to the user's machine
  953. ;
  954. ; Features will be copied to the user's machine
  955. ; during a node install only if:
  956. ;     * They were selected in this section
  957. ;       during an automated server install
  958. ;      or in the Node User Feature Access
  959. ;       dialog box during a manual
  960. ;       server install
  961. ;              AND
  962. ;    * They are selected in this section during
  963. ;       an automated node install or in the
  964. ;       Local Node Features dialog box during
  965. ;       a manual node install.
  966. ;
  967. ;***********************************************
  968. LWP_SMARTMASTERS = 1
  969. LWP_SAMPLEDOCS = 1
  970. LWP_TRUETYPEFONTS = 1
  971. ;***********************************************
  972. ;
  973. [FLW]
  974. ; The [FLW] section provides information 
  975. ; specific to Freelance Graphics.
  976. ;
  977. ;***********************************************
  978. ;
  979. ; The "FLWDIR" field is only for standalone, node, 
  980. ; and server installs. Use the FLWDIR field 
  981. ; to specify the main product directory for
  982. ; Freelance Graphics.. 
  983. ;
  984. ; The "FLWWORKDIR" field is only for node installs.
  985. ; Use the "FLWWORKDIR" field to specify the 
  986. ; directory in which node users store their 
  987. ; work.
  988. ;
  989. ;***********************************************
  990. FLWDIR = c:\lotus\flg\
  991. FLWWORKDIR = c:\lotus\work\flg       
  992. FLWBACKUPDIR = c:\lotus\backup\flg
  993. FLWTOURDIR = c:\lotus\flg\tour
  994. FLWICONSDIR = c:\lotus\flg\icons
  995. FLWMASTERSDIR = c:\lotus\smasters\flg
  996. FLWMEDIADIR = c:\lotus\flg\media
  997.  
  998. ;***********************************************
  999. ;
  1000. ; Use the "SizeOfInstall" field to specify the
  1001. ; size of the FLW install:
  1002. ;      1 Default install
  1003. ;      2 Minimum install 
  1004. ;      3 Custom install
  1005. ;
  1006. ; To do a custom install of this product you  
  1007. ; must also set the SizeOfInstall field in the 
  1008. ; [SUIT] section to 3.
  1009. :
  1010. ; This field is only used during standalone 
  1011. ; and server installs (InstallType 1 and 2). 
  1012. ; For server installs, you can only use
  1013. ; SizeOfInstall 1 or 3. 
  1014. ;
  1015. ;***********************************************
  1016. SizeOfInstall = 1
  1017. ;***********************************************                             
  1018. ;
  1019. [CustomizeFLW]
  1020. ; The [CustomizeFLW] section lets you select
  1021. ; which features of Freelance Graphics you
  1022. ; want to install. This section is only used if
  1023. ; the "SizeOfInstall" field in the [FLW] section 
  1024. ; is 3 (custom install).
  1025. ;
  1026. ;***********************************************
  1027. ; FLWCORE
  1028. ; Freelance Graphics Core Section
  1029. ; FLWCORE comprises the basic, minimum features
  1030. ; you should install to get a basic, working 
  1031. ; version of Freelance Graphics.
  1032. ; FLWCORE must be set to 1 on the initial install 
  1033. ; of Freelance Graphics.
  1034. ;
  1035. FLWCORE = 1
  1036. ;***********************************************
  1037. ;
  1038. ; ----------------------------------------
  1039. ; Spell Checker
  1040. ;
  1041. WIN32SHRSPELLPRG = 1
  1042. ; ----------------------------------------
  1043. ; Help files: opting to not include Help files
  1044. ; will disable the Guide Me feature.
  1045. ;
  1046. FLWHELPLANGEN = 1
  1047. ; ----------------------------------------
  1048. ; LotusScript Help files: Help for LotusScript
  1049. ; programming language, Freelance commands, and
  1050. ; development environment.
  1051. FLWSHAREDSCRIPTHELPLANGEN = 1
  1052. ; ----------------------------------------
  1053. ; Screen resolution: Use FLWVGA for up to 
  1054. ; 800x600, FLWSVGA for 1024x768 and higher,
  1055. ; or both if resolution is unknown.
  1056. ;
  1057. FLWVGA = 1
  1058. FLWSVGA = 1
  1059. ; ----------------------------------------
  1060. ; Font files: Opting to not include font files
  1061. ; may cause problems with SmartMaster looks.
  1062. ;
  1063. FLWALLFONTS = 1
  1064. ; ----------------------------------------
  1065. ; Freelance Graphics Tour
  1066. ;
  1067. FLWTOUR = 1
  1068. ; ----------------------------------------
  1069. ; Mobile Screen Show Player files
  1070. ; If you opt to not install Mobile Screen Show
  1071. ; Player files, you will disable the TeamShow 
  1072. ; feature in Freelance Graphics.  
  1073. ;
  1074. WIN32SHRSTDPLAYERPRG = 1
  1075. ; ----------------------------------------
  1076. ; Freelance Graphics Presentation Library
  1077. ; for Notes Version 3.x and 4.x.
  1078. ;
  1079. FLWPRESLIBV4 = 1
  1080. FLWPRESLIBV3 = 1
  1081. ; ----------------------------------------
  1082.  
  1083. ;***********************************************
  1084. ;
  1085. ; FLWMASTERS
  1086. ; Freelance Graphics SmartMaster Looks Section
  1087. ;
  1088. ;***********************************************
  1089.  
  1090. FLW1996.mas = 1
  1091. FLW1997.mas = 1
  1092. FLW3line.mas = 1
  1093. FLW4square.mas = 1
  1094. FLWabstract.mas = 1
  1095. FLWangles.mas = 1
  1096. FLWarchitec.mas = 1
  1097. FLWaustrali.mas = 1
  1098. FLWbasiclin.mas = 1
  1099. FLWbevrule.mas = 1
  1100. FLWblocklin.mas = 1
  1101. FLWblocks.mas = 1
  1102. FLWbluegray.mas = 1
  1103. FLWbrass.mas = 1
  1104. FLWbullets.mas = 1
  1105. FLWbuttons.mas = 1
  1106. FLWcanada.mas = 1
  1107. FLWcanadmap.mas = 1
  1108. FLWcapitol.mas = 1
  1109. FLWcorporat.mas = 1
  1110. FLWcuisine.mas = 1
  1111. FLWcurrency.mas = 1
  1112. FLWcustomv.mas = 1
  1113. FLWdeco.mas = 1
  1114. FLWdotline1.mas = 1
  1115. FLWdotline2.mas = 1
  1116. FLWeec.mas = 1
  1117. FLWelegance.mas = 1
  1118. FLWeurope.mas = 1
  1119. FLWfarm.mas = 1
  1120. FLWfestive.mas = 1
  1121. FLWfinance.mas = 1
  1122. FLWflags.mas = 1
  1123. FLWfood.mas = 1
  1124. FLWforest.mas = 1
  1125. FLWframe.mas = 1
  1126. FLWfrance.mas = 1
  1127. FLWgears.mas = 1
  1128. FLWgermany.mas = 1
  1129. FLWgradate1.mas = 1
  1130. FLWgradate2.mas = 1
  1131. FLWgradate3.mas = 1
  1132. FLWgradline.mas = 1
  1133. FLWgraphlin.mas = 1
  1134. FLWholland.mas = 1
  1135. FLWitaly.mas = 1
  1136. FLWjapan.mas = 1
  1137. FLWjflag.mas = 1
  1138. FLWliberty.mas = 1
  1139. FLWmarble.mas = 1
  1140. FLWmedical1.mas = 1
  1141. FLWmedical2.mas = 1
  1142. FLWmm3d.mas = 1
  1143. FLWmmblue.mas = 1
  1144. FLWmmpastel.mas = 1
  1145. FLWmmpurple.mas = 1
  1146. FLWmmshapes.mas = 1
  1147. FLWmmsketch.mas = 1
  1148. FLWmmsquare.mas = 1
  1149. FLWmmstage.mas = 1
  1150. FLWmmstripe.mas = 1
  1151. FLWmotion.mas = 1
  1152. FLWmountain.mas = 1
  1153. FLWneo.mas = 1
  1154. FLWnightsky.mas = 1
  1155. FLWnotebook.mas = 1
  1156. FLWoilrefin.mas = 1
  1157. FLWoilrig.mas = 1
  1158. FLWornate.mas = 1
  1159. FLWpacific.mas = 1
  1160. FLWpage.mas = 1
  1161. FLWpencil.mas = 1
  1162. FLWpillar.mas = 1
  1163. FLWpillbotl.mas = 1
  1164. FLWplane.mas = 1
  1165. FLWpresent.mas = 1
  1166. FLWpyramid.mas = 1
  1167. FLWrainbow.mas = 1
  1168. FLWrushmore.mas = 1
  1169. FLWscrim.mas = 1
  1170. FLWshadowbx.mas = 1
  1171. FLWshimmer.mas = 1
  1172. FLWship.mas = 1
  1173. FLWsketch.mas = 1
  1174. FLWskyline.mas = 1
  1175. FLWsouthwst.mas = 1
  1176. FLWspace.mas = 1
  1177. FLWspain.mas = 1
  1178. FLWspotlite.mas = 1
  1179. FLWstack.mas = 1
  1180. FLWstockmkt.mas = 1
  1181. FLWsweep.mas = 1
  1182. FLWsymbolbx.mas = 1
  1183. FLWtestube.mas = 1
  1184. FLWtiles.mas = 1
  1185. FLWtractor.mas = 1
  1186. FLWtube.mas = 1
  1187. FLWtxbasket.mas = 1
  1188. FLWtxblue.mas = 1
  1189. FLWtxelectx.mas = 1
  1190. FLWtxfiber.mas = 1
  1191. FLWtxgranit.mas = 1
  1192. FLWtxleaf.mas = 1
  1193. FLWtxmarbgr.mas = 1
  1194. FLWtxmarbrs.mas = 1
  1195. FLWtxmarbwh.mas = 1
  1196. FLWtxpaper.mas = 1
  1197. FLWtxpebble.mas = 1
  1198. FLWtxred.mas = 1
  1199. FLWtxrivets.mas = 1
  1200. FLWtxrock.mas = 1
  1201. FLWtxspeckl.mas = 1
  1202. FLWtxswirl.mas = 1
  1203. FLWtxteal.mas = 1
  1204. FLWtxwood.mas = 1
  1205. FLWtxwtrdrp.mas = 1
  1206. FLWtxwtrwav.mas = 1
  1207. FLWuk.mas = 1
  1208. FLWusaflag.mas = 1
  1209. FLWusamap.mas = 1
  1210. FLWvertbar.mas = 1
  1211. FLWwaffle.mas = 1
  1212. FLWwave.mas = 1
  1213. FLWworld1.mas = 1
  1214.  
  1215. ;***********************************************
  1216. ;
  1217. ;Freelance Graphics Import Filters Section
  1218. ;
  1219. ;***********************************************
  1220.  
  1221. WIN32SHRIMPORTFILTERPS = 1
  1222. WIN32SHRIMPORTFILTERBMP = 1
  1223. WIN32SHRIMPORTFILTERCGM = 1
  1224. WIN32SHRIMPORTFILTERDRW = 1
  1225. WIN32SHRIMPORTFILTERDXF = 1
  1226. WIN32SHRIMPORTFILTERGAL = 1
  1227. WIN32SHRIMPORTFILTERGIF = 1
  1228. WIN32SHRIMPORTFILTERHGL = 1
  1229. WIN32SHRIMPORTFILTERJPG = 1
  1230. WIN32SHRIMPORTFILTERMET = 1
  1231. WIN32SHRIMPORTFILTERPCD = 1
  1232. WIN32SHRIMPORTFILTERPCX = 1
  1233. WIN32SHRIMPORTFILTERPCT = 1
  1234. WIN32SHRIMPORTFILTERPPT = 1
  1235. WIN32SHRIMPORTFILTERHGW = 1
  1236. WIN32SHRIMPORTFILTERRND = 1
  1237. WIN32SHRIMPORTFILTERTGA = 1
  1238. WIN32SHRIMPORTFILTERTIF = 1
  1239. WIN32SHRIMPORTFILTERWPG = 1
  1240. WIN32SHRIMPORTFILTERMISC = 1
  1241.  
  1242. ;************************************************
  1243. ;
  1244. ; Freelance Graphics Export Filters Section
  1245. ;
  1246. ;************************************************
  1247.  
  1248. WIN32SHREXPORTFILTERPS = 1
  1249. WIN32SHREXPORTFILTERBMP = 1
  1250. WIN32SHREXPORTFILTERCGM = 1
  1251. WIN32SHREXPORTFILTERMET = 1
  1252. WIN32SHREXPORTFILTERPCX = 1
  1253. WIN32SHREXPORTFILTERTGA = 1
  1254. WIN32SHREXPORTFILTERTIF = 1
  1255. WIN32SHREXPORTFILTERWPG = 1
  1256. WIN32SHREXPORTFILTERGIF = 1
  1257.  
  1258. ;************************************************
  1259. ;
  1260. ; Freelance Graphics Clip Art Section
  1261. ;
  1262. ;************************************************
  1263.  
  1264. FLWafricamap.sym = 1
  1265. FLWagenda.sym = 1
  1266. FLWanimals.sym = 1
  1267. FLWarrows.sym = 1
  1268. FLWasia.sym = 1
  1269. FLWasiamap.sym = 1
  1270. FLWatlanmap.sym = 1
  1271. FLWausnzmap.sym = 1
  1272. FLWaustrmap.sym = 1
  1273. FLWbenelux.sym = 1
  1274. FLWbenmap.sym = 1
  1275. FLWbislemap.sym = 1
  1276. FLWbuilding.sym = 1
  1277. FLWbuttons.sym = 1
  1278. FLWcanada.sym = 1
  1279. FLWcanadmap.sym = 1
  1280. FLWcartoons.sym = 1
  1281. FLWchinamap.sym = 1
  1282. FLWclosure.sym = 1
  1283. FLWcommobjt.sym = 1
  1284. FLWcommunic.sym = 1
  1285. FLWcompperi.sym = 1
  1286. FLWcomputer.sym = 1
  1287. FLWcustom.sym = 1
  1288. FLWentertai.sym = 1
  1289. FLWenvironm.sym = 1
  1290. FLWeuropmap.sym = 1
  1291. FLWeumap.sym = 1
  1292. FLWfinance.sym = 1
  1293. FLWflags.sym = 1
  1294. FLWfood.sym = 1
  1295. FLWfrance.sym = 1
  1296. FLWfrancmap.sym = 1
  1297. FLWgermamap.sym = 1
  1298. FLWgermany.sym = 1
  1299. FLWhands.sym = 1
  1300. FLWhkmap.sym = 1
  1301. FLWiberimap.sym = 1
  1302. FLWindustry.sym = 1
  1303. FLWiremap.sym = 1
  1304. FLWitaly.sym = 1
  1305. FLWitalymap.sym = 1
  1306. FLWjapanmap.sym = 1
  1307. FLWkoreamap.sym = 1
  1308. FLWlamermap.sym = 1
  1309. FLWlegends.sym = 1
  1310. FLWmedical.sym = 1
  1311. FLWmen.sym = 1
  1312. FLWnamermap.sym = 1
  1313. FLWnetwork.sym = 1
  1314. FLWnextstep.sym = 1
  1315. FLWoffobjct.sym = 1
  1316. FLWpacifmap.sym = 1
  1317. FLWpeople.sym = 1
  1318. FLWpolanmap.sym = 1
  1319. FLWpresentn.sym = 1
  1320. FLWproject.sym = 1
  1321. FLWpuzzle.sym = 1
  1322. FLWroads.sym = 1
  1323. FLWrussmap.sym = 1
  1324. FLWsales.sym = 1
  1325. FLWsamermap.sym = 1
  1326. FLWscandmap.sym = 1
  1327. FLWscience.sym = 1
  1328. FLWseasimap.sym = 1
  1329. FLWsingmap.sym = 1
  1330. FLWspain.sym = 1
  1331. FLWsports.sym = 1
  1332. FLWswitzmap.sym = 1
  1333. FLWtaiwnmap.sym = 1
  1334. FLWtextbox.sym = 1
  1335. FLWtime.sym = 1
  1336. FLWtranspor.sym = 1
  1337. FLWuk.sym = 1
  1338. FLWusa.sym = 1
  1339. FLWusamap.sym = 1
  1340. FLWweather.sym = 1
  1341. FLWwomen.sym = 1
  1342. FLWworldmap.sym = 1
  1343.  
  1344. ;************************************************
  1345. ;
  1346. ; Freelance Graphics
  1347. ; Gold Disk Add Impact Movies Section
  1348. ;
  1349. ;************************************************
  1350.  
  1351. FLWaircraft.aim = 1
  1352. FLWarrowdnl.aim = 1
  1353. FLWarrowdnr.aim = 1
  1354. FLWarrowldn.aim = 1
  1355. FLWarrowlit.aim = 1
  1356. FLWarrowlup.aim = 1
  1357. FLWarrowdn.aim = 1
  1358. FLWarrowrup.aim = 1
  1359. FLWarrowupl.aim = 1
  1360. FLWarrowupr.aim = 1
  1361. FLWaward.aim = 1
  1362. FLWbalance.aim = 1
  1363. FLWballoon1.aim = 1
  1364. FLWballoon2.aim = 1
  1365. FLWbatter.aim = 1
  1366. FLWbike.aim = 1
  1367. FLWbirdy.aim = 1
  1368. FLWbook.aim = 1
  1369. FLWbreakdwn.aim = 1
  1370. FLWbreakout.aim = 1
  1371. FLWbuildup.aim = 1
  1372. FLWcalender.aim = 1
  1373. FLWcar.aim = 1
  1374. FLWchampgne.aim = 1
  1375. FLWclock.aim = 1
  1376. FLWclouds.aim = 1
  1377. FLWcloudwl.aim = 1
  1378. FLWcompete.aim = 1
  1379. FLWcopter.aim = 1
  1380. FLWcursor.aim = 1
  1381. FLWcutcosts.aim = 1
  1382. FLWdinosaur.aim = 1
  1383. FLWdog.aim = 1
  1384. FLWdooropen.aim = 1
  1385. FLWdownsize.aim = 1
  1386. FLWfirewrks.aim = 1
  1387. FLWflagwave.aim = 1
  1388. FLWflipcoin.aim = 1
  1389. FLWfoodchan.aim = 1
  1390. FLWfrog2.aim = 1
  1391. FLWglobemkt.aim = 1
  1392. FLWgrowth.aim = 1
  1393. FLWhandshak.aim = 1
  1394. FLWhourglas.aim = 1
  1395. FLWjackpot.aim = 1
  1396. FLWlady_b.aim = 1
  1397. FLWman.aim = 1
  1398. FLWmoneybag.aim = 1
  1399. FLWmouse.aim = 1
  1400. FLWnetwork.aim = 1
  1401. FLWofftargt.aim = 1
  1402. FLWontarget.aim = 1
  1403. FLWpainted.aim = 1
  1404. FLWparchute.aim = 1
  1405. FLWplane.aim = 1
  1406. FLWprofitdn.aim = 1
  1407. FLWprofitup.aim = 1
  1408. FLWprojctr.aim = 1
  1409. FLWquestion.aim = 1
  1410. FLWshark.aim = 1
  1411. FLWsplitdwn.aim = 1
  1412. FLWsplitlf.aim = 1
  1413. FLWsplitrt.aim = 1
  1414. FLWsplitup.aim = 1
  1415. FLWstrbrst1.aim = 1
  1416. FLWstrbrst2.aim = 1
  1417. FLWsun.aim = 1
  1418. FLWsynergy.aim = 1
  1419. FLWunbalnce.aim = 1
  1420. FLWupsize.aim = 1
  1421. FLWwinner.aim = 1
  1422. FLWzap.aim = 1
  1423.  
  1424. ;************************************************
  1425. ;
  1426. ; Freelance Graphics Sounds Section
  1427. ;
  1428. ;************************************************
  1429. FLWapplause.wav = 1
  1430. FLWcarskid.wav = 1
  1431. FLWcheering.wav = 1
  1432. FLWchime_a.wav = 1
  1433. FLWchime_b.wav = 1
  1434. FLWjazzy.wav = 1
  1435. FLWlionroar.wav = 1
  1436. FLWphone.wav = 1
  1437. FLWrain.wav = 1
  1438. FLWshiphorn.wav = 1
  1439. FLWticking.wav = 1
  1440. FLWtrumpet.wav = 1
  1441. FLWwhistle.wav = 1
  1442.  
  1443. ;************************************************
  1444. ;
  1445. ; Freelance Graphics Diagrams Section
  1446. ;
  1447. ;************************************************
  1448. FLWbranch.dgm = 1
  1449. FLWcustom.dgm = 1
  1450. FLWflow.dgm = 1
  1451. FLWgantt.dgm = 1
  1452. FLWgraph.dgm = 1
  1453. FLWhub.dgm = 1
  1454. FLWnetwork.dgm = 1
  1455. FLWpyramid.dgm = 1
  1456. FLWquality.dgm = 1
  1457. FLWsection.dgm = 1
  1458. FLWtarget.dgm = 1
  1459. FLWtimeline.dgm = 1
  1460. FLWvenn.dgm = 1
  1461.  
  1462. ;************************************************
  1463. ; Freelance Graphics
  1464. ; SmartMaster content topics section
  1465. ;************************************************
  1466. ;
  1467. ; Content topics require specific diagrams, clip art,
  1468. ; and SmartMaster looks. If you have already opted
  1469. ; to not install any clip art, diagrams, or SmartMaster
  1470. ; Looks, but do want to install content topics, Install 
  1471. ; will automatically select and install only those 
  1472. ; clip art, diagram, and Look files that it requires.
  1473. ;
  1474. ;************************************************
  1475. FLWbstorm.smc = 1
  1476. FLWbusplan.smc = 1
  1477. FLWcompete.smc = 1
  1478. FLWcorpovw.smc = 1
  1479. FLWmeet.smc = 1
  1480. FLWteammtg.smc = 1
  1481. FLWmktres.smc = 1
  1482. FLWnewmkt.smc = 1
  1483. FLWorientat.smc = 1
  1484. FLWplaunch.smc = 1
  1485. FLWposition.smc = 1
  1486. FLWprodctbr.smc = 1
  1487. FLWpstatus.smc = 1
  1488. FLWpupdate.smc = 1
  1489. FLWproposal.smc = 1
  1490. FLWrecommen.smc = 1
  1491. FLWsallnc.smc = 1
  1492. FLWtrain.smc = 1
  1493. FLWbenefits.smc = 1
  1494. FLWbusrev.smc = 1
  1495. FLWindustry.smc = 1
  1496. FLWitstrat.smc = 1
  1497. FLWquality.smc = 1
  1498. FLWsaleszig.smc = 1
  1499. FLWsaleswax.smc = 1
  1500. FLWsbuplan.smc = 1
  1501. FLWkotstrat.smc = 1
  1502. FLWkotseg.smc = 1
  1503. FLWkotmix.smc = 1
  1504. FLWkitpres.smc = 1
  1505. ;
  1506. [APR]
  1507. ; The [APR] section provides information 
  1508. ; specific to Approach.
  1509. ;
  1510. ;***********************************************
  1511. ;
  1512. ;***********************************************
  1513. ;
  1514. ;
  1515. ; The "APRDIR" field is only for standalone and 
  1516. ; server installs. Use the APRDIR field to specify 
  1517. ; the main product directory for Lotus Approach. 
  1518. ;
  1519. ; Use the "APRWORKDIR" field to specify the 
  1520. ; directory in which users store their 
  1521. ; work.
  1522. ;
  1523. ; Use the "APRDEMODIR" field to specify where 
  1524. ; to create the Demo Files directory. 
  1525. ;
  1526. ; Use the "APRMASTERSDIR" field to specify where 
  1527. ; to create the SmartMasters directory. This 
  1528. ; field is not used in a node install (InstallType 4).
  1529. ;
  1530. ; Use the "APRSAMPLESDIR" field to specify where 
  1531. ; to create the Sample Files directory. This 
  1532. ; field is not used in a node install (InstallType 4).
  1533. ;
  1534. ; Use the "APRTOURDIR" field to specify where 
  1535. ; to create the Tour Files directory. This 
  1536. ; field is not used in a node install (InstallType 4).
  1537. ;
  1538. ; Use the "APRQMFDIR" field to specify where 
  1539. ; to create the QMF Initialization File. This 
  1540. ; field is not used in a node install (InstallType 4).
  1541. ;
  1542. ;***********************************************
  1543. APRDIR = c:\lotus\approach\ 
  1544. APRWORKDIR = c:\lotus\work\approach\
  1545. APRDEMODIR = c:\lotus\approach\demo\
  1546. APRMASTERSDIR = c:\lotus\smasters\approach\
  1547. APRSAMPLESDIR = c:\lotus\samples\approach\
  1548. APRTOURDIR = c:\lotus\approach\tour\
  1549. APRQMFDIR = c:\lotus\approach\
  1550. ;***********************************************
  1551. ;
  1552. ; Use the "SizeOfInstall" field to specify the
  1553. ; size of the Approach install:
  1554. ;      1 Default install
  1555. ;      2 Minimum install 
  1556. ;      3 Custom install
  1557. ;
  1558. ; To do a custom install of this product you  
  1559. ; must also set the SizeOfInstall field in the 
  1560. ; [SUIT] section to 3.
  1561. ;
  1562. ; This field is only used during standalone 
  1563. ; and server installs (InstallType 1 and 2). 
  1564. ; For server installs, you can only use
  1565. ; SizeOfInstall 1 or 3. 
  1566. ;
  1567. ;***********************************************
  1568. SizeOfInstall = 1
  1569. ;***********************************************                             
  1570. ;
  1571. ; Use the "APRRemovePreviousProdFiles" field to 
  1572. ; specify the whether to remove files from a
  1573. ; previous Windows 3.x version of Approach, if
  1574. ; detected. This option only removes program
  1575. ; files. It does not remove samples or work files.
  1576. ;
  1577. ;      0 Do not remove files
  1578. ;      1 Remove files
  1579. ;
  1580. ;***********************************************
  1581. APRRemovePreviousProdFiles = 1
  1582. ;***********************************************
  1583. ;
  1584. [CustomizeAPR]
  1585. ; The [CustomizeAPR] section lets you select
  1586. ; which features of Lotus Approach you want to
  1587. ; install. This section is only used if the 
  1588. ; "SizeOfInstall" field in the [APR] section 
  1589. ; is 3 (custom install).
  1590. ;
  1591. ; To select a feature, set its value
  1592. ; to 1 (one). To deselect a feature,
  1593. ; set its value to 0 (zero).
  1594. ;
  1595. ;***********************************************
  1596. ; Approach Tab
  1597. ;***********************************************
  1598. ; Approach Core ("APRCORE"). Approach Core 
  1599. ; contains the minimum files necessary to run 
  1600. ; Approach. Do NOT deselect this option the first
  1601. ; time you install Approach.
  1602. APRCORE = 1
  1603. ; Help ("APRHELPSAMPLES"). Approach help and sample files.
  1604. APRHELPSAMPLES = 1
  1605. ; Help ("APRHELP"). Detailed Approach help files.
  1606. APRHELP = 1
  1607. ; Help ("APRSCRIPTHELP"). Using LotusScript in Approach help files.
  1608. APRSCRIPTHELP = 0
  1609. ; Help ("APRCOMMONSCRIPTHELP"). Using LotusScript help files.
  1610. APRCOMMONSCRIPTHELP = 0
  1611. ; Sample Files ("APRSAMPLES").
  1612. APRSAMPLES = 0
  1613. ; Tour ("APRTOUR"). Tour of Approach.
  1614. APRTOUR = 0
  1615. ;
  1616. ;***********************************************
  1617. ; Powerkeys Tab
  1618. ; Select the Approach PowerKey drivers you want 
  1619. ; to install.  By default, Approach allows access 
  1620. ; to dBase formats.
  1621. ;***********************************************
  1622. ; Lotus Notes ("APRNOTES"). Lotus Notes .NSF driver.
  1623. APRNOTES = 1
  1624. ; Paradox ("APRPARADOX"). Paradox 3.5 and 4.0 
  1625. ; .DB drivers.
  1626. APRPARADOX = 1
  1627. ; IBM QMF Driver
  1628. APRQMF = 0
  1629. ; Approach ODBC ("APRODBC") Driver Support. This section
  1630. ; is required when using any of the sections below.
  1631. APRODBC = 0
  1632. ; Oracle ("APRORACLE_SHRCNT"). Oracle7 SQL driver.
  1633. APRORACLE_SHRCNT = 0
  1634. ; SQL Server ("APRSQLSERVER4_SHRCNT"). SQL Server driver for 
  1635. ; Microsoft SQL Server 4.x and 6
  1636. APRSQLSERVER4_SHRCNT = 0
  1637. ; SQL Server ("APRSQLSERVER6_SHRCNT"). SQL Server driver for 
  1638. ; Microsoft SQL Server 6
  1639. APRSQLSERVER6_SHRCNT = 0
  1640. ; Sybase System 10 and 11 Driver. ("APRSYBASE_SHRCNT")
  1641. APRSYBASE_SHRCNT = 0
  1642. ; Informix5 Database Driver ("APRINFORMIX5_SHRCNT")
  1643. APRINFORMIX5_SHRCNT = 0
  1644. ; Informix7 Database Driver ("APRINFORMIX7_SHRCNT")
  1645. APRINFORMIX7_SHRCNT = 0
  1646. ;
  1647. ;***********************************************
  1648. ; SmartMasters Tab
  1649. ;***********************************************
  1650. ;
  1651. ; Amortize "APRSMARTMASTER1LANGEN". Calculate
  1652. ; monthly payments and loan amortization schedules.
  1653. APRSMARTMASTER1LANGEN = 0
  1654. ;
  1655. ; Checks "APRSMARTMASTER2LANGEN". Track deposits,
  1656. ; withdrawals, and payments. Includes monthly
  1657. ; tracking reports that analyze financial data
  1658. ; using categories you specify.
  1659. APRSMARTMASTER2LANGEN = 0
  1660. ;
  1661. ; Contacts "APRSMARTMASTER3LANGEN". Manage 
  1662. ; contacts including call detail, direct dial
  1663. ; information, and mass mailing support.
  1664. APRSMARTMASTER3LANGEN = 0
  1665. ;
  1666. ; Employee "APRSMARTMASTER5LANGEN". Manage 
  1667. ; employee, department, manager, and review data.
  1668. APRSMARTMASTER5LANGEN = 0
  1669. ;
  1670. ; Music "APRSMARTMASTER6LANGEN". Catalog music
  1671. ; by artist, song title, music type, year of release,
  1672. ; or media type.
  1673. APRSMARTMASTER6LANGEN = 0
  1674. ;
  1675. ; Orders "APRSMARTMASTER7LANGEN". Enter and track 
  1676. ; orders, invoices, and inventory.
  1677. APRSMARTMASTER7LANGEN = 1
  1678. ;
  1679. ; Register "APRSMARTMASTER8LANGEN". Register new
  1680. ; customers and track calls by agent, product,
  1681. ; and problem type.
  1682. APRSMARTMASTER8LANGEN = 0
  1683. ;
  1684. ; Schedule "APRSMARTMASTER9LANGEN ". Reserve meeting
  1685. ; rooms, track availability, and determine room usage.
  1686. APRSMARTMASTER9LANGEN = 1
  1687. ;
  1688. ; Surfnet "APRSMARTMASTER10LANGEN ". Catalog World
  1689. ; Wide Web addresses.  Search addresses by URL, category
  1690. ; or keyword.
  1691. APRSMARTMASTER10LANGEN = 1
  1692. ;
  1693. ; Survey "APRSMARTMASTER11LANGEN". Create surveys
  1694. ; quickly and easily. Track results by categories
  1695. ; you define. Includes reports that calculate and
  1696. ; present your findings.
  1697. APRSMARTMASTER11LANGEN = 1
  1698. ;
  1699. ; Technote "APRSMARTMASTER12LANGEN". Organize new
  1700. ; and existing technical information by topic and
  1701. ; category for easy access.
  1702. APRSMARTMASTER12LANGEN = 0
  1703. ;
  1704. ; Videos "APRSMARTMASTER13LANGEN". Track videos
  1705. ; by title, movie type, and cast member data.
  1706. APRSMARTMASTER13LANGEN = 1
  1707. ;
  1708. ; DB2 Websizing Assistant "APRSMARTMASTER14LANGEN". 
  1709. ; Build Web applications from Approach/DB2 
  1710. ; applications. Requires IBM DB2WWW Connection 
  1711. ; or IBM Net.Data.
  1712. APRSMARTMASTER14LANGEN = 0
  1713. ;
  1714. ;
  1715. ;***********************************************
  1716. ;
  1717. [CustomizeNodeOptionsAPR]
  1718. ; The [CustomizeNodeOptionsAPR] section
  1719. ; is used both during server installs
  1720. ; (InstallType 2) and during node installs
  1721. ; (InstallType 4). Please read the comments 
  1722. ; below for more details.
  1723. ;
  1724. ; For a server install (InstallType 2),
  1725. ; the [CustomizeNodeOptionsAPR] section allows
  1726. ; network administrators to specify which 
  1727. ; features *can* be copied to a node user's 
  1728. ; machine during a node install. This section
  1729. ; corresponds to the Node User Feature Access
  1730. ; dialog box in the server install.
  1731. ; It is only used during a server install
  1732. ; if SizeOfInstall = 3 (custom install).
  1733. ;
  1734. ; Use the following values in these fields for
  1735. ; a server install:
  1736. ;      0 Do not allow the feature to be copied
  1737. ;        to the user's machine
  1738. ;      1 Allow the feature to be copied the 
  1739. ;        user's machine
  1740. ;
  1741. ; For a node install (InstallType 4), the 
  1742. ; [CustomizeNodeOptionsAPR] section allows
  1743. ; you to specify which features *will* be 
  1744. ; copied to the node user's machine during the
  1745. ; node install. This corresponds to the 
  1746. ; Local Node Features dialog box in the 
  1747. ; node install.
  1748. ;
  1749. ; Use the following values in these fields for
  1750. ; a node install:
  1751. ;      0 Do not copy the feature to the user's 
  1752. ;        machine
  1753. ;      1 Copy the feature to the user's machine
  1754. ;
  1755. ; Features will be copied to the user's machine
  1756. ; during a node install only if:
  1757. ;   * They were selected in this section 
  1758. ;     during an automated server install
  1759. ;     or in the Node User Feature Access
  1760. ;     dialog box during a manual 
  1761. ;     server install
  1762. ;             AND
  1763. ;   * They are selected in this section during
  1764. ;     an automated node install or in the 
  1765. ;     Local Node Features dialog box during
  1766. ;     a manual node install.
  1767. ;
  1768. ;
  1769. ;***********************************************
  1770. ; Custom Node Options
  1771. ;***********************************************
  1772. ; Approach ODBC ("APRODBC") Driver Support
  1773. APRODBC = 0
  1774. ; Oracle ("APRORACLE_SHRCNT"). Oracle7 SQL driver.
  1775. APRORACLE_SHRCNT = 0
  1776. ; SQL Server ("APRSQLSERVER4_SHRCNT"). SQL Server driver for 
  1777. ; Microsoft SQL Server 4.x and 6
  1778. APRSQLSERVER4_SHRCNT = 0
  1779. ; SQL Server ("APRSQLSERVER6_SHRCNT"). SQL Server driver for 
  1780. ; Microsoft SQL Server 6
  1781. APRSQLSERVER6_SHRCNT = 0
  1782. ; Sybase System 10 and 11 Driver. ("APRSYBASE_SHRCNT")
  1783. APRSYBASE_SHRCNT = 0
  1784. ; Informix5 Database Driver ("APRINFORMIX5_SHRCNT")
  1785. APRINFORMIX5_SHRCNT = 0
  1786. ; Informix7 Database Driver ("APRINFORMIX7_SHRCNT")
  1787. APRINFORMIX7_SHRCNT = 0
  1788. ;
  1789. ;***********************************************
  1790. ;
  1791. [ORG]
  1792. ; The [ORG] section provides information 
  1793. ; specific to Organizer.
  1794. ;
  1795. ;
  1796. ;***********************************************
  1797. ;
  1798. ; If you don't want to use the default directories
  1799. ; based on "BASEDIR" edit these 3 directories
  1800. ; and set "SizeOfInstall" to 3 (Custom Install).
  1801. ;
  1802. ; Use the "ORGDIR" field to specify the main
  1803. ; product directory for Organizer 97. 
  1804. ;
  1805. ; Use the "ORGWORKDIR" field to specify the 
  1806. ; directory in which users store their work.
  1807. ; standalone and node only.
  1808. ; Use the "ORGBACKUPDIR" field to specify the
  1809. ; directory in which users store their backup
  1810. ; files. standalone and node only.
  1811. ;
  1812. ;***********************************************
  1813. ORGDIR = c:\lotus\organize\
  1814. ORGWORKDIR = c:\lotus\work\organize\
  1815. ORGBACKUPDIR = c:\lotus\backup\organize\
  1816. ;***********************************************
  1817. ;
  1818. ; Use the "SizeOfInstall" field to specify the
  1819. ; size of the Organizer install:
  1820. ;      1 Default install
  1821. ;      2 Minimum install 
  1822. ;      3 Custom install
  1823. ;
  1824. ; To do a custom install of this product you  
  1825. ; must also set the SizeOfInstall field in the 
  1826. ; [SUIT] section to 3.
  1827. ;
  1828. ; This field is only used during standalone 
  1829. ; and server installs (InstallType 1 and 2). 
  1830. ; For server installs, you can only use
  1831. ; SizeOfInstall 1 or 3. 
  1832. ;
  1833. ;***********************************************
  1834. SizeOfInstall = 1
  1835. ;***********************************************
  1836. ;
  1837. [CustomizeORG]
  1838. ; The [CustomizeORG] section lets you select
  1839. ; which features of Organizer you want to install.
  1840. ; This section is only used if the 
  1841. ; "SizeOfInstall" field in the [ORG] section 
  1842. ; is 3 (custom install).
  1843. ;
  1844. ;
  1845. ; Organizer
  1846. ; Choose the feature you want to install.
  1847. ;
  1848. ; ORGEXE    =    Lotus Organizer 97
  1849. ;***********************************************
  1850. ORGEXE = 1
  1851. ;***********************************************
  1852. ;
  1853. ;***********************************************
  1854. ;
  1855. ; Organizer Compact Utility
  1856. ; Choose the feature you want to install.
  1857. ;***********************************************
  1858. ORGUTILS = 1
  1859. ;***********************************************
  1860. ;
  1861. ;***********************************************
  1862. ;
  1863. ; Help and Samples
  1864. ; Choose the help and samples you want to install.
  1865. ;***********************************************
  1866. ORGHELP=1
  1867. ;     Organizer 97 Help files
  1868.     ORGHELP1 = 1
  1869. ;     Tour files
  1870.     ORGHELP2 = 1
  1871. ;     Reference files
  1872.     ORGHELP3 = 1
  1873. ;***********************************************
  1874. ;
  1875. ;***********************************************
  1876. ;
  1877. ; Organizer Event Sounds
  1878. ; Choose the feature you want to install.
  1879. ;
  1880. ;***********************************************
  1881. ORGEVENTSOUNDS = 1
  1882. ;***********************************************
  1883. ;
  1884. ;***********************************************
  1885. ;
  1886. ; Layouts
  1887. ; Choose the layouts you want to install.
  1888. ;
  1889. ;***********************************************
  1890. ; De-select all with ORGREP = 0
  1891. ORGREP=1
  1892. ; or deselect individual items
  1893. ;    Calendar
  1894.     ORGREP1 = 1
  1895. ;    Calls
  1896.     ORGREP2 = 1
  1897. ;    To Do
  1898.     ORGREP3 = 1
  1899. ;    Address
  1900.      ORGREP4 = 1
  1901. ;    Notepad
  1902.     ORGREP5 = 1
  1903. ;    Anniversary
  1904.     ORGREP6 = 1
  1905. ;    Planner
  1906.     ORGREP7 = 1
  1907. ;***********************************************
  1908. ;
  1909. ;***********************************************
  1910. ;
  1911. ; Paper
  1912. ; Organizer Paper Layout Files Section
  1913. ;
  1914. ;***********************************************
  1915. ; De-select all with ORGPAPER = 0
  1916. ORGPAPER=1
  1917. ; or deselect individual items
  1918. ;    "2x10-Labels 1 x 4 in"
  1919.     ORGPAPER1 = 1
  1920. ;    "2x3-Labels 3 1/3 x 4 in"
  1921.     ORGPAPER2 = 1
  1922. ;    "2x4 Rolodex« 2 1/6 x 4 in"
  1923.     ORGPAPER3 = 1
  1924. ;    "2x5-Labels 2 x 4 in"
  1925.     ORGPAPER4 = 1
  1926. ;    "2x7-Labels 1 1/3 x 4 in"
  1927.     ORGPAPER5 = 1
  1928. ;    "3x10-Labels 1 x 2 5/8 in"
  1929.     ORGPAPER6 = 1
  1930. ;    "A4 210 x 297 mm"
  1931.     ORGPAPER7 = 1
  1932. ;    "A5 148 x 210 mm"
  1933.     ORGPAPER8 = 1
  1934. ;    "Avery« #41207 3 ╛ x 6 ╛ in (P)"
  1935.     ORGPAPER9 = 1
  1936. ;    "Avery« #41257 3 ╛ x 6 ╛ in (L)"
  1937.     ORGPAPER10 = 1
  1938. ;    "Avery« #41308 5╜ x 8╜ in (P)"
  1939.     ORGPAPER11 = 1
  1940. ;    "Avery« #41358 5╜ x 8╜ in (L)"
  1941.     ORGPAPER12 = 1
  1942. ;    "Avery« L7902 (A5)"
  1943.     ORGPAPER13 = 1
  1944. ;    "Avery« L7901 (Filofax«)"
  1945.     ORGPAPER14 = 1
  1946. ;    "Avery« L7162 (16)"
  1947.     ORGPAPER15 = 1
  1948. ;    "Avery« L7163 (14)"
  1949.     ORGPAPER16 = 1
  1950. ;    "Avery« L7159 (24)"
  1951.     ORGPAPER17 = 1
  1952. ;    "Avery« L7666"
  1953.     ORGPAPER18 = 1
  1954. ;    "B5 176 x 250 mm"
  1955.     ORGPAPER19 = 1
  1956. ;    "Day-Timer« Junior Desk"
  1957.     ORGPAPER20 = 1
  1958. ;    "Day-Timer« Junior Pocket"
  1959.     ORGPAPER21 = 1
  1960. ;    "Day-Timer« Senior Desk"
  1961.     ORGPAPER22 = 1
  1962. ;    "Day-Timer« Senior Pocket"
  1963.     ORGPAPER23 = 1
  1964. ;    "DayRunner« Classic(TM)"
  1965.     ORGPAPER24 = 1
  1966. ;    "DayRunner« Entrepreneur(TM)"
  1967.     ORGPAPER25 = 1
  1968. ;    "DayRunner« Running Mate«"
  1969.     ORGPAPER26 = 1
  1970. ;    "Deluxe #190014 3╛ x 6╛ in"
  1971.     ORGPAPER27 = 1
  1972. ;    "Deluxe #190013 5╜ x 8╜ in"
  1973.     ORGPAPER28 = 1
  1974. ;    "Deluxe #190012 5╜ x 8╜ in"
  1975.     ORGPAPER29 = 1
  1976. ;    "Deluxe #190011 8╜ x 11 in"
  1977.     ORGPAPER30 = 1
  1978. ;    "Envelope #10 4 1/8 x 9╜ in"
  1979.     ORGPAPER31 = 1
  1980. ;    "Envelope #9 3 7/8 x 8 7/8 in"
  1981.     ORGPAPER32 = 1
  1982. ;    "Filofax«"
  1983.     ORGPAPER33 = 1
  1984. ;    "Franklin Day Planner« Classic (L)"
  1985.     ORGPAPER34 = 1
  1986. ;    "Franklin Day Planner« Classic (P)"
  1987.     ORGPAPER35 = 1
  1988. ;     "Franklin Day Planner« Monarch"
  1989.     ORGPAPER36 = 1
  1990. ;    "Legal 8╜ x 14 in"
  1991.     ORGPAPER37 = 1
  1992. ;    "Letter 8╜ x 11 in"
  1993.     ORGPAPER38 = 1
  1994. ;    "Time Manager«"
  1995.     ORGPAPER39 = 1
  1996. ;***********************************************
  1997. [CustomizeNodeOptionsORG]
  1998. ; The [CustomizeNodeOptionsORG] section
  1999. ; is used both during server installs
  2000. ; (InstallType 2) and during node installs
  2001. ; (InstallType 4). Please read the comments 
  2002. ; below for more details.
  2003. ;
  2004. ; For a server install (InstallType 2),
  2005. ; the [CustomizeNodeOptionsORG] section allows
  2006. ; network administrators to specify which 
  2007. ; features *can* be copied to a node user's 
  2008. ; machine during a node install. This section
  2009. ; corresponds to the Node User Feature Access
  2010. ; dialog box in the server install.
  2011. ;
  2012. ; Use the following values in these fields for
  2013. ; a server install:
  2014. ;      0 Do not allow the feature to be copied
  2015. ;        to the user's machine
  2016. ;      1 Allow the feature to be copied the 
  2017. ;        user's machine
  2018. ;
  2019. ; For a node install (InstallType 4), the 
  2020. ; [CustomizeNodeOptionsORG] section allows
  2021. ; you to specify which features *will* be 
  2022. ; copied to the node user's machine during the
  2023. ; node install.
  2024. ;
  2025. ; Use the following values in these fields for
  2026. ; a node install:
  2027. ;      0 Do not copy the feature to the user's 
  2028. ;        machine
  2029. ;      1 Copy the feature to the user's machine
  2030. ;
  2031. ; Features will be copied to the user's machine
  2032. ; during a node install only if:
  2033. ;     * They were selected in this section
  2034. ;      during an automated file server install
  2035. ;     or in the Node User Feature Access
  2036. ;      dialog box during a manual
  2037. ;      file server install
  2038. ;     AND
  2039. ;    * They are selected in this section during
  2040. ;      an automated node install or in the
  2041. ;      Local Node Features dialog box during
  2042. ;      a manual node install.
  2043. ;
  2044. ;***********************************************
  2045. ORGEXE            = 0
  2046. ORGUTILS        = 0
  2047. ORGHELP             = 0
  2048. ORGREP             = 0
  2049. ORGPAPER         = 0
  2050. ORGEVENTSOUNDS     = 1
  2051.  
  2052. [CAM]
  2053. ; The [CAM] section provides information about
  2054. ; ScreenCam directories. 
  2055. ;
  2056. ; Use the "CAMDIR" field to select the drive 
  2057. ; and directory where you want to install
  2058. ; ScreenCam. 
  2059. ;
  2060. ;************************************************
  2061. CAMDIR = c:\lotus\scrncam\
  2062. ;***********************************************
  2063. ;
  2064. ; Use the "SizeOfInstall" field to specify the
  2065. ; size of the CAM install:
  2066. ;      1 Default install
  2067. ;      2 Minimum install 
  2068. ;      3 Custom install
  2069. ;
  2070. ; To do a custom install of this product you  
  2071. ; must also set the SizeOfInstall field in the 
  2072. ; [SUIT] section to 3.
  2073. ;
  2074. ;***********************************************
  2075. SizeOfInstall = 1
  2076. ;***********************************************
  2077. [CustomizeCAM]
  2078. ; The [CustomizeCAM] section lets you select
  2079. ; which features of CAM you want to install.
  2080. ; This section is only used if the 
  2081. ; "SizeOfInstall" field in the [CAM] section 
  2082. ; is 3 (custom install).
  2083. ;***********************************************                             
  2084. ;
  2085. ;ScreenCam Program Files            
  2086. CAMEXE = 1
  2087. ;Bitmaps and Captions
  2088. CAMBMP = 1
  2089.  
  2090. CAMTOOL = 1
  2091. ;TeamMail Feature
  2092.     WIN32TEAMMAILSHRPRG = 1
  2093.  
  2094. ;OnLine Help
  2095. CAMHELPEXE = 1
  2096.     CAMHELPONLINE = 1
  2097. ;
  2098. [CustomizeNodeOptionsCAM]
  2099. ; The [CustomizeNodeOptionsCAM] section
  2100. ; is used both during server installs
  2101. ; (InstallType 2) and during node installs
  2102. ; (InstallType 4). Please read the comments 
  2103. ; below for more details.
  2104. ;
  2105. ; For a server install (InstallType 2),
  2106. ; the [CustomizeNodeOptionsCAM] section allows
  2107. ; network administrators to specify which 
  2108. ; features *can* be copied to a node user's 
  2109. ; machine during a node install. This section
  2110. ; corresponds to the Node User Feature Access
  2111. ; dialog box in the server install.
  2112. ; It is only used during a server install
  2113. ; if SizeOfInstall = 3 (customized install).
  2114. ;
  2115. ; Use the following values in these fields for
  2116. ; a server install:
  2117. ;      0 Do not allow the feature to be copied
  2118. ;        to the user's machine
  2119. ;      1 Allow the feature to be copied the 
  2120. ;        user's machine
  2121. ;
  2122. ; For a node install (InstallType 4), the 
  2123. ; [CustomizeNodeOptionsCAM] section allows
  2124. ; you to specify which features *will* be 
  2125. ; copied to the node user's machine during the
  2126. ; node install. This corresponds to the 
  2127. ; Local Node Features dialog box in the 
  2128. ; node install.
  2129. ;
  2130. ; Use the following values in these fields for
  2131. ; a node install:
  2132. ;      0 Do not copy the feature to the user's 
  2133. ;        machine
  2134. ;      1 Copy the feature to the user's machine
  2135. ;
  2136. ; Features will be copied to the user's machine
  2137. ; during a node install only if:
  2138. ;     * They were selected in this section 
  2139. ;       during an automated server install
  2140. ;      or in the Node User Feature Access
  2141. ;       dialog box during a manual 
  2142. ;       server install
  2143. ;              AND
  2144. ;    * They are selected in this section during
  2145. ;       an automated node install or in the 
  2146. ;       Local Node Features dialog box during
  2147. ;       a manual node install.
  2148. ;
  2149. ;***********************************************
  2150. ;Bitmaps and Captions
  2151. CAMBMP = 1
  2152. ;***********************************************
  2153. ;
  2154. [DOC]
  2155. ; The [DOC] section provides information about
  2156. ; DocOnline directories. 
  2157. ;
  2158. ; Use the "DOCDIR" field to select the drive 
  2159. ; and directory where you want to install
  2160. ; DocOnline. 
  2161. ;
  2162. ;************************************************
  2163. DOCDIR = c:\lotus\acroread\
  2164. ;***********************************************
  2165. ;
  2166. ; Use the "SizeOfInstall" field to specify the
  2167. ; size of the DOC install:
  2168. ;      1 Default install
  2169. ;      2 Minimum install 
  2170. ;      3 Custom install
  2171. ;
  2172. ; To do a custom install of this product you  
  2173. ; must also set the SizeOfInstall field in the 
  2174. ; [SUIT] section to 3.
  2175. ;
  2176. ;***********************************************
  2177. SizeOfInstall = 1
  2178. ;***********************************************
  2179. [CustomizeDOC]
  2180. ; The [CustomizeDOC] section lets you select
  2181. ; which features of DOC you want to install.
  2182. ; This section is only used if the 
  2183. ; "SizeOfInstall" field in the [DOC] section 
  2184. ; is 3 (custom install).
  2185. ;***********************************************                             
  2186. ;
  2187. ;DocOnline Program Files        
  2188. DOCFILES = 1
  2189.  
  2190. ;Doc Online Help Files
  2191. DOCHELP = 1
  2192.  
  2193. ;Exploring SmartSuite 97
  2194.     DOCBOOK_1 = 0
  2195.  
  2196. ;Developing SmartSuite Applications in LotusScript
  2197.     DOCBOOK_2 = 0
  2198.  
  2199. ;Getting the Most Out of LotusScript in SmartSuite 97
  2200.     DOCBOOK_3 = 0
  2201.  
  2202. ;The Application Developers Kit
  2203.     DOCBOOK_4 = 0
  2204.  
  2205. ;The LotusScript 3.0 Reference Guide
  2206.     DOCBOOK_5 = 0
  2207.  
  2208. ;Sample Scripts
  2209. DOCSCRIPT = 0
  2210. ;
  2211. ;
  2212. ;***********************************************
  2213. ;***********************************************
  2214. ;
  2215. ;
  2216. ;***********************************************
  2217. ;
  2218. [Shared Components]
  2219. ; The [Shared Components] section provides information 
  2220. ; about Lotus shared components (such as the Spell
  2221. ; Checker) for Freelance Graphics, Word Pro, and Approach.
  2222. ; This field is used only during a server install.
  2223. ;
  2224. ;*********************************************** 
  2225. COMPONENTSDIR = c:\lotus\compnent
  2226. ;***********************************************
  2227. ; The fields below allow you to select and 
  2228. ; deselect the Lotus shared components. 
  2229. ; These fields are only used if the "SizeOfInstall"
  2230. ; field in the [123] section is set to 3.
  2231. ;
  2232. ; To select a shared component, set its value
  2233. ; to 1 (one). To deselect a shared component,
  2234. ; set its value to 0 (zero).
  2235. ;
  2236. ;***********************************************
  2237. ; Spell Checker
  2238. WIN32SHRSPELLDATA = 1
  2239.     ; English Dictionary
  2240.     WIN32SHRSPELLDICLANGEN = 1
  2241.     ; French Dictionary
  2242.     WIN32SHRSPELLDICLANGFR = 0
  2243.     ; Spanish Dictionary
  2244.     WIN32SHRSPELLDICLANGES = 0
  2245.     ; Australian English Dictionary
  2246.     WIN32SHRSPELLDICLANGAU = 0
  2247.  
  2248. ;Lotus Script Help
  2249. WIN32SHRLOTUSSCRIPTPRGLANGEN = 1
  2250. WIN32SHRGRAPHFILEFILTERPRG = 1
  2251. WIN32SHRCHARTPRG = 1
  2252. WIN32SHRCHARTPRGLANGEN = 1
  2253. WIN32SHRSMARTICONPRG = 1
  2254. WIN32SHRSMARTICONPRGLANGEN = 1
  2255. WIN32SHRUIMSPRG = 1
  2256. WIN32SHRUIMSPRGLANGEN = 1
  2257. WIN32SHRSTATUSBARPRG = 1
  2258. WIN32SHRLOTUSSCRIPTPRG = 1
  2259. WIN32SHRLOTUSDIALOGSPRG = 1
  2260. WIN32SHRCCSTRPPRG = 1
  2261. WIN32SHRSHAREDHELPPRG = 1
  2262. WIN32SHRLISDBPRG = 1
  2263. WIN32SHRLOTUSSCRIPTIDE = 1
  2264. WIN32SHRLOTUSSCRIPTIDELANGEN = 1
  2265. WIN32SHRASWANPRG = 1
  2266. WIN32SHRASWANPRGLANGEN = 1
  2267. WIN32SHRSPELLDICLANGPT = 0
  2268. WIN32SHRQUICKDEMOPRG = 1
  2269. WIN32SHRQUICKDEMOPRGLANGEN = 1
  2270. WIN32SHRSTANDALONEPLAYERPRG = 1
  2271. WIN32SHRSTANDALONEPLAYERPRGLANGEN = 1
  2272. WIN32SHRUINST = 1
  2273. WIN32SHRUINSTLANGEN = 1
  2274. WIN32SHRIMPORTFILTERCDR = 1
  2275. WIN32SHRIMPORTFILTERPCD = 1
  2276. WIN32SHRTHESAURUSDATAAM = 1
  2277. WIN32SHRTHESAURUSDATABR = 0
  2278.  
  2279.  
  2280. ;************************************************
  2281. ;
  2282. ;End of Response File
  2283.  
  2284. 
  2285.