IBM BPM, V8.0.1, All platforms > Install IBM BPM > Update IBM BPM > Installing fix packs and interim fixes

Uninstalling interim fixes silently

You can uninstall an interim fix for IBM BPM using the command-line mode of the Installation Manager.

You must perform the uninstallation using the same user account that you used to install the product packages.

Important: An interim fix cannot be uninstalled when another interim fix has a dependency on it, unless the dependent interim fix is also selected to be uninstalled. If you try to remove an interim fix that has a dependency on it from another interim fix, you will receive an error message.


Procedure

To uninstall an interim fix silently:

  1. Stop all software for the product that you are updating. Close programs and stop servers that have profiles for this product.
  2. Open a command prompt, and change directories to the /eclipse/tools directory under Installation Manager.

    If you are running Windows 7, Windows Vista, or Windows Server 2008, start your command prompt by right-clicking and selecting Run as administrator.

  3. Make the appropriate replacements and run the following command:
    imcl uninstall  fixID -installationDirectory  installationDirectory -log  logLocation

    1. Replace fixID with the ID of the interim fix. The ID can be found in the repository.xml file in the directory where you extracted the interim fix, in the fix id element.

      For example:

      <fix id="8.0.0.0-WS-BPMADVWESB-IFJR39658" version="0.0.0.20111115_1047" offeringId="EnhancedFix" offeringVersion="0.0.0.EnhancedFix">
    2. Replace installationDirectory with the location where installed IBM BPM.
    3. Replace logLocation with the location and file name to log the information.

    For example:

    C:\Program Files\IBM\Installation Manager\eclipse\tools>imcl uninstall 8.0.0.0-WS-BPMADVWESB-IFJR39658 -installationDirectory C:\IBM\BPM80 -log logfix.txt


Results

The log (specified by the -log parameter) contains no error messages if uninstalling is successful. The command line shows a message that the fix was uninstalled.

Installing fix packs and interim fixes