Property | Description |
---|---|
user.RCL_PortAtHost | You can specify a license key for the client
applications. Example: user.RCL_PortAtHost=license_key_value |
user.rpe_hideDesktopShortcuts | You can choose prevent the creation of desktop
shortcuts for the client applications. Example: user.rpe_hideDesktopShortcuts=true |
user.rpe_remoteWebServicesLocation | You can specify a URL to the Remote services
application. If the property and URL are specified during installation,
the URL cannot be edited from the Remote services preferences in the
client applications. Example: user.rpe_remoteWebServicesLocation=http://server:port/rpews/ |
For more information about installing by using Installation Manager, see the IBM Installation Manager 1.7 Information Center.
<preference
name="the key of the preference"
value="the value of the preference to be set">
</preference>
Depending on the features that
you want to install and other parameters, you can create different
response files for different installations.See Recording a response file with Installation Manager for information about creating a response file with a wizard.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
<server>
<repository location='path\to\repository\cic-metadata'/>
<!-- during the record stage this would get populated with the actual repository folder -->
</server>
<profile id='IBM Rational Publishing Engine' installLocation='C:\Program Files (x86)\IBM\Rational\Publishing Engine'>
<data key='eclipseLocation' value='C:\Program Files (x86)\IBM\Rational\Publishing Engine'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.os' value='win32'/>
<data key='cic.selector.ws' value='win32'/>
<data key='cic.selector.arch' value='x86'/>
<data key='user.server_type' value='MANUAL'/>
<data key='user.server_version' value='0'/>
<data key='user.help.option' value='remote'/>
<data key='user.help.url' value=''/>
<data key='user.RCL_PortAtHost' value='port@server'/>
<!-- optional, can be provided later to the TELELOGIC_LICENSE_FILE env var -->
<data key='user.rpe_remoteWebServicesLocation' value='http://server:port/rpews'/>
<!-- optional -->
<data key='user.rpe_hideDesktopShortcuts' value='false'/>
<!-- optional, can be set to true if needed -->
<data key='cic.selector.nl' value='en'/>
</profile>
<install modify='false'>
<!-- the version attribute gets populated during the record stage with the actual version/build number -->
<!-- Clients only -->
<offering id='com.ibm.rational.rpe.offering' version='1.3.0.RPEvvv-buildNumber' profile='IBM Rational Publishing Engine' features='com.ibm.rational.rpe.launcher,com.ibm.rational.rpe.core,com.ibm.rational.rpe.studio' installFixes='none'/>
<!-- Clients, add-ins, Remote services, Data services, Data services adapters -->
<!-- <offering id='com.ibm.rational.rpe.offering' version='1.3.0.RPEvvv-buildNumber' profile='IBM Rational Publishing Engine' features='com.ibm.rational.rpe.launcher,com.ibm.rational.rpe.core,com.ibm.rational.rpe.studio,com.ibm.rational.rpe.addins,com.ibm.rational.rpe.application.server.feature,com.ibm.rational.rpe.service,com.ibm.rational.rpe.dataservices,com.ibm.rational.rpe.dataservices.adaptors.clearcase,com.ibm.rational.rpe.dataservices.adaptors.clearquest,com.ibm.rational.rpe.dataservices.adaptors.requisitepro' installFixes='none'/> -->
</install>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:\Program Files (x86)\IBM\IMShared'/>
<preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.readTimeout' value='45'/>
<preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
<preference name='offering.service.repositories.areUsed' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/>
<preference name='http.ntlm.auth.kind' value='NTLM'/>
<preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/>
<preference name='PassportAdvantageIsEnabled' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/>
<preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/>
<preference name='com.ibm.cic.common.sharedUI.showErrorLog' value='true'/>
<preference name='com.ibm.cic.common.sharedUI.showWarningLog' value='true'/>
<preference name='com.ibm.cic.common.sharedUI.showNoteLog' value='true'/>
</agent-input>
To run the command to install by using a response file:
To install from the command line: