home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999_B.iso
/
Lotus123
/
ENGLISH
/
INSTSUIT.RSP
< prev
next >
Wrap
Text File
|
1997-01-10
|
22KB
|
766 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 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.
;
; 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 Run from the Start menu (Windows 95 or
; Windows NT 4.0) or choose File Run from the
; Windows Program Manager (Windows NT 3.51),
; 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 full path and
; name of the response file. If you do
; not specify a path, this defaults to
; the folder in which your install
; executable resides.
; /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.
;
; If you perform a standalone or node
; install to add another language to
; this product, the Install program does
; not use the folder fields in this file.
; The additional language is added to the
; existing copy of the product. For more
; information about multilingual install,
; see the Network Administrator's Guide
; (readnet.txt).
;
;***********************************************
;***********************************************
; 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 and the
; AddiconOption field is set to 1. 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 about
; 1-2-3 and Approach.
;
; Use the "BASEDIR" field to specify the folder
; under which all the 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 or minimum install,
; you get the default or minimum install
; (respectively) of all the products selected
; in the [Select Applications] section below.
; If you choose 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
;***********************************************
;
; The "RemoveObsoleteFiles" field tells whether you want
; clean up files not needed from an earlier installation
; of 1-2-3 and Approach.
;
;***********************************************
RemoveObsoleteFiles = 1
;***********************************************
[Select Applications]
;
; The [Select Applications] section provides information
; about which products to install.
;
; Use the fields below to specify whether to install
; each of the products. For each field, specify:
; 1 Install the product
; 0 Do not install the product
;
; The fields represent each of the products:
;
; 123: 1-2-3 97
; APR: Approach 97
;
; 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.
;
;***********************************************
123 = 1
APR = 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
;
; This field is only used during standalone
; and file server installs (InstallType 1 and 2).
; For file 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
;TeamConsolidate
123TEAMCONS = 1
;***********************************************
;
; 123 Help, samples, and tour
;
;***********************************************
;1-2-3 Online Help
123HELP = 1
;Main 1-2-3 Help
123MAINHELP = 1
;@Function Help
123ATFUNCHELP = 1
;Sample Files
123SAMPLELANGEN = 1
;Guided Tour
123TOUR = 0
;***********************************************
;
; 123 ODBC Shared Data Access
;
;***********************************************
;ODBC Shared Data Access
DLENF = 1
; dBASE driver
DBASEPRG_SHRCNT = 1
; Paradox driver
PARADOXPRG_SHRCNT = 0
; SQL driver
SQLPRG_SHRCNT = 0
; Notes driver
NOTESSQLPRG_SHRCNT = 0
; Sybase driver
SYBASEPRG_SHRCNT = 0
; Text driver
ODBCTEXTPRG_SHRCNT = 0
;***********************************************
;
; 123 SmartMasters
;
;***********************************************
;SmartMaster Templates
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 file server installs
; (InstallType 2) and during node installs
; (InstallType 4). Please read the comments
; below for more details.
;
; For a file 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 file server install.
; It is only used during a file server install
; if SizeOfInstall = 3 (customized install).
;
; Use the following values in these fields for
; a file 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 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.
;
;***********************************************
; dBASE driver
DBASEPRG_SHRCNT = 1
; Paradox driver
PARADOXPRG_SHRCNT = 0
; SQL driver
SQLPRG_SHRCNT = 0
; Notes driver
NOTESSQLPRG_SHRCNT = 0
; Sybase driver
SYBASEPRG_SHRCNT = 0
; Text driver
ODBCTEXTPRG_SHRCNT = 0
;***********************************************
[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 "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\
APRTOURDIR = c:\lotus\approach\tour\
APRDEMODIR = c:\lotus\approach\demo\
APRMASTERSDIR = c:\lotus\smasters\approach\
APRSAMPLESDIR = c:\lotus\samples\approach\
;***********************************************
;
; Use the "SizeOfInstall" field to specify the
; size of the Approach install:
; 1 Default install
; 2 Minimum install
; 3 Custom install
;
; This field is only used during standalone
; and file server installs (InstallType 1 and 2).
; For file 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 ("APRHELP"). Detailed Approach help files.
APRHELP = 1
; Help ("APRSCRIPTHELP"). Using LotusScript in Approach help files.
APRSCRIPTHELP = 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
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
;***********************************************
[CustomizeNodeOptionsAPR]
;
; The [CustomizeNodeOptionsAPR] section
; is used both during file server installs
; (InstallType 2) and during node installs
; (InstallType 4). Please read the comments
; below for more details.
;
; For a file 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 file 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
; [CustomizeNodeOptionsAPR] 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 or in the Node User Feature Access
; dialog box during the server install.
;
;
;***********************************************
; 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
;***********************************************
[Shared Components]
; The [Shared Components] section provides information
; about Lotus shared components (such as Spell
; Check).
;
; The "COMPONENTSDIR" 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 [123] 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
;1-2-3 Lotus Script Help
WIN32SHRLOTUSSCRIPTPRGLANGEN = 0
;************************************************
;
;End of Response File