You can use Installation Manager to install or remove a feature in the Application Client for IBM WebSphere Application Server.
This option installs the IBM Developer Kit, Java 2 Technology Edition.
This feature includes a development kit and a runtime-environment package. The runtime-environment package is always installed with the Java EE and Java thin application client feature even if this feature is not installed.
This option installs the Java 2 runtime environment.
This feature includes the Java 2 runtime environment of IBM Developer Kit, Java 2 Technology Edition.
This option installs the developer kit.
This feature includes the developer kit of IBM Developer Kit, Java 2 Technology Edition.
This option installs executable and source-code examples of programming in both Java EE and non-Java EE client environments.
IBM thin clients and resource adapters provide a set of clients and resource adapters for a variety of technologies, such as JAX-WS, JAX-RPC, JAX-RS, XML, EJB, JPA, JMS, and more. An embeddable container runs in a standalone Java Platform, Standard Edition environment. For example, you can use the embeddable EJB container to run enterprise beans outside the application server.
This option installs the runtime for standalone thin clients.
This option installs the embeddable EJB container.
The embeddable EJB container is a Java Archive (JAR) file that you can use to run enterprise beans in a standalone Java Platform, Standard Edition environment. You can run enterprise beans using this embeddable container outside the application server. The embeddable EJB container is a part of the EJB 3.1 specification and is primarily used for unit testing enterprise beans business logic.
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.
Go to the IBM® Installation Manager Version 1.6 Information Center or the IBM Installation Manager Version 1.5 Information Center for more information.
<?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.v85" />
</server>
<install modify='true'>
<offering id='com.ibm.websphere.APPCLIENT.v85'
profile='Application Client for IBM WebSphere Application Server V8.5'
features='samples,standalonethinclient.resourceadapter.runtime'/>
</install>
<uninstall modify='true'>
<offering id='com.ibm.websphere.APPCLIENT.v85'
profile='Application Client for IBM WebSphere Application Server V8.5'
features='embeddablecontainer,developerkit'/>
</uninstall>
<profile id='Application Client for IBM WebSphere Application Server V8.5'
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.v85' 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>
Read Installing the Application Client using the command line, Uninstalling the Application Client using the command line, and the IBM Installation Manager Version 1.6 Information Center or the IBM Installation Manager Version 1.5 Information Center for more information.