Uninstalling in Silent Mode

In Silent Mode, you can uninstall the product from the command line. To uninstall the product in silent mode, the .silent file should be present. Add the following parameters to the mysilent.silent file using the <entry key="keyname">keyvalue</entry> syntax shown below.

<entry key="uninstallProductID">bwpluginsap</entry>

<entry key="uninstallProductVersion">8.5.0</entry>

<entry key="uninstallTIBCOHome">c:/tibco</entry>

To uninstall this product in silent mode:

Procedure

  1. Navigate to the TIBCO_HOME/tools/universal_installer directory.
  2. Enter the following command to start the uninstallation. For example :
    • On Microsoft Windows:TIBCOUniversalInstaller-x86-64.exe -silent -V responseFile="mysilent.silent".
    • On Linux:./TIBCOUniversalInstaller-lnx-x86-64.bin-silent -V responseFile="mysilent.silent".
      Note: If you put the response file, .silent file to a directory other than the universal installer directory containing the installer, provide the absolute path of the response file.
    • On Oracle Solaris on x86-64: ./TIBCOUniversalInstaller-sol-x86.bin -silent -V responseFile="mysilent.silent".
    • On Oracle Solaris on SPARC: ./TIBCOUniversalInstaller-sol-sparc.bin -silent -V responseFile="mysilent.silent".
    • On Mac OS: ./TIBCOUniversalInstaller-mac.command -silent -V responseFile="mysilent.silent".
    • On IBM AIX: ./TIBCOUniversalInstaller-aix.bin -silent -V responseFile="mysilent.silent"
  3. You can also use the command line options to override the value in the silent file, but the file silent file should be present. The supported options are:
    • -V uninstallTIBCOHome="<tibco home path>"

    • -V uninstallProductID="<productID>"

    • -V uninstallProductVersion="<product version>"

    • -V uninstallAllProducts="true"
      Note:
      • uninstallTIBCOHome - this is 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 - this is 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 uninstallAllProducts="true" option must be used in order to uninstall all products as well.
      • uninstallProductVersion - this is 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 be able to uninstall all products.