卸载产品激活工具箱

使用 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

结果

将会除去产品激活工具箱。

反馈