This is a sample response file for installing Installation Manager and a package at the same time.
Sample response file for installing Installation Manager and a software package |
---|
<agent-input clean="true" temporary="true"> <!-- add preferences --> <preference name="com.ibm.cic.common.core.preferences.http.proxyEnabled" value="false"/> <!-- create the profile if it doesn't exist yet --> <profile id="IBM Software Delivery Platform" installLocation="c:/temp/my_profile"></profile> <server> <repository location= "http://a.site.com/local/products/sample/20090215_1542/repository/"></repository> </server> <!-- add the offerings and features to install. You can install Installation Manager and packages in one response file --> <install> <offering id="com.ibm.cic.agent" version="1.3.0.20090114_0637" /> <offering features="com.ibm.rad.sdpcore,com.ibm.rad.jre,com.ibm.rad.webtools_core,com.ibm.rad.pde,com.ibm.rad.data_tools" profile="IBMSoftware Delivery Platform" id="com.ibm.rational.application.developer" version="7006_20080320_1728"/> </install> </agent-input> |