You can record a response file by recording preferences and installation actions in the graphical user interface of Installation Manager. Alternatively, you can create a response file manually by using the documented list of response file commands and preferences.
You can use one response file to install, update, or uninstall multiple products. For more information about response files, see the response file section in the Installation Manager information center.<?xml version="1.0" encoding="UTF-8"?>
<!--The "acceptLicense" attribute has been deprecated. Use "-acceptLicense" command line option to accept license agreements.-->
<agent-input acceptLicense='true'>
<server>
<repository location='C:/RFT82/disk1'/>
</server>
<profile id='IBM Software Delivery Platform' installLocation='C:\Program Files\IBM\SDP'>
<data key='eclipseLocation' value='C:\Program Files\IBM\SDP'/>
<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.help.option' value='remote'/>
<data key='user.help.url' value=''/>
<data key='cic.selector.nl' value='en'/>
</profile>
<install modify='false'>
<offering id='com.ibm.rational.functional.tester' version='8.2.1000.RFTO821-I20110707_1013' profile='IBM Software Delivery Platform' features='com.ibm.rft.agent,com.ibm.rft.java,com.ibm.rft.net2010' installFixes='none'/>
<!--Other features: com.ibm.rft.net2003 for .NET 2003 scripting, com.ibm.rft.net2005 for .NET 2005 scripting and com.ibm.rft.rtc for installing the Jazz client. -->
</install>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:\Program Files\IBM\IBMIMShared'/>
<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'/>
</agent-input>
<?xml version="1.0" encoding="UTF-8"?>
<!--The "acceptLicense" attribute has been deprecated. Use "-acceptLicense" command line option to accept license agreements.-->
<agent-input acceptLicense='true'>
<server>
<repository location='C:\RFT821\disk1\'/>
</server>
<profile id='IBM Software Delivery Platform' installLocation='C:\Program Files\IBM\SDP'>
<data key='eclipseLocation' value='C:\Program Files\IBM\SDP'/>
<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.help.option' value='remote'/>
<data key='user.help.url' value=''/>
<data key='cic.selector.nl' value='en'/>
</profile>
<<install modify='false'>
<offering id='com.ibm.rational.functional.tester' version='8.2.1000.RFTO821-I20110708_1518' profile='IBM Software Delivery Platform' features='com.ibm.rft.agent,com.ibm.rft.java,com.ibm.rft.net2010' installFixes='none'/>
</install>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:\Program Files\IBM\IBMIMShared'/>
<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'/>
</agent-input>
| Attributes | Description |
|---|---|
| acceptLicense | After you read and agree to the license terms, set the acceptLicense attribute value to 'true'. |
| repository location | Specify the path of the Rational Functional Tester repository (disk1). |
| profile installLocation and id | Specify the Rational Functional Tester installation location. |
| features | Specify the features that you want to install
with the Java scripting. Possible values:
Note: For information about the features and the prerequisites,
see Rational Functional Tester installation features
|