![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
Uninstalling the product offerings by using response files
You can uninstall any product offering by using Installation Manager response files.
Before you begin
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
Before you uninstall the product, ensure that your user profile has *ALLOBJ
and *SECADM special authorities.
About this task
- All WebSphere® Application Server editions
- Application Client for WebSphere Application Server
- DMZ Secure Proxy Server for WebSphere Application Server
- IBM® HTTP Server
- Web Server Plug-ins
- WebSphere Customization Toolbox
For a full list of product offerings, see WebSphere Application Server product offerings for supported operating systems.
Procedure
Example
The following sample response file uninstalls the WebSphere Application Server, Network Deployment and IBM SDK, Java Technology Edition, Version 8
offerings on Windows.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstall modify='false'>
<offering id='com.ibm.websphere.ND.v90'
profile='IBM WebSphere Application Server V9.0'/>
<offering id='com.ibm.java.jdk.v8'
profile='IBM WebSphere Application Server V9.0'/>
</uninstall>
<profile id='IBM WebSphere Application Server V9.0'
installLocation='C:\Program Files\IBM\WebSphere\AppServer'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='cs,de,en,es,fr,hu,it,ja,ko,pl,pt_BR,ro,ru,zh,zh_HK,zh_TW'/>
</profile>
</agent-input>
The following sample response file uninstalls all offerings in the IBM WebSphere
Application Server V9.0 package group on
Windows.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstallAll profile='IBM WebSphere Application Server V9.0'>
</uninstallAll>
<profile id='IBM WebSphere Application Server V9.0'
installLocation='C:\Program Files\IBM\WebSphere\AppServer'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='cs,de,en,es,fr,hu,it,ja,ko,pl,pt_BR,ro,ru,zh,zh_HK,zh_TW'/>
</profile>
</agent-input>