IBM BPM, V8.0.1, All platforms > Install IBM BPM > Uninstalling IBM BPM

Uninstalling IBM BPM silently

You can use the command-line mode of the Installation Manager to uninstall IBM BPM.

Close all programs that installed using the Installation Manager.

To uninstall, you must log in to the system using the same user account that you used to install.


Procedure

To silently uninstall IBM BPM, complete the following steps:

  1. 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.

  2. Make the appropriate replacements and run the following command:
    imcl uninstall  list_of_product_IDs -installationDirectory  installationDirectory -log  logLocation -properties  optionalProperties

    1. Replace list_of_product_IDs with a list of the IDs for the products you want to uninstall, separated by spaces.

      The DB2 Express installation might be used by multiple products, including products on a remote system. If you uninstall DB2 Express, all DB2 Express databases and database assets are deleted.

      Product IDs
      Product Product ID
      IBM BPM Advanced com.ibm.bpm.ADV.V80
      IBM BPM Advanced: Process Server com.ibm.bpm.PS.V80
      IBM BPM Standard com.ibm.bpm.STD.V80
      IBM BPM Express com.ibm.bpm.EXP.V80
      IBM Process Designer com.ibm.bpm.pdesigner.v80
      WebSphere Application Server Network Deployment com.ibm.websphere.ND.v80
      Installation Manager com.ibm.cic.agent
      DB2 for Linux 32-bit com.ibm.ws.DB2EXP97.linuxia32
      DB2 for Linux 64-bit com.ibm.ws.DB2EXP97.linuxia64
      DB2 for Windows 32-bit com.ibm.ws.DB2EXP97.winia32
      DB2 for Windows 64-bit com.ibm.ws.DB2EXP97.winia64

    2. Replace installationDirectory with the location where installed the product.
    3. Replace logLocation with the location and file name to log the information.


Results

Installation Manager uninstalls the list of products and writes a log file to the directory that you specified.


Example

The following example uninstalls IBM BPM Advanced, WebSphere Application Server ND, and DB2 Express from Windows.

C:\Program Files\IBM\Installation Manager\eclipse\tools>imcl uninstall com.ibm.bpm.ADV.V80 com.ibm.websphere.ND.v80 com.ibm.ws.DB2EXP97.winia32 -installationDirectory C:\IBM\BPM80 -log uninstalllog.txt

Uninstalling IBM BPM


Related reference:

Command-line arguments for imcl