Configuration options file for custom install

The following example shows a sample configuration options files for a custom installation type. Depending on which features you choose to install, you might use all or a combination of these parameters.

#################################################Custom Installation
#         Depending on the choices, will install one
#         or more of:
#               Hub Container
#               Satellite Container
#               Web Administration Server
#
#          Parameters:
#               installLocation
#               IS_SELECTED_INSTALLATION_TYPE
##################################################
# The Installation Directory
-P installLocation=“C:\Program Files\Sybase\Search3.1”

# The installation type - must be CustomInstallation for
# this options file
-V IS_SELECTED_INSTALLATION_TYPE=“CustomInstallation”

# The features to be installed. If any are set to “true”,
# the parameters below will be read and used, 
# otherwise they will be ignored
-V VAR_CHECKBOX_HUB_CONTAINER=“false”
-V VAR_CHECKBOX_SATELLITE_CONTAINER=“false”
-V VAR_CHECKBOX_WEB_ADMIN=“false”

#################################################
#Common Installation Parameters
#
#  Some parameters are shared by each of the custom
#  installation choices.
#  For example, if a user were to install both a Hub
#  and Satellite Containers
#  the Container RMI Port would need to be set to the
#  same value.
#  Likewise, both the Satellite Container and Web
#  Administration Server
#  need to know the Hub Container's server IP address
#
#      Parameters:
#         CONTAINER_RMI_PORT
#         HUB_CONTAINER_IP_ADDRESS
##################################################

# The port number on which the RMI service will run
-V CONTAINER_RMI_PORT=“7000”

# The IP address of the Hub Container
-V HUB_CONTAINER_IP_ADDRESS=“127.0.0.1”
#
#
################################################### Hub Container Installation
#
#       Parameters:
#          HUB_CONTAINER_PORT
#          CONTAINER_RMI_PORT (defined above)
####################################################

# The port number on which the hub container will run
-V HUB_CONTAINER_PORT=“8001”

###################################################
#Satellite Container Installation
#
#       Parameters:
#          CONTAINER_ID
#          CONTAINER_PORT
#          CONTAINER_RMI_PORT(defined above)
#          HUB_CONTAINER_IP_ADDRESS (defined above)
##################################################

# The unique Container ID
-V CONTAINER_ID=“2” 

# The port number on which the satellite container will
# run
-V CONTAINER_PORT=“8002”

################################################
#Web Administration Server Installation
#
#       Parameters:
#          HYENA_PORT
#          HUB_CONTAINER_IP_ADDRESS (defined above)
#          CONTAINER_RMI_PORT (defined above)
################################################### The port number on which the Hyena will run
-V HYENA_PORT=”8081”