Uninstalling in Silent Mode

In Silent Mode, you can uninstall the product from the command line.

Prerequisites

Before uninstalling the plug-in, stop all running processes in the installation environment.

Add the following parameters to the mysilent.silent file by using the<entry key="keyname">keyvalue</entry> syntax:
<entry key="uninstallProductID">bwpluginsnowflake</entry> 
<entry key="uninstallProductVersion">6.0.0</entry>
<entry key="uninstallTIBCOHome">c:/tibco</entry> 
		

Procedure

  1. Navigate to the TIBCO_HOME/tools/universal_installer directory.
  2. Enter the following command to start the uninstallation.
    • On Microsoft Windows: TIBCOUniversalInstaller-x86-64.exe -silent -V responseFile="mysilent.silent"
    • On Linux:./TIBCOUniversalInstaller-lnx-x86-64.bin -silent -V responseFile="mysilent.silent"
    • On macOS: ./TIBCOUniversalInstaller-mac.command -silent -V responseFile="mysilent.silent"
      Note: the .silent response file is placed in a directory other than the universal installer directory containing the installer, provide the absolute path to the response file.
  3. You can also use the command-line options to override the value in the silent file. The following options are supported:
    • -V uninstallTIBCOHome="<TIBCO_HOME path>"

    • -V uninstallProductID="<productID>"

    • -V uninstallProductVersion="<product version>"

    • -V uninstallAllProducts="true"
    Command-Line Options Description
    uninstallTIBCOHome The path to the TIBCO_HOME that you want to run the uninstaller. This value is required and is validated before the uninstallation can proceed in the silent mode.
    uninstallProductID The ID of the product that you want to uninstall as defined in the feature config or _installInfo xml file. A wildcard "*" can be used to uninstall all products. The uninstallAllProducts="true" option must be used in order to uninstall all products.
    uninstallProductVersion The version of the product that you specified with the uninstallProductID value. If not specified, all versions matching the uninstallProductID is removed.
    uninstallAllProducts This option must be used in addition to setting uninstallProductID="*" in the silent file to uninstall all products.