卸载产品激活包

使用 imcl 卸载产品激活包。

关于此任务

使用响应文件卸载产品激活包。使用文本编辑器创建响应文件:responsefile.xml
<agent-input clean='true' temporary='true'>
<uninstall>
 <offering profile='Licenses' id='the_license_activation_kit_id_to_be_removed'></offering>
</uninstall>
</agent-input>
查看 installRegistry.xml 文件以找到产品激活包标识。 该文件位于代理程序数据位置中。产品激活包标识在以下部分中,通常位于文件底部。
<profile id='SDP Licenses' kind='license'>
... </profile>
例如,如果安装了 Rational Manual Tester,那么响应文件指的是:

<offering id='com.ibm.rational.manual.tester.pek.la.offering'>

过程

使用响应文件卸载产品激活包。
  1. 打开命令行实用程序。
  2. 打开 tools 目录
  3. 运行以下命令以卸载产品激活包:imcl.exe input responsefile.xml

结果

将会除去产品激活包。

反馈