Uninstalling the Pluggable Application Client using response files
You can uninstall the Pluggable Application Client using Installation Manager response files.
Before you begin
Optional: Perform or record the installation
of Installation Manager and installation of the Pluggable Application
Client to a temporary installation registry on one of your systems
so that you can use this temporary registry to record the uninstallation
without using the standard registry where Installation Manager is
installed.
About this task
Using Installation Manager, you can work with response files to uninstall the Pluggable Application Client in a variety of ways. You can record a response file using the GUI as described in the following procedure, or you can generate a new response file by hand or by taking an example and modifying it.
Procedure
Example
The following is an example of a response file for uninstalling the Pluggable Application
Client.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstall modify='false'>
<offering id='com.ibm.websphere.PLUGCLIENT.v85'
profile='Pluggable Application Client for IBM WebSphere Application Server V8.5'
features='pluggableclient.core.feature,pluggableclient.samples'/>
</uninstall>
<profile id='Pluggable Application Client for IBM WebSphere Application Server V8.5'
installLocation='C:\Program Files\IBM\WebSphere\PlugClient'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\PlugClient'/>
<data key='user.import.profile' value='false'/>
<data key='user.select.64bit.image,com.ibm.websphere.PLUGCLIENT.v85' value='false'/>
<data key='user.appclient.serverHostname' value='localhost'/>
<data key='user.appclient.serverPort' value='2809'/>
<data key='user.plugclient.sunJreHome' value='C:\Program Files\Java\jre6'/>
<data key='user.plugclient.sunJdkHome' value='C:\Program Files\Java\jdk1.6.0_21'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>Tip: See Sample
response file: Uninstalling the Pluggable Application Client for IBM WebSphere® Application Server for
an annotated sample of a response file for performing this procedure.