卸载产品激活包

使用 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 目录。有关 tools 目录的更多信息,请参阅 查找 tools 目录
  3. 运行以下命令以卸载产品激活包:imcl.exe input responsefile.xml

结果

将会除去产品激活包。

反馈