You can record this response file using the
GUI and Installation Manager's record mode, or you can manually create
or modify a response file to suit your needs.
Example: Here is a response file that modifies
an existing Application Client for IBM WebSphere Application Server
installation:
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<server>
<repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.APPCLIENT.v80" />
</server>
<install modify='true'>
<offering id='com.ibm.websphere.APPCLIENT.v80'
profile='Application Client for IBM WebSphere Application Server V8.0'
features='samples,standalonethinclient.resourceadapter.runtime'/>
</install>
<uninstall modify='true'>
<offering id='com.ibm.websphere.APPCLIENT.v80'
profile='Application Client for IBM WebSphere Application Server V8.0'
features='embeddablecontainer,developerkit'/>
</uninstall>
<profile id='Application Client for IBM WebSphere Application Server V8.0'
installLocation='C:\Program Files\IBM\WebSphere\AppClient'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppClient'/>
<data key='user.import.profile' value='false'/>
<data key='user.select.64bit.image,com.ibm.websphere.APPCLIENT.v80' value='false'/>
<data key='user.appclient.serverHostname' value='localhost'/>
<data key='user.appclient.serverPort' value='2809'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>