home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 October A
/
Pcwk10a98.iso
/
Lotus
/
LOTUS
/
INSTSUIT.RSP
< prev
next >
Wrap
Text File
|
1998-05-12
|
68KB
|
2,433 lines
;***********************************************
;***********************************************
; INFORMATION ABOUT AUTOMATED INSTALL
;
; Automated install is a feature that allows
; users to run the Lotus Install program
; without the user interface. This feature
; is particularly useful for system administrators
; who must manage installs and upgrades for
; large groups of users.
;
; System administrators use this feature
; by filling in the fields in this response
; file (instsuit.rsp), and then making this
; file available to end users. The information
; you supply in this file provides input
; to the Install program so it can run without
; user intervention. This silent or unattended
; installation supports deployment and install
; tools like Microsoft SMS and Tivoli's TME
; software distribution modules.
;
; NOTE: Only system administrators should edit
; this file. Individual users should use the
; response file provided to them by their system
; administrator.
;
;
; TO USE THE AUTOMATED INSTALL FEATURE:
;
; 1) Prepare the Response File:
;
; a) Back up this file by copying it
; to a new name (instsuit.sav, for example)
; so you can start fresh at any time.
; b) In this file, provide the information
; for each field. Examine each default
; value to make sure it is the value you
; want. Read the comments for each field
; for information about legal values and
; possible interactions with other fields.
; c) Validate your response file by running
; an install that uses this file as input.
; (See the command line information below).
; The Install program displays any errors
; that occur. Remember that if you are
; testing node installs, you must run a
; server install first.
;
; 2) Make the Response File Available to
; End Users
;
; When your response file has no errors
; and performs the install as you intended,
; make it available to your users with
; instructions about how to run the Install
; program. You might want to tell them
; what command line to type, or you might
; choose a different method. The best
; distribution strategy depends on the tools
; you have available at your site.
;
;
; TO RUN AN AUTOMATED INSTALL:
; Choose Start then Run from the taskbar and type the install command:
;
; <path>\install /A <ResponseFilePath> [/U ["UserName"]]
; [/O [<LogFilePath>]] [/?]
;
; where:
; path is the location of the Install program
; executable.
; /A turns on the automated install feature.
; ResponseFilePath is the location of this
; response file. ALWAYS specify the full
; path to this file.
; /U allows you to specify the name of the user.
; "UserName" is the name of the user to which
; this copy of the program is registered.
; See the comments for the UserName field
; below for information about defaults.
; /O allows you to specify the status log file
; path and filename.
; LogFilePath is the full path and name of the
; status log file. If you do not specify a
; path, this defaults to \<windowsdir>\lotinst.log.
; /? brings up the command line usage message.
;
;
; HINTS AND TIPS:
;
; Do not change the field names to the left
; of the equal signs (=) in this file.
; Changing the field names will cause errors.
;
; Do not remove fields from this
; file. Removing fields will
; cause errors.
;
;
;***********************************************
;***********************************************
; THE RESPONSE FILE STARTS HERE:
;
[User Registration]
; The [User Registration] section is for
; information about the end user of this copy
; of the product.
;
; Type the user's name in the "UserName" field.
; Type the company's name in the "CompanyName"
; field. This information will become a
; permanent part of the user's copy of this
; program. If you do not supply this
; information, the program will attempt
; to find the user and company name from
; a previously installed version
; of this program (if there is one), or
; from the Windows registration information.
;
;***********************************************
UserName =
CompanyName =
;***********************************************
;
[General Information]
; The [General Information] section specifies the
; type of install you want to perform and the program
; group to which you want to add the product icon.
;
; Use the "InstallType" field to specify the kind of
; install you want to perform.
; 1 Standalone Install
; 2 Server Install
; 3 Distribution Install
; 4 Node install
;
; Remember that if you want to run a node install,
; you must run a server install first, and use the
; install.exe generated by the server install.
;***********************************************
InstallType = 1
;***********************************************
;
; Use the "AddiconOption" field to specify whether
; Install should add program icons to your
; program group or start menu.
;
; 0 Do not add program icons
; 1 Add program icons
;
;***********************************************
AddiconOption = 1
;***********************************************
;
; Use the "ProgramGroup" field to name the program
; group to which you want to add this product's icon.
; This field is only used if you are doing a standalone,
; server, or node install on Windows NT 3.51. It is not used on
; Windows 95 or Windows NT 4.0, or if the AddiconOption
; field is set to 0.
;***********************************************
ProgramGroup = Lotus SmartSuite
;***********************************************
;
; Use the "StartmenuFolder" field to name the folder
; to which you want to add this product's icon.
; This field is only used if you are doing a standalone,
; server, or node install on Windows 95 or Windows NT 4.0
; It is not used on Windows NT 3.51 or if the AddiconOption
; field is set to 0.
;
;***********************************************
StartmenuFolder = Lotus SmartSuite
;***********************************************
;
;***********************************************
[SUIT]
; The [SUIT] section provides information specific
; to the SmartSuite install.
;
; Use the "BASEDIR" field to specify the folder
; under which all the SmartSuite product files
; are installed.
;
;***********************************************
BASEDIR = c:\lotus\
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the install:
; 1 Default install
; 2 Minimum install (not for server installs)
; 3 Custom install
;
; If you choose the default install, you get
; the default install of all the products selected
; in the [Select Applications] section below.
; If you choose the Minimum or Custom install, you
; must also set the SizeOfInstall field in each
; of the individual product sections below.
;
; This field is only used during standalone
; and server installs (InstallType 1 and 2).
;
;***********************************************
SizeOfInstall = 1
;***********************************************
;
; Use the "AddStartupIconOption" field to
; specify whether Install should add program
; icons to your Startup program group or start
; folder.
;
; If you have set the "AddiconOption" field
; to '0', your Startup icons will not be added
; to the startup group -- no matter what the
; "AddStartupIconOption" field is set to.
;
; Selecting '0' will prevent applications
; from automatically launching when
; you start Windows.
;
; 0 Do not add program icons
; 1 Add program icons
;
;***********************************************
AddStartupIconOption = 1
;***********************************************
;
; The "RemoveObsoleteFiles" field tells whether you want
; clean up files not needed from an earlier installation
; of SmartSuite for Windows 3.1.
;
; 1=Remove the files
; 0=Do not remove the files
;***********************************************
RemoveObsoleteFiles = 1
;***********************************************
;
[Select Applications]
; The [Select Applications] section provides information
; about which SmartSuite products to install.
;
; Use the fields below to specify whether to install
; each of the component SmartSuite products. For each
; field, specify:
; 1 Install the product
; 0 Do not install the product
;
; The fields represent each of the SmartSuite products:
;
; CNTR: SmartCenter Release 9
; 123: 1-2-3 Release 9
; LWP: Word Pro Release 9
; FLG: Freelance Graphics Release 9
; APR: Approach Release 9
; ORG: Organizer 4.1
; FST: FastSite Release 1
; CAM: ScreenCam
; DOC: SmartSuite DocOnline
;
; NOTE: All of the drives specified in the sections below
; must exist and must be writable, even if you
; deselect the product to which they refer.
;
;***********************************************
CNTR = 1
123 = 1
LWP = 1
FLG = 1
APR = 1
ORG = 1
FST = 1
CAM = 1
DOC = 1
;
;
[CNTR]
; The [CNTR] section provides information about
; SmartCenter directories.
;
; Use the "CNTRDIR" field to select the drive
; and folder where you want to install
; SmartCenter.
;
;************************************************
CNTRDIR = c:\lotus\smartctr\
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the CNTR install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
;
;***********************************************
SizeOfInstall = 1
;***********************************************
[CustomizeCNTR]
; The [CustomizeCNTR] section lets you select
; which features of CNTR you want to install.
; This section is only used if the
; "SizeOfInstall" field in the [CNTR] section
; is 3 (custom install).
;***********************************************
;
;SmartCenter Program Files
CNTREXE = 1
;
;Internet Folder for access to Web sites.
INTERNETEXE = 1
;References
TOOLSEXE = 1
;Dictonary
CNTRDIC = 0
;Thesaurus
CNTRTHS = 1
;American thesaurus
WIN32SHRTHESAURUSDATAAM = 1
;British thesaurus
WIN32SHRTHESAURUSDATABR = 1
;SmartCenter Help
HELPEXE = 1
;SuiteStart
TRAYEXE = 1
;
;
[CustomizeNodeOptionsCNTR]
; The [CustomizeNodeOptionsCNTR] section
; is used both during server installs
; (InstallType 2) and during node installs
; (InstallType 4). Please read the comments
; below for more details.
;
; For a server install (InstallType 2),
; the [CustomizeNodeOptionsCNTR] section allows
; network administrators to specify which
; features *can* be copied to a node user's
; machine during a node install. This section
; corresponds to the Node User Feature Access
; dialog box in the server install.
; It is only used during a server install
; if SizeOfInstall = 3 (custom install).
;
; Use the following values in these fields for
; a server install:
; 0 Do not allow the feature to be copied
; to the user's machine
; 1 Allow the feature to be copied the
; user's machine
;
; For a node install (InstallType 4), the
; [CustomizeNodeOptionsCNTR] section allows
; you to specify which features *will* be
; copied to the node user's machine during the
; node install. This corresponds to the
; Local Node Features dialog box in the
; node install.
;
; Use the following values in these fields for
; a node install:
; 0 Do not copy the feature to the user's
; machine
; 1 Copy the feature to the user's machine
;
; Features will be copied to the user's machine
; during a node install only if:
; * They were selected in this section
; during an automated server install
; or in the Node User Feature Access
; dialog box during a manual
; server install
; AND
; * They are selected in this section during
; an automated node install or in the
; Local Node Features dialog box during
; a manual node install.
;
;
;***********************************************
;SuiteStart
TRAYEXE = 1
;***********************************************
;
[123]
; The [123] section provides information
; specific to 123.
;
;***********************************************
;
;
; The "123DIR" field is only for standalone, node,
; and distribution installs. Use the 123DIR field
; to specify the main product folder for 1-2-3.
;
; Use the "123WORKDIR" field to specify the
; folder in which users store their
; work.
;
; Use the "123MASTERSDIR" field to specify where
; to store the SmartMaster templates. This field
; is not used in a node install (InstallType 4).
;
; Use the "123BACKUPDIR" field to specify where
; to store the backed up files. This field
; is not used in a node install (InstallType 4).
;
; Use the "123SAMPLESDIR" field to specify where
; to store the sample files. This field
; is not used in a node install (InstallType 4).
;
;***********************************************
123DIR = c:\lotus\123\
123WORKDIR = c:\lotus\work\123
123MASTERSDIR = c:\lotus\smasters\123
123BACKUPDIR = c:\lotus\backup\123
123SAMPLESDIR = c:\lotus\samples\123
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the 123 install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
;
; This field is only used during standalone
; and server installs (InstallType 1 and 2).
; For server installs, you can only use
; SizeOfInstall 1 or 3.
;
;***********************************************
SizeOfInstall = 1
;***********************************************
;
;
[Customize123]
; The [Customize123] section lets you select
; which features of 123 you want to install.
; This section is only used if the
; "SizeOfInstall" field in the [123] section
; is 3 (custom install).
;
; 123 Core Features
;
;***********************************************
;1-2-3 Program Files
123CORE = 1
;Team Consolidate
123TEAMCONS = 1
;***********************************************
;
; 123 Help, samples, and tutorial
;
;***********************************************
;1-2-3 Online Help
123HELP = 1
;Main 1-2-3 Help
123MAINHELP = 1
;@Function Help
123ATFUNCHELP = 1
;Sample Files
123SAMPLELANGEN = 1
;***********************************************
;
; 123 ODBC Shared Data Access
;
;***********************************************
;ODBC Shared Data Access
DLENF = 1
; dBASE driver
DBASEPRG = 1
; Paradox Driver
PARADOXPRG = 0
; SQL Driver
SQLPRG = 0
; Notes (ODBC) Driver
NOTESSQLPRG = 0
; Sybase Driver
SYBASEPRG = 0
; Text (ODBC) Driver
ODBCTEXTPRG = 0
;***********************************************
;
; 123 SmartMasters
;
;***********************************************
;SmartMasters
123TEMPLATES = 1
;Loan Amortization
123LOAN = 1
;Personal Budget
123CHECKBOOK = 1
;Invoice
123INVOICE = 1
;Purchase Order
123PORDER = 1
;Expense Report
123EREPORT = 1
;Time Sheet
123TSHEET = 1
;Territory Sales
123TSALESPLAN = 1
;Loan Payment Table
123LPTABLE = 1
;SmartMaster Shell
123MASTERSHELL = 1
;***********************************************
;
; 123 Maps
;
;***********************************************
;Map Data
123MAPDATA = 1
;World Map
MAPWORLD01 = 1
;USA Map
MAPUSA01 = 1
;Alaska Map
MAPALASK01 = 1
;Hawaii Map
MAPHAW01 = 1
;Canada Map
MAPCANADA01 = 1
;Japan Map
MAPJAP01 = 0
;Mexico Map
MAPMEX01 = 0
;Southern Africa Map
MAPSAFRICA = 0
;Central. and N.E. Asia Map
MAPASIACNPB = 0
;Australia and New Zealand Map
MAPAUSNZPB = 0
;Eastern Europe Map
MAPEUROEPB = 0
;Scandinavia Map
MAPEUROSPB = 0
;Western Europe Map
MAPEUROWPB = 1
;***********************************************
;
; The "BackupSmartMasters" field tells whether you want
; make a backup copy of your SmartMasters when installing
; over an installation of 1-2-3 96
;
;***********************************************
BackupSmartMasters = 0
;***********************************************
;
;
[CustomizeNodeOptions123]
; The [CustomizeNodeOptions123] section
; is used both during server installs
; (InstallType 2) and during node installs
; (InstallType 4). Please read the comments
; below for more details.
;
; For a server install (InstallType 2),
; the [CustomizeNodeOptions123] section allows
; network administrators to specify which
; features *can* be copied to a node user's
; machine during a node install. This section
; corresponds to the Node User Feature Access
; dialog box in the server install.
; It is only used during a server install
; if SizeOfInstall = 3 (custom install).
;
; Use the following values in these fields for
; a server install:
; 0 Do not allow the feature to be copied
; to the user's machine
; 1 Allow the feature to be copied the
; user's machine
;
; For a node install (InstallType 4), the
; [CustomizeNodeOptions123] section allows
; you to specify which features *will* be
; copied to the node user's machine during the
; node install. This corresponds to the
; Local Node Features dialog box in the
; node install.
;
; Use the following values in these fields for
; a node install:
; 0 Do not copy the feature to the user's
; machine
; 1 Copy the feature to the user's machine
;
; Features will be copied to the user's machine
; during a node install only if:
; * They were selected in this section
; during an automated server install
; or in the Node User Feature Access
; dialog box during a manual
; server install
; AND
; * They are selected in this section during
; an automated node install or in the
; Local Node Features dialog box during
; a manual node install.
;
;***********************************************
; dBASE driver
DBASEPRG = 1
; Paradox driver
PARADOXPRG = 0
; SQL driver
SQLPRG = 0
; Notes driver
NOTESSQLPRG = 0
; Sybase driver
SYBASEPRG = 0
; Text driver
ODBCTEXTPRG = 0
;***********************************************
[LWP]
; The [LWP] section provides information
; specific to Lotus Word Pro.
;
;***********************************************
;
; The "LWPDIR" field is only for standalone, node,
; and distribution installs. Use the LWPDIR field
; to specify the main product folder for Word Pro.
;
; The "LWPSCRIPTSDIR" field is only for standalone
; and node installs. Use this field to specify the
; folder in which users store their scripts.
;
; The "LWPICONSDIR" field is only for standalone
; and node installs. Use this field to specify the
; folder in which users store their icons.
;
; The "LWPGRAPHICSDIR" field is only for standalone
; and node installs. Use this field to specify the
; folder in which users store their draw files.
;
; The "LWPWORKDIR" field is only for standalone
; and node installs. Use the this field to specify
; the folder in which users store their work.
;
; The "LWPMASTERSDIR" field is only for standalone
; and node installs. Use the this field to specify
; the folder in which users store their
; SmartMasters.
;
; The "LWPSAMPLESDIR" field is only for standalone
; and node installs. Use the this field to specify
; the folder in which users store the samples
; files.
;
; The "LWPBACKUPDIR" field is only for standalone
; and node installs. Use the this field to specify
; the folder in which users store backup copies
; of their work files.
;
; The "LWPMENUSDIR" field is only for standalone
; and node installs. Use the this field to specify
; the folder in which users store custom
; menus.
;
;***********************************************
LWPDIR = c:\lotus\wordpro
LWPSCRIPTSDIR = c:\lotus\wordpro\scripts
LWPICONDIR = c:\lotus\wordpro\icons
LWPGRAPHICSDIR = c:\lotus\wordpro\graphics
LWPWORKDIR = c:\lotus\work\wordpro
LWPMASTERSDIR = c:\lotus\smasters\wordpro
LWPSAMPLESDIR = c:\lotus\samples\wordpro
LWPBACKUPDIR = c:\lotus\backup\wordpro
LWPMENUSDIR = c:\lotus\wordpro\menus
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the Lotus Word Pro install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
;
; This field is only used during standalone
; and server installs (InstallType 1 and 2).
; For server installs, you can only use
; SizeOfInstall 1 or 3.
;
;***********************************************
SizeOfInstall = 1
;***********************************************
;
; Use the "LWPBackupSmartMasters" field to
; specify whether to backup SmartMaster
; sets that are currently installed on your
; hard drive, if found. If backed up, the
; SmartMasters are placed in the following
; folder: \lotus\smaster\wordpro\backup
;
; 0 Do not backup SmartMasters
; 1 Backup SmartMasters
;
; This field is only used during standalone
; installs (InstallType 1).
;
;***********************************************
LWPBackupSmartMasters = 1
;***********************************************
;
; Use the "LWPDisableOLE" field to specify
; whether to disable OLE and background spell
; checking if the install detects 8MB or
; less of physical memory. Word Pro performance
; can be significantly improved by disabling OLE
; until it is required.
;
; These settings are available in File User Setup
; Word Pro Preferences in the Disable control,
; should you wish to change it at a later time.
;
; 0 Do not disable
; 1 Disable
;
; This field is only used during standalone
; and node installs (InstallType 1 and 4).
;
;***********************************************
LWPDisableOLE = 1
;***********************************************
;
[CustomizeLWP]
; The [CustomizeLWP] section lets you select
; which features of Lotus Word Pro you want to
; install.
; This section is only used if the
; "SizeOfInstall" field in the [LWP] section
; is set to 3 (custom install).
;
; If a first time installation, be sure to
; include the LWP_BASICS feature.
;
;***********************************************
; Word Pro Program Tab
;***********************************************
LWP_BASICS = 1
LWPEXTRASVGAICONS = 1
LWP_TRUETYPEFONTS = 1
LWP_TOOLS = 1
LWP_DRAWING = 1
LWP_CLIPART_DEFAULT = 1
WIN32SHRCHARTPRG = 1
LWP_EQUATION = 1
WIN32SHRTEAMMAILPRG = 1
LWP_TWAIN_SUPPORT_OCX = 1
LWP_LANGUAGES = 1
LWPGRAMMARPRG = 1
LWPGRAMMARDATAEN = 1
LWPGRAMMARDATAFR = 1
LWPGRAMMARDATAES = 1
LWPGRAMMARDATAPT = 1
LWPGRAMMARDATANL = 1
LWPGRAMMARDATADE = 1
LWPGRAMMARDATAIT = 1
LWPGRAMMARDATASE = 1
LWPTHESAURUSPRG = 1
WIN32SHRTHESAURUSDATAAM = 1
WIN32SHRTHESAURUSDATABR = 1
WIN32SHRTHESAURUSDATACT = 1
WIN32SHRTHESAURUSDATADK = 1
WIN32SHRTHESAURUSDATANL = 1
WIN32SHRTHESAURUSDATAFI = 1
WIN32SHRTHESAURUSDATAFR = 1
WIN32SHRTHESAURUSDATADE = 1
WIN32SHRTHESAURUSDATAIT = 1
WIN32SHRTHESAURUSDATANO = 1
WIN32SHRTHESAURUSDATAPT = 1
WIN32SHRTHESAURUSDATAES = 1
WIN32SHRTHESAURUSDATASE = 1
LWP_HELP = 1
LWP_HELPFILE = 1
LWP_SAMPLEDOCS = 1
LWPEXPERT = 1
LWPEXPERT_WORDPRO = 1
LWPEXPERT_AMIPRO = 1
LWPEXPERT_MSWORD = 1
LWPEXPERT_WORDPERFECT = 1
WIN32SHREXPERTPRG = 1
LWP_SCRIPT_HELP = 1
LWP_SCRIPT_TYPELIB = 1
;***********************************************
; SmartMaster Tab
;***********************************************
LWP_SMARTMASTERS = 1
MASTERSINTERNET = 1
MASTERSINTERNET_SET1 = 1
MASTERSINTERNET_SET2 = 1
MASTERSLETTERS = 1
MASTERSMEMOS = 1
MASTERSFAXES = 1
MASTERSTOCS = 1
MASTERSIDXS = 1
MASTERSNEWS = 1
MASTERSBIZPLANS = 1
MASTERSCALENDARS = 1
MASTERSINVOICES = 1
;***********************************************
; Text Filters Tab
;***********************************************
LWPTEXTFILTERS_TAB = 1
LWP_TEXTFILTER_WORDPERF70 = 1
LWP_TEXTFILTER_WORDPERF60 = 1
LWP_TEXTFILTER_WORDPERF50 = 1
LWP_TEXTFILTER_WINWORD97 = 1
LWP_TEXTFILTER_WINWORD60 = 1
LWP_TEXTFILTER_WINWORD20 = 1
LWP_TEXTFILTER_WINWORD10 = 1
LWP_TEXTFILTER_MSWORDOS2 = 1
LWP_TEXTFILTER_WORDPAD = 1
LWP_TEXTFILTER_DW4 = 1
LWP_TEXTFILTER_DCARFT = 1
LWP_TEXTFILTER_DCAFFT = 1
LWP_TEXTFILTER_EMAIL = 1
LWP_TEXTFILTER_ENABLE = 1
LWP_TEXTFILTER_FRAMEMAKER = 1
LWP_TEXTFILTER_LEGACY = 1
LWP_TEXTFILTER_MANUSCRIPT = 1
LWP_TEXTFILTER_WINWRITE = 1
LWP_TEXTFILTER_MICROWORD = 1
LWP_TEXTFILTER_MULTIMATE3X = 1
LWP_TEXTFILTER_MULTIMATE4X = 1
LWP_TEXTFILTER_MULTIMATEADV = 1
LWP_TEXTFILTER_OFFICEWRT = 1
LWP_TEXTFILTER_PEACHTXT = 1
LWP_TEXTFILTER_PROWRITE = 1
LWP_TEXTFILTER_QAWRITE = 1
LWP_TEXTFILTER_SAMNA = 1
LWP_TEXTFILTER_WORDSTAR = 1
LWP_TEXTFILTER_WORDST2003 = 1
LWP_TEXTFILTER_WORDSTWIN = 1
LWP_TEXTFILTER_XYWRITE = 1
;***********************************************
; Spreadsheet Filters Tab
;***********************************************
LWPTABLEFILTERS = 1
LWP_TEXTFILTER_123 = 1
LWP_TEXTFILTER_123V3 = 1
LWP_TEXTFILTER_123V4V5 = 1
LWP_TEXTFILTER_123V6 = 1
LWP_TEXTFILTER_123R9 = 1
LWP_TEXTFILTER_123OS2 = 1
LWP_TEXTFILTER_EXCEL = 1
LWP_TEXTFILTER_EXCEL30 = 1
LWP_TEXTFILTER_EXCEL40 = 1
LWP_TEXTFILTER_EXCEL50 = 1
LWP_TEXTFILTER_DIF = 1
;***********************************************
; Database Filters Tab
;***********************************************
LWPDBASEFILTERS = 1
LWP_TEXTFILTER_ODBC = 1
LWP_TEXTFILTER_DBASE = 1
LWP_TEXTFILTER_ORGANIZE97 = 1
;***********************************************
; Graphics Filters Tab
;***********************************************
LWPGRAPHFILTERS = 1
LWP_GRAPHFILTER_CGM = 1
LWP_GRAPHFILTER_FREELANCE = 1
LWP_GRAPHFILTER_HPGL = 1
LWP_GRAPHFILTER_PIC = 1
LWP_GRAPHFILTER_PCX = 1
LWP_GRAPHFILTER_CDR = 1
LWP_GRAPHFILTER_PCD = 1
LWP_GRAPHFILTER_WPG = 1
;***********************************************
;
[CustomizeNodeOptionsLWP]
; The [CustomizeNodeOptionsLWP] section
; is used both during server installs
; (InstallType 2) and during node installs
; (InstallType 4). Please read the comments
; below for more details.
;
; For a server install (InstallType 2),
; the [CustomizeNodeOptionsLWP] section allows
; network administrators to specify which
; features *can* be copied to a node user's
; machine during a node install. This section
; corresponds to the Node User Feature Access
; dialog box in the server install.
; It is only used during a server install
; if SizeOfInstall = 3 (custom install).
;
; Use the following values in these fields for
; a server install:
; 0 Do not allow the feature to be copied
; to the user's machine
; 1 Allow the feature to be copied the
; user's machine
;
;
; For a node install (InstallType 4), the
; [CustomizeNodeOptionsLWP] section allows
; you to specify which features *will* be
; copied to the node user's machine during the
; node install. This corresponds to the
; Local Node Features dialog box in the
; node install.
;
; Use the following values in these fields for
; a node install:
; 0 Do not copy the feature to the user's
; machine
; 1 Copy the feature to the user's machine
;
; Features will be copied to the user's machine
; during a node install only if:
; * They were selected in this section
; during an automated server install
; or in the Node User Feature Access
; dialog box during a manual
; server install
; AND
; * They are selected in this section during
; an automated node install or in the
; Local Node Features dialog box during
; a manual node install.
;
;***********************************************
LWP_SMARTMASTERS = 1
LWP_SAMPLEDOCS = 1
LWP_TRUETYPEFONTS = 1
;***********************************************
;
[FLG]
; The [FLG] section provides information
; specific to Freelance Graphics.
;
;***********************************************
;
; The "FLGDIR" field is only for standalone, node,
; and server installs. Use the FLGDIR field
; to specify the main product folder for
; Freelance Graphics.
;
; The "FLGWORKDIR" field is only for node installs.
; Use the "FLGWORKDIR" field to specify the
; folder in which node users store their
; work.
;
;***********************************************
FLGDIR = c:\lotus\flg\
FLGWORKDIR = c:\lotus\work\flg
FLGBACKUPDIR = c:\lotus\backup\flg
FLGICONSDIR = c:\lotus\flg\icons
FLGMASTERSDIR = c:\lotus\smasters\flg
FLGMEDIADIR = c:\lotus\flg\media
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the FLG install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
:
; This field is only used during standalone
; and server installs (InstallType 1 and 2).
; For server installs, you can only use
; SizeOfInstall 1 or 3.
;
;***********************************************
SizeOfInstall = 1
;***********************************************
;
;
[CustomizeFLG]
; The [CustomizeFLG] section lets you select
; which features of Freelance Graphics you
; want to install. This section is only used if
; the "SizeOfInstall" field in the [FLG] section
; is 3 (custom install).
;
;***********************************************
; FLGCORE
; Freelance Graphics Core Section
;
; FLGCORE comprises the basic, minimum features
; you should install to get a basic, working
; version of Freelance Graphics.
;
; FLGCORE must be set to 1 on the initial install
; of Freelance Graphics.
;
FLGCORE = 1
;***********************************************
;
; ----------------------------------------
; Spell Checker
;
WIN32SHRSPELLPRG = 1
; ----------------------------------------
; Help files: opting to not include Help files
; will disable the Guide Me feature.
;
FLGHELPLANGEN = 1
; ----------------------------------------
; LotusScript Help files: Help for LotusScript
; programming language, Freelance commands, and
; development environment.
;
FLGSHAREDSCRIPTHELPLANGEN = 1
; ----------------------------------------
; Screen resolution: Use FLGVGA for up to
; 800x600, FLGSVGA for 1024x768 and higher,
; or both if resolution is unknown.
;
FLGVGA = 1
FLGSVGA = 1
; ----------------------------------------
; Font files: Opting to not include font files
; may cause problems with SmartMaster looks.
;
FLGALLFONTS = 1
; ----------------------------------------
; Mobile Screen Show Player files
; If you opt to not install Mobile Screen Show
; Player files, you will disable the TeamShow
; feature in Freelance Graphics.
;
FLGSTDPLAYERPRG = 1
; ----------------------------------------
; Freelance Graphics Presentation Library
; for Notes Version 3.x and 4.x.
;
FLGPRESLIBV4 = 1
FLGPRESLIBV3 = 1
; ----------------------------------------
;***********************************************
;
; FLGMASTERS
; Freelance Graphics SmartMaster Looks Section
;
;***********************************************
FLG1998.mas = 1
FLG1997.mas = 1
FLG3line.mas = 1
FLG4square.mas = 1
FLGabstract.mas = 1
FLGangles.mas = 1
FLGarchitec.mas = 1
FLGaustrali.mas = 1
FLGbasiclin.mas = 1
FLGbevrule.mas = 1
FLGblocklin.mas = 1
FLGblocks.mas = 1
FLGbluegray.mas = 1
FLGbrass.mas = 1
FLGbullets.mas = 1
FLGbuttons.mas = 1
FLGcanada.mas = 1
FLGcanadmap.mas = 1
FLGcapitol.mas = 1
FLGcorporat.mas = 1
FLGcuisine.mas = 1
FLGcurrency.mas = 1
FLGcustomv.mas = 1
FLGdeco.mas = 1
FLGdotline1.mas = 1
FLGdotline2.mas = 1
FLGeec.mas = 1
FLGelegance.mas = 1
FLGeurope.mas = 1
FLGfarm.mas = 1
FLGfestive.mas = 1
FLGfinance.mas = 1
FLGflags.mas = 1
FLGfood.mas = 1
FLGforest.mas = 1
FLGframe.mas = 1
FLGfrance.mas = 1
FLGgears.mas = 1
FLGgermany.mas = 1
FLGgradate1.mas = 1
FLGgradate2.mas = 1
FLGgradate3.mas = 1
FLGgradline.mas = 1
FLGgraphlin.mas = 1
FLGholland.mas = 1
FLGitaly.mas = 1
FLGjapan.mas = 1
FLGjflag.mas = 1
FLGliberty.mas = 1
FLGmarble.mas = 1
FLGmedical1.mas = 1
FLGmedical2.mas = 1
FLGmm3d.mas = 1
FLGmmblue.mas = 1
FLGmmpastel.mas = 1
FLGmmpurple.mas = 1
FLGmmshapes.mas = 1
FLGmmsketch.mas = 1
FLGmmsquare.mas = 1
FLGmmstage.mas = 1
FLGmmstripe.mas = 1
FLGmotion.mas = 1
FLGmountain.mas = 1
FLGneo.mas = 1
FLGnightsky.mas = 1
FLGnotebook.mas = 1
FLGoilrefin.mas = 1
FLGoilrig.mas = 1
FLGornate.mas = 1
FLGpacific.mas = 1
FLGpage.mas = 1
FLGpencil.mas = 1
FLGpillar.mas = 1
FLGpillbotl.mas = 1
FLGplane.mas = 1
FLGpresent.mas = 1
FLGpyramid.mas = 1
FLGrainbow.mas = 1
FLGrushmore.mas = 1
FLGscrim.mas = 1
FLGshadowbx.mas = 1
FLGshimmer.mas = 1
FLGship.mas = 1
FLGsketch.mas = 1
FLGskyline.mas = 1
FLGsouthwst.mas = 1
FLGspace.mas = 1
FLGspain.mas = 1
FLGspotlite.mas = 1
FLGstack.mas = 1
FLGstockmkt.mas = 1
FLGsweep.mas = 1
FLGsymbolbx.mas = 1
FLGtestube.mas = 1
FLGtiles.mas = 1
FLGtractor.mas = 1
FLGtube.mas = 1
FLGtxbasket.mas = 1
FLGtxblue.mas = 1
FLGtxelectx.mas = 1
FLGtxfiber.mas = 1
FLGtxgranit.mas = 1
FLGtxleaf.mas = 1
FLGtxmarbgr.mas = 1
FLGtxmarbrs.mas = 1
FLGtxmarbwh.mas = 1
FLGtxpaper.mas = 1
FLGtxpebble.mas = 1
FLGtxred.mas = 1
FLGtxrivets.mas = 1
FLGtxrock.mas = 1
FLGtxspeckl.mas = 1
FLGtxswirl.mas = 1
FLGtxteal.mas = 1
FLGtxwood.mas = 1
FLGtxwtrdrp.mas = 1
FLGtxwtrwav.mas = 1
FLGuk.mas = 1
FLGusaflag.mas = 1
FLGusamap.mas = 1
FLGvertbar.mas = 1
FLGwaffle.mas = 1
FLGwave.mas = 1
FLGworld1.mas = 1
;***********************************************
;
;Freelance Graphics Import Filters Section
;
;***********************************************
WIN32SHRIMPORTFILTERPS = 1
WIN32SHRIMPORTFILTERBMP = 1
WIN32SHRIMPORTFILTERCGM = 1
WIN32SHRIMPORTFILTERDRW = 1
WIN32SHRIMPORTFILTERDXF = 1
WIN32SHRIMPORTFILTERGAL = 1
WIN32SHRIMPORTFILTERGIF = 1
WIN32SHRIMPORTFILTERHGL = 1
WIN32SHRIMPORTFILTERJPG = 1
WIN32SHRIMPORTFILTERMET = 1
WIN32SHRIMPORTFILTERPCD = 1
WIN32SHRIMPORTFILTERPCX = 1
WIN32SHRIMPORTFILTERPCT = 1
WIN32SHRIMPORTFILTERPPT = 1
WIN32SHRIMPORTFILTERHGW = 1
WIN32SHRIMPORTFILTERRND = 1
WIN32SHRIMPORTFILTERTGA = 1
WIN32SHRIMPORTFILTERTIF = 1
WIN32SHRIMPORTFILTERWPG = 1
WIN32SHRIMPORTFILTERMISC = 1
;************************************************
;
; Freelance Graphics Export Filters Section
;
;************************************************
WIN32SHREXPORTFILTERPS = 1
WIN32SHREXPORTFILTERBMP = 1
WIN32SHREXPORTFILTERCGM = 1
WIN32SHREXPORTFILTERMET = 1
WIN32SHREXPORTFILTERPCX = 1
WIN32SHREXPORTFILTERTGA = 1
WIN32SHREXPORTFILTERTIF = 1
WIN32SHREXPORTFILTERWPG = 1
WIN32SHREXPORTFILTERGIF = 1
WIN32SHREXPORTFILTERJPG = 1
;************************************************
;
; Freelance Graphics Clip Art Section
;
;************************************************
FLGafricamap.sym = 1
FLGagenda.sym = 1
FLGanimals.sym = 1
FLGarrows.sym = 1
FLGasia.sym = 1
FLGasiamap.sym = 1
FLGatlanmap.sym = 1
FLGausnzmap.sym = 1
FLGaustrmap.sym = 1
FLGbenelux.sym = 1
FLGbenmap.sym = 1
FLGbislemap.sym = 1
FLGbuilding.sym = 1
FLGbuttons.sym = 1
FLGcanada.sym = 1
FLGcanadmap.sym = 1
FLGcartoons.sym = 1
FLGchinamap.sym = 1
FLGclosure.sym = 1
FLGcommobjt.sym = 1
FLGcommunic.sym = 1
FLGcompperi.sym = 1
FLGcomputer.sym = 1
FLGcustom.sym = 1
FLGentertai.sym = 1
FLGenvironm.sym = 1
FLGeuropmap.sym = 1
FLGeumap.sym = 1
FLGfinance.sym = 1
FLGflags.sym = 1
FLGfood.sym = 1
FLGfrance.sym = 1
FLGfrancmap.sym = 1
FLGgermamap.sym = 1
FLGgermany.sym = 1
FLGhands.sym = 1
FLGhkmap.sym = 1
FLGiberimap.sym = 1
FLGindustry.sym = 1
FLGiremap.sym = 1
FLGitaly.sym = 1
FLGitalymap.sym = 1
FLGjapanmap.sym = 1
FLGkoreamap.sym = 1
FLGlamermap.sym = 1
FLGlegends.sym = 1
FLGmedical.sym = 1
FLGmen.sym = 1
FLGnamermap.sym = 1
FLGnetwork.sym = 1
FLGnextstep.sym = 1
FLGoffobjct.sym = 1
FLGpacifmap.sym = 1
FLGpeople.sym = 1
FLGpolanmap.sym = 1
FLGpresentn.sym = 1
FLGproject.sym = 1
FLGpuzzle.sym = 1
FLGroads.sym = 1
FLGrussmap.sym = 1
FLGsales.sym = 1
FLGsamermap.sym = 1
FLGscandmap.sym = 1
FLGscience.sym = 1
FLGseasimap.sym = 1
FLGsingmap.sym = 1
FLGspain.sym = 1
FLGsports.sym = 1
FLGswitzmap.sym = 1
FLGtaiwnmap.sym = 1
FLGtextbox.sym = 1
FLGtime.sym = 1
FLGtranspor.sym = 1
FLGuk.sym = 1
FLGusa.sym = 1
FLGusamap.sym = 1
FLGweather.sym = 1
FLGwomen.sym = 1
FLGworldmap.sym = 1
;************************************************
;
; Freelance Graphics
; Gold Disk Add Impact Movies Section
;
;************************************************
FLGaircraft.aim = 1
FLGarrowdnl.aim = 1
FLGarrowdnr.aim = 1
FLGarrowldn.aim = 1
FLGarrowlit.aim = 1
FLGarrowlup.aim = 1
FLGarrowdn.aim = 1
FLGarrowrup.aim = 1
FLGarrowupl.aim = 1
FLGarrowupr.aim = 1
FLGaward.aim = 1
FLGbalance.aim = 1
FLGballoon1.aim = 1
FLGballoon2.aim = 1
FLGbatter.aim = 1
FLGbike.aim = 1
FLGbirdy.aim = 1
FLGbook.aim = 1
FLGbreakdwn.aim = 1
FLGbreakout.aim = 1
FLGbuildup.aim = 1
FLGcalender.aim = 1
FLGcar.aim = 1
FLGchampgne.aim = 1
FLGclock.aim = 1
FLGclouds.aim = 1
FLGcloudwl.aim = 1
FLGcompete.aim = 1
FLGcopter.aim = 1
FLGcursor.aim = 1
FLGcutcosts.aim = 1
FLGdinosaur.aim = 1
FLGdog.aim = 1
FLGdooropen.aim = 1
FLGdownsize.aim = 1
FLGfirewrks.aim = 1
FLGflagwave.aim = 1
FLGflipcoin.aim = 1
FLGfoodchan.aim = 1
FLGfrog2.aim = 1
FLGglobemkt.aim = 1
FLGgrowth.aim = 1
FLGhandshak.aim = 1
FLGhourglas.aim = 1
FLGjackpot.aim = 1
FLGlady_b.aim = 1
FLGman.aim = 1
FLGmoneybag.aim = 1
FLGmouse.aim = 1
FLGnetwork.aim = 1
FLGofftargt.aim = 1
FLGontarget.aim = 1
FLGpainted.aim = 1
FLGparchute.aim = 1
FLGplane.aim = 1
FLGprofitdn.aim = 1
FLGprofitup.aim = 1
FLGprojctr.aim = 1
FLGquestion.aim = 1
FLGshark.aim = 1
FLGsplitdwn.aim = 1
FLGsplitlf.aim = 1
FLGsplitrt.aim = 1
FLGsplitup.aim = 1
FLGstrbrst1.aim = 1
FLGstrbrst2.aim = 1
FLGsun.aim = 1
FLGsynergy.aim = 1
FLGunbalnce.aim = 1
FLGupsize.aim = 1
FLGwinner.aim = 1
FLGzap.aim = 1
;************************************************
;
; Freelance Graphics Sounds Section
;
;************************************************
FLGapplause.wav = 1
FLGcarskid.wav = 1
FLGcheering.wav = 1
FLGchime_a.wav = 1
FLGchime_b.wav = 1
FLGjazzy.wav = 1
FLGlionroar.wav = 1
FLGphone.wav = 1
FLGrain.wav = 1
FLGshiphorn.wav = 1
FLGticking.wav = 1
FLGtrumpet.wav = 1
FLGwhistle.wav = 1
;************************************************
;
; Freelance Graphics Diagrams Section
;
;************************************************
FLGbranch.dgm = 1
FLGcustom.dgm = 1
FLGflow.dgm = 1
FLGgantt.dgm = 1
FLGgraph.dgm = 1
FLGhub.dgm = 1
FLGnetwork.dgm = 1
FLGpyramid.dgm = 1
FLGquality.dgm = 1
FLGsection.dgm = 1
FLGtarget.dgm = 1
FLGtimeline.dgm = 1
FLGvenn.dgm = 1
;************************************************
; Freelance Graphics
; SmartMaster content topics section
;************************************************
;
; Content topics require specific diagrams, clip art,
; and SmartMaster looks. If you have already opted
; to not install any clip art, diagrams, or SmartMaster
; Looks, but do want to install content topics, Install
; will automatically select and install only those
; clip art, diagram, and Look files that it requires.
;
;************************************************
FLGbstorm.smc = 1
FLGbusplan.smc = 1
FLGcompete.smc = 1
FLGcorpovw.smc = 1
FLGmeet.smc = 1
FLGteammtg.smc = 1
FLGmktres.smc = 1
FLGnewmkt.smc = 1
FLGorientat.smc = 1
FLGplaunch.smc = 1
FLGposition.smc = 1
FLGprodctbr.smc = 1
FLGpstatus.smc = 1
FLGpupdate.smc = 1
FLGproposal.smc = 1
FLGrecommen.smc = 1
FLGsallnc.smc = 1
FLGtrain.smc = 1
FLGbenefits.smc = 1
FLGbusrev.smc = 1
FLGindustry.smc = 1
FLGitstrat.smc = 1
FLGquality.smc = 1
FLGsaleszig.smc = 1
FLGsaleswax.smc = 1
FLGsbuplan.smc = 1
FLGkotstrat.smc = 1
FLGkotseg.smc = 1
FLGkotmix.smc = 1
FLGkitpres.smc = 1
;
[APR]
; The [APR] section provides information
; specific to Approach.
;
;***********************************************
;
;***********************************************
;
;
; The "APRDIR" field is only for standalone and
; server installs. Use the APRDIR field to specify
; the main product folder for Lotus Approach.
;
; Use the "APRWORKDIR" field to specify the
; folder in which users store their
; work.
;
; Use the "APRDEMODIR" field to specify where
; to create the Demo Files folder.
;
; Use the "APRMASTERSDIR" field to specify where
; to create the SmartMasters folder. This
; field is not used in a node install (InstallType 4).
;
; Use the "APRSAMPLESDIR" field to specify where
; to create the Sample Files folder. This
; field is not used in a node install (InstallType 4).
;
; Use the "APRQMFDIR" field to specify where
; to create the QMF Initialization File. This
; field is not used in a node install (InstallType 4).
;
;***********************************************
APRDIR = c:\lotus\approach\
APRWORKDIR = c:\lotus\work\approach\
APRDEMODIR = c:\lotus\approach\demo\
APRMASTERSDIR = c:\lotus\smasters\approach\
APRSAMPLESDIR = c:\lotus\samples\approach\
APRQMFDIR = c:\lotus\approach\
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the Approach install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
;
; This field is only used during standalone
; and server installs (InstallType 1 and 2).
; For server installs, you can only use
; SizeOfInstall 1 or 3.
;
;***********************************************
SizeOfInstall = 1
;
[CustomizeAPR]
; The [CustomizeAPR] section lets you select
; which features of Lotus Approach you want to
; install. This section is only used if the
; "SizeOfInstall" field in the [APR] section
; is 3 (custom install).
;
; To select a feature, set its value
; to 1 (one). To deselect a feature,
; set its value to 0 (zero).
;
;***********************************************
; Approach Tab
;***********************************************
; Approach Core ("APRCORE"). Approach Core
; contains the minimum files necessary to run
; Approach. Do NOT deselect this option the first
; time you install Approach.
APRCORE = 1
; Help ("APRHELPSAMPLES"). Approach help and sample files.
APRHELPSAMPLES = 1
; Help ("APRHELP"). Detailed Approach help files.
APRHELP = 1
; Help ("APRSCRIPTHELP"). Using LotusScript in Approach help files.
APRSCRIPTHELP = 0
; Help ("APRCOMMONSCRIPTHELP"). Using LotusScript help files.
APRCOMMONSCRIPTHELP = 0
; Sample Files ("APRSAMPLES").
APRSAMPLES = 0
;
;***********************************************
; Powerkeys Tab
; Select the Approach PowerKey drivers you want
; to install. By default, Approach allows access
; to dBase formats.
;***********************************************
; Lotus Notes ("APRNOTES"). Lotus Notes .NSF driver.
APRNOTES = 1
; Paradox ("APRPARADOX"). Paradox 3.5 and 4.0
; .DB drivers.
APRPARADOX = 1
; IBM QMF Driver
APRQMF = 0
; Approach ODBC ("APRODBC") Driver Support. This section
; is required when using any of the sections below.
APRODBC = 0
; Oracle ("APRORACLE_SHRCNT"). Oracle7 SQL driver.
APRORACLE_SHRCNT = 0
; SQL Server ("APRSQLSERVER4_SHRCNT"). SQL Server driver for
; Microsoft SQL Server 4.x and 6
APRSQLSERVER4_SHRCNT = 0
; SQL Server ("APRSQLSERVER6_SHRCNT"). SQL Server driver for
; Microsoft SQL Server 6
APRSQLSERVER6_SHRCNT = 0
; Sybase System 10 and 11 Driver. ("APRSYBASE_SHRCNT")
APRSYBASE_SHRCNT = 0
; Informix5 Database Driver ("APRINFORMIX5_SHRCNT")
APRINFORMIX5_SHRCNT = 0
; Informix7 Database Driver ("APRINFORMIX7_SHRCNT")
APRINFORMIX7_SHRCNT = 0
;
;***********************************************
; SmartMasters Tab
;***********************************************
;
; Amortize "APRSMARTMASTER1LANGEN". Calculate
; monthly payments and loan amortization schedules.
APRSMARTMASTER1LANGEN = 0
;
; Checks "APRSMARTMASTER2LANGEN". Track deposits,
; withdrawals, and payments. Includes monthly
; tracking reports that analyze financial data
; using categories you specify.
APRSMARTMASTER2LANGEN = 0
;
; Contacts "APRSMARTMASTER3LANGEN". Manage
; contacts including call detail, direct dial
; information, and mass mailing support.
APRSMARTMASTER3LANGEN = 0
;
; Employee "APRSMARTMASTER5LANGEN". Manage
; employee, department, manager, and review data.
APRSMARTMASTER5LANGEN = 0
;
; Music "APRSMARTMASTER6LANGEN". Catalog music
; by artist, song title, music type, year of release,
; or media type.
APRSMARTMASTER6LANGEN = 0
;
; Orders "APRSMARTMASTER7LANGEN". Enter and track
; orders, invoices, and inventory.
APRSMARTMASTER7LANGEN = 1
;
; Register "APRSMARTMASTER8LANGEN". Register new
; customers and track calls by agent, product,
; and problem type.
APRSMARTMASTER8LANGEN = 0
;
; Schedule "APRSMARTMASTER9LANGEN ". Reserve meeting
; rooms, track availability, and determine room usage.
APRSMARTMASTER9LANGEN = 1
;
; Surfnet "APRSMARTMASTER10LANGEN ". Catalog World
; Wide Web addresses. Search addresses by URL, category
; or keyword.
APRSMARTMASTER10LANGEN = 1
;
; Survey "APRSMARTMASTER11LANGEN". Create surveys
; quickly and easily. Track results by categories
; you define. Includes reports that calculate and
; present your findings.
APRSMARTMASTER11LANGEN = 1
;
; Technote "APRSMARTMASTER12LANGEN". Organize new
; and existing technical information by topic and
; category for easy access.
APRSMARTMASTER12LANGEN = 0
;
; Videos "APRSMARTMASTER13LANGEN". Track videos
; by title, movie type, and cast member data.
APRSMARTMASTER13LANGEN = 1
;
; DB2 Websizing Assistant "APRSMARTMASTER14LANGEN".
; Build Web applications from Approach/DB2
; applications. Requires IBM DB2WWW Connection
; or IBM Net.Data.
APRSMARTMASTER14LANGEN = 0
;
;
;***********************************************
;
[CustomizeNodeOptionsAPR]
; The [CustomizeNodeOptionsAPR] section
; is used both during server installs
; (InstallType 2) and during node installs
; (InstallType 4). Please read the comments
; below for more details.
;
; For a server install (InstallType 2),
; the [CustomizeNodeOptionsAPR] section allows
; network administrators to specify which
; features *can* be copied to a node user's
; machine during a node install. This section
; corresponds to the Node User Feature Access
; dialog box in the server install.
; It is only used during a server install
; if SizeOfInstall = 3 (custom install).
;
; Use the following values in these fields for
; a server install:
; 0 Do not allow the feature to be copied
; to the user's machine
; 1 Allow the feature to be copied the
; user's machine
;
; For a node install (InstallType 4), the
; [CustomizeNodeOptionsAPR] section allows
; you to specify which features *will* be
; copied to the node user's machine during the
; node install. This corresponds to the
; Local Node Features dialog box in the
; node install.
;
; Use the following values in these fields for
; a node install:
; 0 Do not copy the feature to the user's
; machine
; 1 Copy the feature to the user's machine
;
; Features will be copied to the user's machine
; during a node install only if:
; * They were selected in this section
; during an automated server install
; or in the Node User Feature Access
; dialog box during a manual
; server install
; AND
; * They are selected in this section during
; an automated node install or in the
; Local Node Features dialog box during
; a manual node install.
;
;
;***********************************************
; Custom Node Options
;***********************************************
; Approach ODBC ("APRODBC") Driver Support
APRODBC = 0
; Oracle ("APRORACLE_SHRCNT"). Oracle7 SQL driver.
APRORACLE_SHRCNT = 0
; SQL Server ("APRSQLSERVER4_SHRCNT"). SQL Server driver for
; Microsoft SQL Server 4.x and 6
APRSQLSERVER4_SHRCNT = 0
; SQL Server ("APRSQLSERVER6_SHRCNT"). SQL Server driver for
; Microsoft SQL Server 6
APRSQLSERVER6_SHRCNT = 0
; Sybase System 10 and 11 Driver. ("APRSYBASE_SHRCNT")
APRSYBASE_SHRCNT = 0
; Informix5 Database Driver ("APRINFORMIX5_SHRCNT")
APRINFORMIX5_SHRCNT = 0
; Informix7 Database Driver ("APRINFORMIX7_SHRCNT")
APRINFORMIX7_SHRCNT = 0
;
;***********************************************
;
[ORG]
; The [ORG] section provides information
; specific to Organizer.
;
;
;***********************************************
;
; If you don't want to use the default directories
; based on "BASEDIR" edit these 3 directories
; and set "SizeOfInstall" to 3 (Custom Install).
;
; Use the "ORGDIR" field to specify the main
; product folder for Organizer 9.
;
; Use the "ORGWORKDIR" field to specify the
; folder in which users store their work.
; standalone and node only.
;
; Use the "ORGBACKUPDIR" field to specify the
; folder in which users store their backup
; files. standalone and node only.
;
;***********************************************
ORGDIR = c:\lotus\organize\
ORGWORKDIR = c:\lotus\work\organize\
ORGBACKUPDIR = c:\lotus\backup\organize\
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the Organizer install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
;
; This field is only used during standalone
; and server installs (InstallType 1 and 2).
; For server installs, you can only use
; SizeOfInstall 1 or 3.
;
;***********************************************
SizeOfInstall = 1
;***********************************************
;
; Use the "PimOnly" setting to indicate whether
; Organizer should be set up as a PIM only, or
; if group calendaring & scheduling capabilities
; should be enabled as well
; 1 = PIM only; 0 = PIM with Cal./Sched.
;
;***********************************************
PimOnly = 1
;***********************************************
;
[CustomizeORG]
; The [CustomizeORG] section lets you select
; which features of Organizer you want to install.
; This section is only used if the
; "SizeOfInstall" field in the [ORG] section
; is 3 (custom install).
;
;
; Organizer
; Choose the feature you want to install.
;
; ORGEXE = Lotus Organizer 9
;***********************************************
ORGEXE = 1
;***********************************************
;
;***********************************************
;
; Organizer Utilities
; Choose the feature you want to install.
; For Organizer 4.1, set ORGUTILS = 0.
;
;***********************************************
ORGUTILS = 0
;***********************************************
;
;***********************************************
;
; Help and Samples
; Choose the help and samples you want to install.
;
;***********************************************
ORGHELP=1
; Organizer 9 Help files
ORGHELP1 = 1
; Acrobat Organizer Help files (.PDF)
ORGHELP2 = 0
; Reference files
ORGHELP3 = 1
;***********************************************
;
;***********************************************
;
; Organizer Event Sounds
; Choose the feature you want to install.
;
;***********************************************
ORGEVENTSOUNDS = 1
;***********************************************
;
;***********************************************
;
; Layouts
; Choose the layouts you want to install.
;
;***********************************************
; De-select all with ORGREP = 0
ORGREP=1
; or deselect individual items
; Calendar
ORGREP1 = 1
; Calls
ORGREP2 = 1
; To Do
ORGREP3 = 1
; Address
ORGREP4 = 1
; Notepad
ORGREP5 = 1
; Anniversary
ORGREP6 = 1
; Planner
ORGREP7 = 1
;***********************************************
;
;***********************************************
;
; Paper
; Organizer Paper Layout Files Section
;
;***********************************************
; De-select all with ORGPAPER = 0
ORGPAPER=1
; or deselect individual items
; "2x10-Labels 1 x 4 in"
ORGPAPER1 = 1
; "2x3-Labels 3 1/3 x 4 in"
ORGPAPER2 = 1
; "2x4 Rolodex« 2 1/6 x 4 in"
ORGPAPER3 = 1
; "2x5-Labels 2 x 4 in"
ORGPAPER4 = 1
; "2x7-Labels 1 1/3 x 4 in"
ORGPAPER5 = 1
; "3x10-Labels 1 x 2 5/8 in"
ORGPAPER6 = 1
; "A4 210 x 297 mm"
ORGPAPER7 = 1
; "A5 148 x 210 mm"
ORGPAPER8 = 1
; "Avery« #41207 3 ╛ x 6 ╛ in (P)"
ORGPAPER9 = 1
; "Avery« #41257 3 ╛ x 6 ╛ in (L)"
ORGPAPER10 = 1
; "Avery« #41308 5╜ x 8╜ in (P)"
ORGPAPER11 = 1
; "Avery« #41358 5╜ x 8╜ in (L)"
ORGPAPER12 = 1
; "Avery« L7902 (A5)"
ORGPAPER13 = 1
; "Avery« L7901 (Filofax«)"
ORGPAPER14 = 1
; "Avery« L7162 (16)"
ORGPAPER15 = 1
; "Avery« L7163 (14)"
ORGPAPER16 = 1
; "Avery« L7159 (24)"
ORGPAPER17 = 1
; "Avery« L7666"
ORGPAPER18 = 1
; "B5 176 x 250 mm"
ORGPAPER19 = 1
; "Day-Timer« Junior Desk"
ORGPAPER20 = 1
; "Day-Timer« Junior Pocket"
ORGPAPER21 = 1
; "Day-Timer« Senior Desk"
ORGPAPER22 = 1
; "Day-Timer« Senior Pocket"
ORGPAPER23 = 1
; "DayRunner« Classic(TM)"
ORGPAPER24 = 1
; "DayRunner« Entrepreneur(TM)"
ORGPAPER25 = 1
; "DayRunner« Running Mate«"
ORGPAPER26 = 1
; "Envelope #10 4 1/8 x 9╜ in"
ORGPAPER27 = 1
; "Envelope #9 3 7/8 x 8 7/8 in"
ORGPAPER28 = 1
; "Filofax«"
ORGPAPER29 = 1
; "Franklin Day Planner« Classic (L)"
ORGPAPER30 = 1
; "Franklin Day Planner« Classic (P)"
ORGPAPER31 = 1
; "Franklin Day Planner« Monarch"
ORGPAPER32 = 1
; "Legal 8╜ x 14 in"
ORGPAPER33 = 1
; "Letter 8╜ x 11 in"
ORGPAPER34 = 1
; "Time Manager«"
ORGPAPER35 = 1
;***********************************************
[CustomizeNodeOptionsORG]
; The [CustomizeNodeOptionsORG] section
; is used both during server installs
; (InstallType 2) and during node installs
; (InstallType 4). Please read the comments
; below for more details.
;
; For a server install (InstallType 2),
; the [CustomizeNodeOptionsORG] section allows
; network administrators to specify which
; features *can* be copied to a node user's
; machine during a node install. This section
; corresponds to the Node User Feature Access
; dialog box in the server install.
;
; Use the following values in these fields for
; a server install:
; 0 Do not allow the feature to be copied
; to the user's machine
; 1 Allow the feature to be copied the
; user's machine
;
; For a node install (InstallType 4), the
; [CustomizeNodeOptionsORG] section allows
; you to specify which features *will* be
; copied to the node user's machine during the
; node install.
;
; Use the following values in these fields for
; a node install:
; 0 Do not copy the feature to the user's
; machine
; 1 Copy the feature to the user's machine
;
; Features will be copied to the user's machine
; during a node install only if:
; * They were selected in this section
; during an automated file server install
; or in the Node User Feature Access
; dialog box during a manual
; file server install
; AND
; * They are selected in this section during
; an automated node install or in the
; Local Node Features dialog box during
; a manual node install.
;
;***********************************************
ORGEXE = 0
ORGUTILS = 0
ORGHELP = 0
ORGREP = 0
ORGPAPER = 0
ORGEVENTSOUNDS = 1
;***********************************************
;
[FST]
; The [FST] section provides information
; specific to FastSite.
;
;***********************************************
;
; The "FSTDIR" field is only for standalone, node,
; and server installs. Use the FSTDIR field
; to specify the main product folder for
; FastSite.
;
; The "FSTWORKDIR" field is only for node installs.
; Use the "FSTWORKDIR" field to specify the
; folder in which node users store their
; work.
;
;***********************************************
FSTDIR = c:\lotus\fastsite\
FSTWORKDIR = c:\lotus\work\fastsite\
FSTBACKUPDIR = c:\lotus\backup\fastsite\
FSTMASTERSDIR = c:\lotus\smasters\fastsite\
FSTTASKPAGEDIR = c:\lotus\fastsite\taskpage\
FSTTEMPPAGEDIR = c:\lotus\fastsite\temppage\
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the FastSite install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
;
; This field is only used during standalone
; and server installs (InstallType 1 and 2).
; For server installs, you can only use
; SizeOfInstall 1 or 3.
;
;***********************************************
SizeOfInstall = 1
;***********************************************
;
;
[CustomizeFST]
; The [CustomizeFST] section lets you select
; which features of FastSite you want to install.
; This section is only used if the "SizeOfInstall"
; field in the [FST] section
; is 3 (custom install).
;
;***********************************************
; FSTCORE
; FastSite Core Section
;
; FSTCORE comprises the basic, minimum features
; you should install to get a basic, working
; version of FastSite.
;
; FSTCORE must be set to 1 on the initial install
; of FastSite.
;
;***********************************************
FSTCORE = 1
;***********************************************
; FSTHELPLANGEN
; FastSite Help Section
;
; FSTHELPLANGEN contains help files for
; FastSite. Opting to not include
: Help files will disable the Guide Me feature.
;
;***********************************************
FSTHELPLANGEN = 1
;***********************************************
; FSTDOMINO
; FastSite Notes 4.x Database
;
; FSTDOMINO contains support for posting HTML
; to a Lotus Domino database.
;
;***********************************************
FSTDOMINO = 0
;***********************************************
; FSTSTYLES
; FastSite Styles
;
; FSTSTYLES are Web Looks that get installed.
;
; Select which styles to install.
;
;***********************************************
FSTSTYLE_BOXTEAL = 1
FSTSTYLE_BOXWOOD = 1
FSTSTYLE_BRICK = 1
FSTSTYLE_CIRCJADE = 1
FSTSTYLE_CORPRATE = 1
FSTSTYLE_CUBEBLUE = 1
FSTSTYLE_FLOATERS = 1
FSTSTYLE_FOREST = 1
FSTSTYLE_INSETBLU = 1
FSTSTYLE_INSETGLD = 1
FSTSTYLE_INSETGRY = 1
FSTSTYLE_MARBLTXT = 1
FSTSTYLE_MOROCCO = 1
FSTSTYLE_OLDTIME = 1
FSTSTYLE_ONYX = 1
FSTSTYLE_OVALGOLD = 1
FSTSTYLE_OVALPLUM = 1
FSTSTYLE_SAPPHIRE = 1
FSTSTYLE_SONORA = 1
FSTSTYLE_STEEL = 1
FSTSTYLE_TARACOTA = 1
FSTSTYLE_TEXTBLUE = 1
FSTSTYLE_TILERED = 1
FSTSTYLE_WOODWORD = 1
;***********************************************
;
[CAM]
; The [CAM] section provides information about
; ScreenCam directories.
;
; Use the "CAMDIR" field to select the drive
; and folder where you want to install
; ScreenCam.
;
;************************************************
CAMDIR = c:\lotus\scrncam\
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the CAM install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
;
;***********************************************
SizeOfInstall = 1
;***********************************************
[CustomizeCAM]
; The [CustomizeCAM] section lets you select
; which features of CAM you want to install.
; This section is only used if the
; "SizeOfInstall" field in the [CAM] section
; is 3 (custom install).
;***********************************************
;
;ScreenCam Program Files
CAMEXE = 1
;Bitmaps and Captions
CAMBMP = 1
;OnLine Help
CAMHELPEXE = 1
;
;
[CustomizeNodeOptionsCAM]
; The [CustomizeNodeOptionsCAM] section
; is used both during server installs
; (InstallType 2) and during node installs
; (InstallType 4). Please read the comments
; below for more details.
;
; For a server install (InstallType 2),
; the [CustomizeNodeOptionsCAM] section allows
; network administrators to specify which
; features *can* be copied to a node user's
; machine during a node install. This section
; corresponds to the Node User Feature Access
; dialog box in the server install.
; It is only used during a server install
; if SizeOfInstall = 3 (customized install).
;
; Use the following values in these fields for
; a server install:
; 0 Do not allow the feature to be copied
; to the user's machine
; 1 Allow the feature to be copied the
; user's machine
;
; For a node install (InstallType 4), the
; [CustomizeNodeOptionsCAM] section allows
; you to specify which features *will* be
; copied to the node user's machine during the
; node install. This corresponds to the
; Local Node Features dialog box in the
; node install.
;
; Use the following values in these fields for
; a node install:
; 0 Do not copy the feature to the user's
; machine
; 1 Copy the feature to the user's machine
;
; Features will be copied to the user's machine
; during a node install only if:
; * They were selected in this section
; during an automated server install
; or in the Node User Feature Access
; dialog box during a manual
; server install
; AND
; * They are selected in this section during
; an automated node install or in the
; Local Node Features dialog box during
; a manual node install.
;
;***********************************************
;Bitmaps and Captions
CAMBMP = 1
;***********************************************
;
[DOC]
; The [DOC] section provides information about
; DocOnline directories.
;
; Use the "DOCDIR" field to select the drive
; and folder where you want to install
; DocOnline.
;
;************************************************
DOCDIR = c:\lotus\doc\
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the DOC install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; To do a custom install of this product you
; must also set the SizeOfInstall field in the
; [SUIT] section to 3.
;
;***********************************************
SizeOfInstall = 1
;***********************************************
[CustomizeDOC]
; The [CustomizeDOC] section lets you select
; which features of DOC you want to install.
; This section is only used if the
; "SizeOfInstall" field in the [DOC] section
; is 3 (custom install).
;***********************************************
;
;DocOnline Program Files
DOCFILES = 1
;Doc Online Help Files
DOCHELP = 1
;You must set DOCBOOKS_TAB to 1 to install any
;of the DocOnline Books.
DOCBOOKS_TAB = 1
;Exploring SmartSuite - the millennium edition
DOCBOOK_1 = 0
;The LotusScript Programmer's Guide 3.1
DOCBOOK_2 = 0
;The LotusScript Language Reference 3.1
DOCBOOK_3 = 0
;Exploring Organizer
DOCBOOK_4 = 0
;Organizer Print Layout Guide
DOCBOOK_5 = 0
;Using OAG and Organizer
DOCBOOK_6 = 0
;Exploring Approach
DOCBOOK_7 = 0
;
;
;***********************************************
;***********************************************
;
;
;***********************************************
;
[Shared Components]
; The [Shared Components] section provides information
; about Lotus shared components (such as the Spell
; Checker) for Freelance Graphics, Word Pro, and Approach.
;
; This field is used only during a server install.
;
;***********************************************
COMPONENTSDIR = c:\lotus\compnent
;***********************************************
;
; The fields below allow you to select and
; deselect the Lotus shared components.
; These fields are only used if the "SizeOfInstall"
; field in the [SUIT] section is set to 3.
;
; To select a shared component, set its value
; to 1 (one). To deselect a shared component,
; set its value to 0 (zero).
;
;***********************************************
; Spell Checker
WIN32SHRSPELLDATA = 1
; English Dictionary
WIN32SHRSPELLDICLANGEN = 1
; French Dictionary
WIN32SHRSPELLDICLANGFR = 0
; Spanish Dictionary
WIN32SHRSPELLDICLANGES = 0
; Australian English Dictionary
WIN32SHRSPELLDICLANGAU = 0
;Lotus Script Help
WIN32SHRLOTUSSCRIPTPRGLANGEN = 1
WIN32SHRGRAPHFILEFILTERPRG = 1
WIN32SHRCHARTPRG = 1
WIN32SHRCHARTPRGLANGEN = 1
WIN32SHRSMARTICONPRG = 1
WIN32SHRSMARTICONPRGLANGEN = 1
WIN32SHRUIMSPRG = 1
WIN32SHRUIMSPRGLANGEN = 1
WIN32SHRSTATUSBARPRG = 1
WIN32SHRLOTUSSCRIPTPRG = 1
WIN32SHRLOTUSDIALOGSPRG = 1
WIN32SHRCCSTRPPRG = 1
WIN32SHRSHAREDHELPPRG = 1
WIN32SHRLISDBPRG = 1
WIN32SHRLOTUSSCRIPTIDE = 1
WIN32SHRLOTUSSCRIPTIDELANGEN = 1
WIN32SHRASWANPRG = 1
WIN32SHRASWANPRGLANGEN = 1
WIN32SHRSPELLPRG = 1
WIN32SHRSPELLDICLANGEN = 1
WIN32SHRSPELLDICLANGAU = 0
WIN32SHRSPELLDICLANGCZ = 0
WIN32SHRSPELLDICLANGCT = 0
WIN32SHRSPELLDICLANGDK = 0
WIN32SHRSPELLDICLANGDE = 0
WIN32SHRSPELLDICLANGES = 0
WIN32SHRSPELLDICLANGFI = 0
WIN32SHRSPELLDICLANGFR = 0
WIN32SHRSPELLDICLANGIT = 0
WIN32SHRSPELLDICLANGNL = 0
WIN32SHRSPELLDICLANGPL = 0
WIN32SHRSPELLDICLANGPT = 0
WIN32SHRSPELLDICLANGRU = 0
WIN32SHRSPELLDICLANGSV = 0
WIN32SHRSPELLDICLANGHU = 0
WIN32SHRSPELLDICLANGAF = 0
WIN32SHRSPELLDICLANGEL = 0
WIN32SHRQUICKDEMOPRG = 1
WIN32SHRQUICKDEMOPRGLANGEN = 1
WIN32SHRSTANDALONEPLAYERPRG = 1
WIN32SHRSTANDALONEPLAYERPRGLANGEN = 1
WIN32SHRUINST = 1
WIN32SHRUINSTLANGEN = 1
WIN32SHRIMPORTFILTERCDR = 1
WIN32SHRIMPORTFILTERPCD = 1
WIN32SHRTHESAURUSDATAAM = 1
WIN32SHRTHESAURUSDATABR = 0
;Net_It
WIN32SHRNETITPRG = 1
;************************************************
;
;End of Response File