Tuesday, September 20, 2011

Silent Install option file BMC Remedy




################################################################################
# Options File
#
# Product Name: AR System
# Product Version: 7.6.04
#
# To invoke the installer in silent mode with an options file:
#
# 1. Create a text file called Options.txt.
# 2. For the products you want to install, copy the ARSystem-ini-template.txt
# options to the Options.txt file.
# 3. Set the installer option for the features you are installing.
# Use the installation worksheets in the Installation Guide as a guide for setting
# the options. Remove the comment markers (#) from the options you want to
# include.All property values are case-sensitive.
# 4. Run the installer with the -i silent option.
#
# On Windows, enter:
# setup.exe -i silent -DOPTIONS_FILE=\Options.txt
#
# On UNIX, enter:
# setup.bin -i silent -DOPTIONS_FILE=/Options.txt
################################################################################

################################################################################
# Available Features
#
# The following features correspond to the feature selection tree in the installer.
# To produce the same behavior as selecting a feature in the selection tree,
# add the following line to the options file for each feature you want to install:
#
# -A featureName
#
# "featureName" is the name of the feature to select. For example:
#
# -A featureARServer
# -A featureAREALDAPDirectoryServiceAuthentication
# -A featureDeveloperStudio
#
# --productARSuiteKit
# --featureARSystemServers
# --featureARServer
# --featureAREALDAPDirectoryServiceAuthentication
# --featureARDBCLDAPDirectoryServiceAuthentication
# --featureWebServicesPlugin
# --featureSNMPConfiguration
# --featureFullTextSearchConfiguration
# --featureApprovalServer
# --featureAssignmentEngine
# --featureEmailEngine
# --featureFlashboards
# --featureMidTier
# --featureARCrystalWebApplication
# --featureARSystemClients
# --featureDeveloperStudio
# --featureL10NToolKit
# --featureUserTool
# --featureCrystalReports
# --featureOdbc
# --featureAlertTool
# --featureDataImportTool
#
################################################################################


################################################################################
# Product Install Location and Common Options
#
# Use the -P option to specify a valid directory into which the product should
# be installed, and use the -J options to specify Java properties.
#
# If the -P option is not set, the default location is:
# - %ProgramFiles%\\BMC Software\\ARSystem (Windows)
# - /opt/bmc/ARSystem (UNIX)

#-P installLocation=

# 64 or 32-bit JRE path
# Set this parameter to 64 to use 64-Bit JRE as the default JRE when installing BMC Remedy applications.
# Set this parameter to 32 to use 32-Bit JRE as the default JRE when installing BMC Remedy applications.
#-J BMC_AR_SYSTEM_64_BIT_OR_32_BIT_JRE=<64 or 32>

# 64-bit JRE path for BMC Remedy applications
# If BMC_AR_SYSTEM_64_BIT_OR_32_BIT_JRE was 64, provide the 64-bit JRE path.
#-J BMC_JAVA_JRE_64_BIT_HOME_PATH=<64-Bit Java JRE path>

# 32-bit JRE path for BMC Remedy AR System Server
# If the JRE Home path provided in BMC_JAVA_JRE_64_BIT_HOME_PATH is 64-bit JRE, use the BMC_JAVA_JRE_32BIT_HOME_PATH option to accept a
# 32-bit JRE Home Path for BMC Remedy AR System Server, BMC Remedy Email Engine, and BMC Remedy Developer Studio as follows:
# BMC Remedy AR System Server: Provide 32-bit JRE path for AR System Server in BMC_JAVA_JRE_32BIT_HOME_PATH. This will be used for Java plugin server installation.
# BMC Remedy Email Engine: MAPI protocol cannot be used for an Email Engine using 64-bit JVM. If you are using MAPI protocol for Email Engine, provide BMC_JAVA_JRE_32BIT_HOME_PATH and set BMC_JAVA_EMAIL_ENGINE_SELECTED_FOR_32BIT to true
# BMC Remedy Developer Studio: The OLE Automation feature will not be available for BMC Remedy Developer Studio if a 64-bit JRE is selected but you can still install BMC Remedy Developer Studio with a 64-bit JRE
# If you want to use the OLE Automation feature of BMC Remedy Developer Studio, provide BMC_JAVA_JRE_32BIT_HOME_PATH and set BMC_JAVA_DEV_STUDIO_SELECTED_FOR_32BIT to true
#-J BMC_JAVA_JRE_32BIT_HOME_PATH=

# The BMC_AR_APPLICATION_PASSWORD, BMC_MIDTIER_PASSWORD,
# and BMC_AR_DSO_PASSWORD options are REQUIRED if you are installing the
# AR System server, Email Engine, or Flashboards.

# AR application password (ServerMidTier)
# A default password is not provided.
#-J BMC_AR_APPLICATION_PASSWORD=

# Mid-tier password
# A default password is not provided.
#-J BMC_MIDTIER_PASSWORD=

# AR DSO password
# A default password is not provided.
#-J BMC_AR_DSO_PASSWORD=

# Service startup type for Windows Operating System
# Use one of the following values for ARServer and Email Engine and Flashboard services
# Default Service startup type is AUTOMATIC
# Possible values are (AUTOMATIC or AUTO ) OR MANUAL
#-J BMC_SVC_STARTUP_OPTION=


# View languages (ServerApproval)
# Using semicolon-separated values, specify the languages you want to install for views.
# The full set of available languages is:
# de;en;es;fr;it;ja;ko;ru;zh_CN;pt_BR
#-J BMC_USER_SELECTED_VIEW_LANGUAGES=

# Data language (ServerApproval)
# Use one of the following values for the data language:
# de
# en
# es
# fr
# it
# ja
# ko
# ru
# zh_CN
# pt_BR
#-J BMC_USER_SELECTED_DATA_LANGUAGE=


################################################################################
# AR System Server Properties
################################################################################
# Use the following options to install the AR System server.
#-A featureARSystemServers


################################################################################
# Server Properties
################################################################################
# Use the following options to install the AR System Server:
#-A featureARServer

# Installation of BMC Remedy AR Java Plugin Server with a 32-bit JRE
# Set to true to install BMC Remedy AR Java Plugin Server with a 32-bit JRE.
# Set to false to install BMC Remedy AR Java Plugin Server with a 64-bit JRE.
#-J BMC_JAVA_AR_SERVER_SELECTED_FOR_32BIT=


# The following options are for all databases.
# Database type
#-J BMC_DATABASE_TYPE=
# Database client home ( Only for Unix platform)
#-J BMC_DATABASE_CLIENT_HOME_PATH=


# UNICODE
#-J BMC_DATABASE_UTF=

# Database option
#-J BMC_DATABASE_OPTION=

# Database host
#-J BMC_DATABASE_HOST=

# Database port
#-J BMC_DATABASE_PORT=

# Database login
# For SQL Server with Windows authentication, enter \.
# For all other databases, enter .
#-J BMC_DATABASE_LOGIN=

# Database password
#-J BMC_DATABASE_PASSWORD=

# Database confirm password
#-J BMC_DATABASE_CONFIRM_PASSWORD=

# Database DBA login (not required for Informix, SQLServer with Windows authentication, or DB2)
#-J BMC_DATABASE_DBA_LOGIN=

# Database DBA password (not required for Informix, SQLServer with Windows authentication,
# or DB2)
#-J BMC_DATABASE_DBA_PASSWORD=



# AR user
#-J BMC_AR_USER=

# AR password
#-J BMC_AR_PASSWORD=

# AR server ID
#-J BMC_AR_SERVER_NAME=

# AR host name
#-J BMC_AR_SERVER_HOST_NAME=

# Java plugin port
#-J BMC_JAVA_PLUGIN_PORT=

# Whether portmapper is enabled or not
#-J BMC_PORT_MAPPER_ENABLED=

# AR port
#-J BMC_AR_PORT=

# AR Plugin port
#-J BMC_AR_PLUGIN_PORT=


# The following sections contain the options for specific databases. Copy the options
# for your database only and paste them to the Options.txt file.

########################## SQL SERVER PARAMETERS ##########################
# Database Server name
#-J BMC_DATABASE_INSTANCE=

# Windows authentication or SQL Authentication
# For Windows authentication, enter WINDOWSAUTH
# For SQL Authentication, enter SQLAUTH
#-J BMC_SQLSERVER_WINDOWSAUTH_OR_SQLAUTH=

#Database name
#-J BMC_DATABASE_DBA_TABLESPACE_NAME=

# Database data file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_DATAFILE_NAME=

# Database data file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_DATAFILE_SIZE=

# Database log file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_LOGFILE_NAME=

# Database log file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_LOGFILE_SIZE=

######################### SQL SERVER PARAMETERS END #######################


############################ ORACLE PARAMETERS ############################

# Database Instance
# This is the Oracle Service Name or Oracle SID, depending on what you entered for
# the BMC_DATABASE_ORACLE_SID_OR_SERVICE option.
#-J BMC_DATABASE_INSTANCE=
# Database Connect Identifier (Oracle)
#-J BMC_DATABASE_ORACLE_CONNECTION_IDENTIFIER=

# Database SID or Service Name (Oracle)
# If you set the following option to TRUE, the database is configured with the
# Oracle SID, and you must enter the Oracle SID for the BMC_DATABASE_INSTANCE option.
# If you set the option to FALSE, the database is configured with Oracle Service Name, and you
# must enter the Oracle Service Name for the BMC_DATABASE_INSTANCE option.
#-J BMC_DATABASE_ORACLE_SID_OR_SERVICE=

# Database tablespace name
#-J BMC_DATABASE_DBA_TABLESPACE_NAME=

# Database data file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_DATAFILE_NAME=

# Database data file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_DATAFILE_SIZE=

# New Temporary Tablespace required
#-J BMC_DATABASE_ORACLE_NEW_TEMP_TABLESPACE=

# Temporary tablespace
# Use this option if only if you entered NEW for
# the BMC_DATABASE_ORACLE_NEW_TEMP_TABLESPACE option.
#-J BMC_DATABASE_DBA_TEMP_DATAFILE_NAME=

# Use this option if only if you entered NEW for
# the BMC_DATABASE_ORACLE_NEW_TEMP_TABLESPACE option.
# Temporary Tablespace size (Oracle)
#-J BMC_DATABASE_DBA_TEMP_DATAFILE_SIZE=

# TNSNAMES.ORA Directory Path (UNIX only)
#-J ORACLE_TNS_ADMIN=

########################## ORACLE PARAMETERS END ##########################


############################ SYBASE PARAMETERS #############################

# Database Server Name
#-J BMC_DATABASE_INSTANCE=

# Database name
#-J BMC_DATABASE_DBA_TABLESPACE_NAME=

# Database data file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_DATAFILE_NAME=

# Database data file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_DATAFILE_SIZE=

# Database log file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_LOGFILE_NAME=

# Database log file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_LOGFILE_SIZE=

######################### SYBASE PARAMETERS END #########################

############################## DB2 PARAMETERS ############################

# DB2 instance
#-J BMC_DATABASE_DB2_INSTANCE=

# Database alias
#-J BMC_DATABASE_INSTANCE=

# Database SMS or DMS
#-J BMC_DATABASE_DBA_SMS_OR_DMS=

#-J BMC_DATABASE_DBA_TABLESPACE_NAME=

# Database data file name
# Enter the entire path name.
#-J BMC_DATABASE_DBA_DATAFILE_NAME=

# Database data file size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_DATAFILE_SIZE=

# Temporary Tablespace Name
#-J BMC_DATABASE_DBA_TEMP_TABLESPACE_NAME=

# Temporary tablespace temp file name
#-J BMC_DATABASE_DBA_TEMP_DATAFILE_NAME=

# Temporary Tablespace size
# Enter the value in MB.
#-J BMC_DATABASE_DBA_TEMP_DATAFILE_SIZE=

############################# DB2 PARAMETERS END ############################


############################ INFORMIX PARAMETERS ###########################

# Database Server name
#-J BMC_DATABASE_INSTANCE=

# Informix database name
#-J BMC_INFORMIX_AR_DATABASE_NAME=

# Informix configuration file name
# For example, onconfig
#-J BMC_DATABASE_INFORMIX_CONFIGURATION=

# Informix Dbspace
# This is an optional setting. If the Dbspace already exists and you want to use it in a new
# installation, enter the Dbspace with the following option. If root dbspace is going to be used leave it blank.
#-J BMC_INFORMIX_AR_DBSPACE=

######################## #INFORMIX PARAMETERS END ##########################

################################################################################
# ATRIUM SSO CONFIGURATION
################################################################################
# Use the following options to configure the Atrium SSO Plug-in.

# Set this property to TRUE if the Atrium SSO Configuration is required through the Installer
# Set this property to FALSE if the Atrium SSO Configuration is not required through the Installer
#-J BMC_ATRIUM_SSO_CONFIGURATION_REQUIRED=

# Set this property to TRUE if the Mid Tier Atrium SSO Configuration is required through the Installer
# Set this property to FALSE if the Mid Tier Atrium SSO Configuration is not required through the Installer
#-J BMC_CONFIGURE_MIDTIER_SSO=

# The following properties are required, only if the value of BMC_ATRIUM_SSO_CONFIGURATION_REQUIRED is TRUE
# The following properties are also required, if the value of BMC_CONFIGURE_MIDTIER_SSO is TRUE
# Atrium SSO User Name
#-J BMC_ATRIUM_SSO_USER=

# Atrium SSO Password
#-J BMC_ATRIUM_SSO_PASSWORD=

# Atrium SSO URL
#-J BMC_ATRIUM_SSO_LOCATION=

# Atrium SSO KeyStore Path
#-J BMC_ATRIUM_SSO_KEYSTORE=

# Atrium SSO KeyStore Password
#-J BMC_ATRIUM_SSO_KEYSTORE_PASSWORD=

# Atrium SSO TrustStore Path
# Atrium SSO TrustStore Path needs to be defined if Mid Tier is configured with Atrium SSO
#-J BMC_ATRIUM_SSO_TRUSTSTORE=

# Atrium SSO TrustStore Password
# Atrium SSO TrustStore Password needs to be define if Mid Tier is configured with Atrium SSO
#-J BMC_ATRIUM_SSO_TRUSTSTORE_PASSWORD=

################################################################################
# AREA LDAP Directory Service Authentication Properties
################################################################################
# Use the following option to install AREA LDAP Directory Service Authentication:
#-A featureAREALDAPDirectoryServiceAuthentication


################################################################################
# ARDBC LDAP Directory Service Authentication Properties
################################################################################
# Use the following option to install ARDBC LDAP Directory Service Authentication:
#-A featureARDBCLDAPDirectoryServiceAuthentication


################################################################################
# Web Services Plug-in Properties
################################################################################
# Use the following option to install Web Services Plug-in:
#-A featureWebServicesPlugin


################################################################################
# SNMP Configuration Properties
################################################################################
# Use the following options to install SNMP Configuration:
#-A featureSNMPConfiguration

# SNMP system information
#-J BMC_SNMP_SYSTEM_INFORMATION=

# SNMP contact information
#-J BMC_SNMP_CONTACT_INFORMATION=

# SNMP agent port
# The default is 161.
#-J BMC_SNMP_AGENT_PORT=

# SNMP authentication type
#-J BMC_SNMP_AUTHENTICATION_TYPE=

# SNMP readonly community
#-J BMC_SNMP_READONLY_COMMUNITY=

# SNMP readwrite community
#-J BMC_SNMP_READWRITE_COMMUNITY=

# SNMP user-based user name
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_USERNAME=

# SNMP user-based access mode
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_ACCESSMODE=

# SNMP user-based authentication
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_AUTHENTICATION=

# SNMP user-based authentication password
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_AUTHENTICATION_PASSWORD=

# SNMP user-based private key password
# This option is used for user-based authentication.
#-J BMC_SNMP_USER_BASED_PRIVATE_KEY_PASSWORD=

# SNMP trap enable
#-J BMC_SNMP_TRAP_ENABLE=

# SNMP trap version
#-J BMC_SNMP_TRAP_VERSION=

# SNMP trap system
#-J BMC_SNMP_TRAP_SYSTEM=

# SNMP Trap Community
#-J BMC_SNMP_TRAP_COMMUNITY=

# SNMP trap port
# The default is 162.
#-J BMC_SNMP_TRAP_PORT=


################################################################################
# Full Text Search Properties
################################################################################
# Select to install Full Text Search
#-A featureFullTextSearchConfiguration

# Full Text Search configuration directory
#-J BMC_FULL_TEXT_SEARCH_CONFIGURATION_DIRECTORY=

# Full Text Search collection directory
#-J BMC_FULL_TEXT_SEARCH_COLLECTION_DIRECTORY=

# Full Text Search Port Number
#-J BMC_FULL_TEXT_SEARCH_SERVER_PORT=

################################################################################
# Approval Server Properties
################################################################################
# Use the following option to install Approval Server:
#-A featureApprovalServer

################################################################################
# Assignment Engine Properties
################################################################################
# Use the following option to install the Assignment Engine:
#-A featureAssignmentEngine

################################################################################
# Email Engine Properties
################################################################################
# Use the following options to install the Email Engine:
#-A featureEmailEngine


# Installation of BMC Remedy Email Engine with a 32-bit JRE(required only if you are using MAPI protocol)
# MAPI protocol cannot be used for BMC Remedy Email Engine using a 64-bit JVM.With the MAPI protocol, you must provide the 32-bit JRE path and set BMC_JAVA_EMAIL_ENGINE_SELECTED_FOR_32BIT to true.
# You can use a 64-bit JRE path for BMC Remedy Email Engine with other protocols. To do so, set BMC_JAVA_EMAIL_ENGINE_SELECTED_FOR_32BIT to false.
#-J BMC_JAVA_EMAIL_ENGINE_SELECTED_FOR_32BIT=

# Base Email Engine Install Directory to be entered only while upgrading.
# If you choose to upgrade an existing email engine service, specify BMC_LEGACY_EMAIL_ENGINE_SERVICE_INSTALL_DIR.
# If you choose to install another instance of email engine while upgrading, do not specify BMC_LEGACY_EMAIL_ENGINE_SERVICE_INSTALL_DIR.
#-J BMC_LEGACY_EMAIL_ENGINE_SERVICE_INSTALL_DIR=


# RMI port
# The default is 1100.
#-J BMC_EMAIL_ENGINE_RMI_PORT=

# Email Engine RPC port
# The default is 0.
#-J BMC_EMAIL_ENGINE_RPC_PORT=

# Whether to configure inbox
#-J BMC_EMAIL_ENGINE_CONFIGURE_INBOX=false

# Whether to configure outbox
#-J BMC_EMAIL_ENGINE_CONFIGURE_OUTBOX=false

# Inbox mailbox name
#-J BMC_EMAIL_ENGINE_INBOX_MAILBOX_NAME=

# Inbox server type
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_TYPE=

# Inbox SSL
#-J BMC_EMAIL_ENGINE_INBOX_SSL=

# Inbox Email profile
#-J BMC_EMAIL_ENGINE_INBOX_EMAIL_PROFILE=

# Inbox server name
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_NAME=

# Inbox server port
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_PORT=

# Inbox server user
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_USER=

# Inbox server password
#-J BMC_EMAIL_ENGINE_INBOX_SERVER_PASSWORD=

# Outbox mailbox name
#-J BMC_EMAIL_ENGINE_OUTBOX_MAILBOX_NAME=

# Outbox display name
#-J BMC_EMAIL_ENGINE_OUTBOX_DISPLAY_NAME=

# Outbox E-mail address
#-J BMC_EMAIL_ENGINE_OUTBOX_EMAIL_ADDRESS=

# Outbox server type (Note: MAPI is for Windows-only.)
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_TYPE=

# Outbox SSL
#-J BMC_EMAIL_ENGINE_OUTBOX_SSL=

# Outbox E-mail profile
#-J BMC_EMAIL_ENGINE_OUTBOX_EMAIL_PROFILE=

# Outbox MAPI profile
#-J BMC_EMAIL_ENGINE_OUTBOX_MAPI_PROFILE=

# Outbox server name
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_NAME=

# Outbox server port
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_PORT=

# Outbox server user
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_USER=

# Outbox server password
#-J BMC_EMAIL_ENGINE_OUTBOX_SERVER_PASSWORD=


################################################################################
# Flashboards Properties
################################################################################
# Use the following options to install Flashboards:
#-A featureFlashboards

# Flashboards server RMI port
# The default is 1099.
#-J BMC_FLASHBOARDS_RMI_PORT=1099

# Flashboards server RPC port
#-J BMC_FLASHBOARDS_RPC_PORT=0



################################################################################
# Mid-Tier Properties
################################################################################
# Use the following options to install the Mid Tier:
#-A featureMidTier

# Mid-tier web server
#-J BMC_MIDTIER_WEBSERVER=

# Mid-tier JSP engine
#-J BMC_MIDTIER_JSP=

# Web server path
#-J BMC_MIDTIER_WEBSERVER_PATH=

# Bin directory for Apache if Apache is chosen as the web server
#-J BMC_MIDTIER_WEBSERVER_APACHE_BIN_DIRECTORY=

# Configuration directory for Apache if Apache is chosen as the web server
#-J BMC_MIDTIER_WEBSERVER_APACHE_CONFIGURATION_DIRECTORY=

# JBoss directory if JBoss is chosen as the JSP engine
#-J BMC_MIDTIER_JSP_JBOSS_INSTALL_DIRECTORY=

# ServletExec directory if ServletExec is chosen as the JSP engine
#-J BMC_MIDTIER_JSP_SERVLETEXEC_INSTALL_DIRECTORY=

# Whether to install Tomcat
#-J BMC_MIDTIER_INSTALL_TOMCAT=

# List of AR System servers. Use the following format (separating the server components
# with semicolons and separating each server set with commas), for example:
#-J BMC_AR_SERVER_LIST=bigdog;1998;1999;arsystem;false,ruho-sjc-19;2024;2025;arsystem;true
#-J BMC_AR_SERVER_LIST=

# Tomcat directory if Tomcat is chosen as the JSP engine
# Enter the full path name.
#-J BMC_MIDTIER_JSP_TOMCAT_INSTALL_DIRECTORY=

# Tomcat port if Tomcat is chosen as the JSP engine
#-J BMC_MIDTIER_JSP_TOMCAT_HTTP_PORT=

# Tomcat maximum memory pool if Tomcat is chosen as the JSP engine
# The default is 1024.
#-J BMC_MIDTIER_TOMCAT_MAX_MEMORY=1024

# Tomcat initial memory pool if Tomcat is chosen as the JSP engine
# The default is 1024.
#-J BMC_MIDTIER_TOMCAT_MIN_MEMORY=1024

# Home page server
# Use the fully qualified host name (for example, machine1.marketing.xyzcompany.com).
#-J BMC_MIDTIER_HOME_PAGE_SERVER=
# Preferences server
## Use the fully qualified host name (for example, machine1.marketing.xyzcompany.com).
-J BMC_MIDTIER_PREFERENCES_SERVER=

# Data visualization server
#-J BMC_MIDTIER_DATA_VISUALIZATION_SERVER=

# Business Objects XI location
#-J BMC_MIDTIER_BUSINESS_OBJECTS_XI_LOCATION=

# BMC Remedy Mid Tier Tomcat Service Mode (64-bit OS only)
# Use this option to accept the existing Tomcat service's bit mode, which can be a value of 32 or 64.
#-J BMC_MIDTIER_TOMCAT_SERVICE_MODE=<32 or 64>

# BMC Remedy Mid Tier Java JDK Home Path
# Provide a 64-bit JDK path if using a 64-bit JDK/JRE for the BMC Remedy Mid Tier, or provide a 32-bit path.
# If you are using Tomcat and if BMC_MIDTIER_TOMCAT_SERVICE_MODE was 64, provide the 64-bit JDK path.
# If BMC_MIDTIER_TOMCAT_SERVICE_MODE was 32, provide the 32-bit JDK path.
#-J BMC_MIDTIER_JAVA_JDK_HOME_PATH =

# BMC Remedy Mid Tier Java JRE Home Path (64-bit OS only)
# Use this option to accept the JDK path if the Tomcat server bit version does not match the Java bit version. If BMC_MIDTIER_TOMCAT_SERVICE_MODE is set to 32, enter the 32-bit JRE path. If BMC_MIDTIER_TOMCAT_SERVICE_MODE is set to 64, enter the 64-bit JRE path.
#-J BMC_MIDTIER_JAVA_JRE_HOME_PATH =

# The installer automatically detects or sets the following options, so you do not need
# to include it in the Options.txt file.
#-J BMC_MIDTIER_WEBSERVERS=
#-J BMC_MIDTIER_JSP_JBOSS_DIRECTORY_VALID=
#-J BMC_MIDTIER_JSP_SERVLETEXEC_REGISTRY_ENTRY=
#-J BMC_MIDTIER_JSP_SERVLETEXEC_INSTALL_STATUS=
#-J BMC_MIDTIER_JSP_TOMCAT_REGISTRY_VALID=


################################################################################
# AR Crystal Web Application Properties
################################################################################
# Use the following option to install AR Crystal Web Application:
#-A featureARCrystalWebApplication


################################################################################
# AR System Clients Properties
################################################################################
# Use the following option to install AR System Clients:
#-A featureARSystemClients


################################################################################
# Developer Studio Properties
# This section lists the options that are specific to Developer Studio.
# Common options that are required are:
# installLocation
# BMC_JAVA_JRE_HOME_PATH
# See the Product Install Location and Common Options section.
################################################################################
# Use the following options to install Developer Studio:
#-A featureDeveloperStudio

# List of default AR System servers and their port numbers
# Enter the value in the following format:
# ,;,
# Following is an example of two default servers (TestServer1 and TestServer2):
# TestServer1,0;TestServer2,0
# If you have no default server, leave the value blank.
#-J BMC_AR_SERVER_INSTANCES_LIST=

# Installation of BMC Remedy Developer Studio with 32-Bit JRE
# The OLE Automation feature will not be available for BMC Remedy Developer Studio if a 64-bit JRE is selected.
# Set to true to install BMC Remedy Developer Studio with a 32-bit JRE.
# You can install BMC Remedy Developer Studio with a 64-bit JRE and use other features of the product. To do so, set to false.
#-J BMC_JAVA_DEV_STUDIO_SELECTED_FOR_32BIT=

# Workspace location such as C:\Documents And Settings\
#-J BMC_DEVELOPER_STUDIO_WORKSPACE=

# Use the following option to migrate BMC Remedy Administrator user preferences
# if it is installed on the system:
#-J BMC_DEVELOPER_STUDIO_MIGRATE_WAT=

# Source folder for migrating user preferences if BMC Remedy Administrator is installed on the system
# (for example: C:\Documents and Settings\\Application Data\AR System\HOME\)
#-J BMC_DEVELOPER_STUDIO_SOURCE_USER_PREFERENCES=

# Destination folder for migrating user preferences if BMC Remedy Administrator is installed on
# the system (for example: C:\Documents And Settings\)
#-J BMC_DEVELOPER_STUDIO_DESTINATION_USER_PREFERENCES=

# The installer automatically detects or sets the following option, so you do not need
# to include it in the Options.txt file.
#-J BMC_ADMIN_TOOL_HOME=
#-J BMC_ADMIN_TOOL_REGISTRY_VALID=
#-J BMC_DEVELOPER_STUDIO_WORKSPACE_VALID=
#-J BMC_DEVELOPER_STUDIO_MIGRATE_VALID=
#-J BMC_DEVELOPER_STUDIO_SOURCE_USER_PREFERENCES_VALID=
#-J BMC_DEVELOPER_STUDIO_DESTINATION_USER_PREFERENCES_VALID=
################################################################################
# BMC Remedy Localization Tool Kit Properties
################################################################################
# Use the following option to install Localization ToolKit.Localization ToolKit can only be installed along with Developer Studio
#-A featureL10NToolKit



################################################################################
# BMC Remedy User Properties
################################################################################
# Use the following options to install BMC Remedy User
#-A featureUserTool
#-A featureODBC
#-A featureCrystalReports

# User Home directory for BMC Remedy User and BMC Remedy Alert products. The home directory is used during a new installation of these products and is not required to be provided during upgrades.
#-J BMC_USERTOOL_HOME =< BMC Remedy User Home Directory>

# View languages (User ToolAlert Tool)
# Using semicolon-separated values, specify the languages you want to install for views.
# The full set of available languages is:
# en;es;fr;ko;de;it;ja;ru;zh_CN
# Data language (BMC Remedy UserBMC Remedy Alert)
#-J USER_TOOL_SELECTED_VIEW_LANGUAGES=
# Use one of the following values for the data language:
# de
# en
# es
# fr
# it
# ja
# ko
# ru
# zh_CN
# pt_BR
#-J USER_TOOL_SELECTED_DATA_LANGUAGE=

# List of default AR System Servers and their port numbers (BMC Remedy UserBMC Remedy Alert)
# Enter the value in the following format:
# ,;,
# Following is an example of two default servers (TestServer1 and TestServer2):
# TestServer1,0;TestServer2,0
# If you have no default server, leave the value blank.
#-J BMC_AR_SERVER_INSTANCES_LIST=



################################################################################
# BMC Remedy Alert Properties
################################################################################
# Use the following option to install BMC Remedy Alert:
#-A featureAlertTool

# BMC Remedy Alert by itself also uses the BMC Remedy User options listed above.


################################################################################
# BMC Remedy Data Import Properties
################################################################################
# Use the following option to install BMC Remedy Data Import:
#-A featureDataImportTool

# Workspace location, for example,C:\Documents and Settings\
#-J BMC_DATA_IMPORT_TOOL_WORKSPACE=