
########################

# Installing Services 

########################

# The following are to install Services for IHS and Websphere Application Server on Windows.
# You can ignore these or comment them out for other Operating Systems

-W serviceSettingsWizardBean.active="true"

# Install the IHS service

-W serviceSettingsWizardBean.ihsChoice="true"

# Install the WebSphere Application Server service

-W serviceSettingsWizardBean.wasChoice="false"

# The User Name and Password which are required to install the Services.. The current user must be
# admin or must have admin authority to install a Service. Also the username which is given here
# must have "Log On as a Service " authority for the service to run properly

# Replace YOUR_USER_NAME with your username

-W serviceSettingsWizardBean.userName="db2admin"

# Replace YOUR_PASSWORD with your valid password

-W serviceSettingsWizardBean.password="was1edu"

##############################

# End Install Services

##############################

# Set any or all of the following to false if the launcher icon is not to be installed.
# These settings will only be affect an install in which the corresponding product component
# is also selected for install.
-P StartServerIconBean.active="true"
-P StopServerIconBean.active="true"
-P AdminConsoleIconBean.active="true"
-P AssemblyToolIconBean.active="true"
-P SamplesGalleryIconBean.active="true"
-P TivoliPerfIconBean.active="true"
-P infoCenterIconBean.active="true"
-P firstStepsIconBean.active="true"
-P logAnalyzerIconBean.active="true"

# Change the path to the prerequisite checker configuration file only if a new file has been
# provided.  This can be a relative path or an absolute path.  Make sure both the
# prereqChecker.xml and prereqChecker.dtd files are present at the provided path.

-W osLevelCheckActionBean.configFilePath="waspc/prereqChecker.xml"

# The following need the fully qualified path, including the config file name for the plugins.
# If you want to install plugin, you must specify this path, other wise the installer will fail to
# install plugins properly. Also the value must be included in double quotes

# IHS Config File Location

-W defaultIHSConfigFileLocationBean.value="C:\IBMHTTPServer\conf\httpd.conf"

# Launch the Product Registration Tool. In order to launch it please change the value to true. This is only for
# GUI install.

-W launchPRTBean.active="false"

# Install Default App

-W installSampleAppSequenceBean.active="true"

# Show First Steps 

-W firstStepsSequenceBean.active="false"

# Install IVT 

-W installIVTAppSequenceBean.active="true"

