Sie können eine Antwortdatei aufzeichnen, indem Sie Benutzervorgaben und Installationsaktionen auf der grafischen Benutzeroberfläche von Installation Manager erfassen. Sie können eine Antwortdatei aber auch manuell erstellen. Dazu verwenden Sie die dokumentierte Liste mit Antwortdateibefehlen und Benutzervorgaben.
Sie können eine einzige Antwortdatei zum Installieren, Aktualisieren oder Deinstallieren mehrerer Produkte verwenden. Weitere Informationen zu Antwortdateien finden Sie im Abschnitt zu Antwortdateien im 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>
| Attribute | Beschreibung |
|---|---|
| acceptLicense | Setzen Sie nach dem Lesen und Akzeptieren der Lizenzbedingungen den Attributwert für acceptLicense auf 'true'. |
| repository location | Geben Sie den Pfad des Rational Functional Tester-Repositorys (disk1) an. |
| profile installLocation und id | Geben Sie das Installationsverzeichnis für Rational Functional Tester an. |
| features | Geben Sie die Komponenten an, die mit Java Scripting installiert werden sollen. Mögliche Werte:
Anmerkung: Informationen zu den Komponenten und Voraussetzungen finden Sie unter Rational Functional Tester-Installationskomponenten.
|