2008年8月7日星期四

sample_response.txt

################################################################################
#
# InstallShield Options File
#
# Wizard name: Install
# Wizard source: setup.jar
# Created on: Wed Jul 13 15:00:03 EDT 2005
# Created by: InstallShield Options File Generator
#
# This file contains values that were specified during a recent execution of
# Install. It can be used to configure Install with the options specified below
# when the wizard is run with the "-options" command line option. Read each
# setting's documentation for information on how to change its value.
#
# A common use of an options file is to run the wizard in silent mode. This lets
# the options file author specify wizard settings without having to run the
# wizard in graphical or console mode. To use this options file for silent mode
# execution, use the following command line arguments when running the wizard:
#
# -options "sample_response.txt" -silent
#
################################################################################


################################################################################
#
# Lotus Domino Install Location
#
# The install location of the product. Specify a valid directory into which the
# product should be installed. If the directory contains spaces, enclose it in
# double-quotes. For example, to install the product to C:\Program
# Files\Lotus\Domino, use
#
# -P installLocation="C:\Program Files\Lotus\Domino"
#


-P installLocation="C:\Program Files\Lotus\Domino"


################################################################################
#
# Lotus Domino Is Partitioned Install
#
# Determines if the install is to use partitioned directories or not. Specify a
# true if this is a paritioned server install, otherwise false. For example, to
# install partitioned servers, use
#
# -W programFiles.isPartitioned=true
#


-W programFiles.isPartitioned=false


################################################################################
#
# Lotus Domino Data Install Location
#
# The install location of the data files. Specify a valid directory into which
# the data files should be installed. This property is ignored for partitioned
# installs. For example, to install the non-partitioned data files to C:\Program
# Files\Lotus\Domino\data, use
#
# -W normalData.installLocationData="C:\Program Files\Lotus\Domino\data"
#


-W normalData.installLocationData="C:\Program Files\Lotus\Domino\data"


################################################################################
#
# Lotus Domino Number of Partitions
#
# The number of partition directories to be installed. Specify a number between
# 1 and 15. This property is used to determine how many of the
# partitionData.installLocationDataX= lines are used below. For example, to
# install 3 partitions, use
#
# -W partitionData .numPartitions=3
#


-W partitionData.numPartitions=0

################################################################################
#
# Lotus Domino Install Partions Locations
#
# The install location of the data files for each partition. Specify a valid
# directory into which the data files should be installed. This property is
# ignored for non-partitioned installs. It is suggested that you use the name of
# your server as the name of the directory. For example, to install the
# partitioned data files for MyServer , use
#
# -W partitionData.installLocationData0="C:\Program
# Files\Lotus\Domino\MyServer"
#
# To install multiple partitions use a seperate directory line for each
# partition, for example to install 3 partitions, use
#
# -W partitionData.installLocationData0="C:\Program
# Files\Lotus\Domino\MyServer1"
#
# -W partitionData.installLocationData1="C:\Program
# Files\Lotus\Domino\MyServer2"
#
# -W partitionData.installLocationData2="C:\Program
# Files\Lotus\Domino\MyServer3"
#


-W partitionData.installLocationData0="C:\Program Files\Lotus\Domino\Data0"



################################################################################
#
# Setup Type
#
# The setup type to be used when installing the product in Express mode. Legal
# values are:
#
# UtilityServer - Domino Utility Server Express: Installs a Domino
# server that provides application services only. Note
# that it does not include support for messaging
# services. See full licensing text for details.
# MessagingServer - Domino Messaging Server Express: Installs a Domino
# server that provides messaging services. Note that
# it does not include support for application services
# or Domino clusters.
# CollaborationServer - Domino Collaboration Server Express: Installs a
# Domino server that provides both messaging and
# application services.
#
# For example, to specify that the "Domino Utility Server Express" setup type is
# selected, use
#
# -W ExpressSetupTypePanel.selectedSetupTypeId=UtilityServer
#
# You may also set the setup type to nothing by using
#
# -W ExpressSetupTypePanel.selectedSetypTypeId=
#
# This clears the current setup type and prevents any changes to the set of
# selected features. Use this option whenever you set feature active states in
# this options file. If you do not clear the selected setup type, the setup type
# panel will override any changes you make to feature active states using this
# file.
#


-W ExpressSetupTypePanel.selectedSetupTypeId=CollaborationServer


################################################################################
#
# Setup Type
#
# The setup type to be used when installing the product. Legal values are:
#
# UtilityServer - Domino Utility Server: Installs a Domino server that
# provides application services only. Note that it does
# not include support for messaging services. See full
# licensing text for details.
# MessagingServer - Messaging Server: Installs a Domino server that
# provides messaging services. Note that it does not
# include support for application services or Domino
# clusters.
# EnterpriseServer - Enterprise Server: Installs a Domino server that
# provides both messaging and application services.
# CustomServer - Customize: Allows you to select the features you want
# to install.
#
# For example, to specify that the "Domino Utility Server" setup type is
# selected, use
#
# -W SetupTypePanel.selectedSetupTypeId=UtilityServer
#
# You may also set the setup type to nothing by using
#
# -W SetupTypePanel.selectedSetypTypeId=
#
# This clears the current setup type and prevents any changes to the set of
# selected features. Use this option whenever you set feature active states in
# this options file. If you do not clear the selected setup type, the setup type
# panel will override any changes you make to feature active states using this
# file.
#


-W SetupTypePanel.selectedSetupTypeId=EnterpriseServer


################################################################################
#
# "License" Feature
#
# The selection state of the "License" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "License" for installation, use
#
# -P LicenseFeature.active=true
#


-P LicenseFeature.active=true


################################################################################
#
# "Program Files" Feature
#
# The selection state of the "Program Files" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Program Files" for installation, use
#
# -P ProgramFilesFeature.active=true
#


-P ProgramFilesFeature.active=true


################################################################################
#
# "Billing Support" Feature
#
# The selection state of the "Billing Support" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Billing Support" for installation, use
#
# -P bean2090.active=true
#


-P bean2090.active=true


################################################################################
#
# "Clustering Support" Feature
#
# The selection state of the "Clustering Support" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Clustering Support" for installation, use
#
# -P bean1072.active=true
#


-P bean1072.active=true


################################################################################
#
# "Optional Network Drivers" Feature
#
# The selection state of the "Optional Network Drivers" feature. Legal values
# are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Optional Network Drivers" for installation, use
#
# -P bean2225.active=true
#


-P bean2225.active=true


################################################################################
#
# "Symbol Files" Feature
#
# The selection state of the "Symbol Files" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Symbol Files" for installation, use
#
# -P bean2247.active=true
#


-P bean2247.active=true


################################################################################
#
# "Java Support" Feature
#
# The selection state of the "Java Support" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Java Support" for installation, use
#
# -P bean2236.active=true
#


-P bean2236.active=true


################################################################################
#
# "Data Files" Feature
#
# The selection state of the "Data Files" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Data Files" for installation, use
#
# -P DataFilesFeature.active=true
#


-P DataFilesFeature.active=true


################################################################################
#
# "Required Templates" Feature
#
# The selection state of the "Required Templates" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Required Templates" for installation, use
#
# -P bean773.active=true
#


-P bean773.active=true


################################################################################
#
# "Administration Templates" Feature
#
# The selection state of the "Administration Templates" feature. Legal values
# are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Administration Templates" for installation, use
#
# -P bean3252.active=true
#


-P bean3252.active=true


################################################################################
#
# "Optional Templates" Feature
#
# The selection state of the "Optional Templates" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Optional Templates" for installation, use
#
# -P bean3301.active=true
#


-P bean3301.active=true


################################################################################
#
# "Modem Files" Feature
#
# The selection state of the "Modem Files" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Modem Files" for installation, use
#
# -P bean3230.active=true
#


-P bean3230.active=true


################################################################################
#
# "Domino WAS Plugins" Feature
#
# The selection state of the "Domino WAS Plugins" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Domino WAS Plugins" for installation, use
#
# -P bean3241.active=true
#


-P bean3241.active=true


################################################################################
#
# "Certificate Management" Feature
#
# The selection state of the "Certificate Management" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Certificate Management" for installation, use
#
# -P bean3271.active=true
#


-P bean3271.active=true


################################################################################
#
# "Web Services Data Files" Feature
#
# The selection state of the "Web Services Data Files" feature. Legal values
# are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Web Services Data Files" for installation, use
#
# -P bean3290.active=true
#


-P bean3290.active=true


################################################################################
#
# "Readme - NSF File" Feature
#
# The selection state of the "Readme - NSF File" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Readme - NSF File" for installation, use
#
# -P bean3312.active=true
#


-P bean3312.active=true


################################################################################
#
# "Domino Access for Microsoft Outlook" Feature
#
# The selection state of the "Domino Access for Microsoft Outlook" feature.
# Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Domino Access for Microsoft Outlook" for installation,
# use
#
# -P DAMOFeature.active=true
#


-P DAMOFeature.active=true


################################################################################
#
# "Domino Enterprise Connection Services" Feature
#
# The selection state of the "Domino Enterprise Connection Services" feature.
# Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Domino Enterprise Connection Services" for
# installation, use
#
# -P DECSFeature.active=true
#


-P DECSFeature.active=true


################################################################################
#
# "Domino Offline Services" Feature
#
# The selection state of the "Domino Offline Services" feature. Legal values
# are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Domino Offline Services" for installation, use
#
# -P DOLSFeature.active=true
#


-P DOLSFeature.active=true


################################################################################
#
# "Domino Web Access" Feature
#
# The selection state of the "Domino Web Access" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Domino Web Access" for installation, use
#
# -P DWAFeature.active=true
#


-P DWAFeature.active=true


################################################################################
#
# "Sametime Integration" Feature
#
# The selection state of the "Sametime Integration" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Sametime Integration" for installation, use
#
# -P SametimeIntegrationFeature.active=true
#


-P SametimeIntegrationFeature.active=true


################################################################################
#
# "Domino Directory Sync Services" Feature
#
# The selection state of the "Domino Directory Sync Services" feature. Legal
# values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Domino Directory Sync Services" for installation, use
#
# -P DSyncFeature.active=true
#


-P DSyncFeature.active=true


################################################################################
#
# "Domino As A Windows Service" Feature
#
# The selection state of the "Domino As A Windows Service" feature. Legal values
# are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Domino As A Windows Service" for installation, use
#
# -P DServiceFeature.active=true
#


-P DServiceFeature.active=true


################################################################################
#
# "Performance Monitoring" Feature
#
# The selection state of the "Performance Monitoring" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Performance Monitoring" for installation, use
#
# -P PerfmonFeature.active=true
#


-P PerfmonFeature.active=true


################################################################################
#
# "Resource Modeling Engine" Feature
#
# The selection state of the "Resource Modeling Engine" feature. Legal values
# are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Resource Modeling Engine" for installation, use
#
# -P RMEFeature.active=true
#


-P RMEFeature.active=true


################################################################################
#
# "Help" Feature
#
# The selection state of the "Help" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "Help" for installation, use
#
# -P HelpFeature.active=true
#


-P HelpFeature.active=true


################################################################################
#
# "OS Integration" Feature
#
# The selection state of the "OS Integration" feature. Legal values are:
#
# true - Indicates that the feature is selected for installation
# false - Indicates that the feature is not selected for installation
#
# For example, to select "OS Integration" for installation, use
#
# -P OSIntegFeature.active=true
#


-P OSIntegFeature.active=true

没有评论: