![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
使用响应文件卸载产品
可以使用 Installation Manager 响应文件来卸载任何产品。
开始之前
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
在卸载产品之前,请确保用户概要文件具有 *ALLOBJ 和 *SECADM 特权。
关于此任务
- 所有的 WebSphere® Application Server 修订版
- Application Client for WebSphere Application Server
- DMZ Secure Proxy Server for WebSphere Application Server
- IBM® HTTP Server
- Web 服务器插件
- WebSphere Customization Toolbox
有关产品的完整列表,请参阅用于受支持操作系统的 WebSphere Application Server 产品供应项目。
过程
示例
以下样本响应文件可在 Windows 上卸载 WebSphere Application Server Network Deployment
和 IBM SDK Java Technology Edition V8 产品。
<?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>
以下样本响应文件可在 Windows 上卸载 IBM WebSphere Application Server V9.0 软件包组中的所有产品。
<?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>