How to uninstall RV 8.4.0 silently.

How to uninstall RV 8.4.0 silently.

book

Article ID: KB0088506

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Description:
= = = = = = =

Use the TIBCOUniversalInstaller excutible under &lttibco home path>/ tools/universal_installer to uninstall RV 8.4.0 silently. The uninstaller can be run in silent mode using the following command line parameters:

-silent -V uninstallTIBCOHome="&lttibco home path>" -V uninstallProductID="&ltproductID>" -V uninstallProductVersion="&ltproduct version>"

• uninstallProductID - this is the ID of the product you want to uninstall as defined in the feature config or _installInfo xml file. A wildcard "*" can be used to uninstall all products.

• uninstallProductVersion - this is the version of the product you specified with the uninstallProductID value. If not specified, all versions matching the uninstallProductID will be removed.

• uninstallTIBCOHome (version 2.9.1+ only) - the path to the TIBCO_HOME you want to run the uninstaller. This value is required and will be validated before the uninstall can proceed in silent mode.

Example:.

TIBCOUniversalInstaller-hpux-hppa.bin -silent -V uninstallTIBCOHome=”/home/corp/syao/tibcoTest” -V uninstallProductID="rv" -V uninstallProductVersion="8.4.0"

Environment:
= = = = = =  =
RV 8.4

Issue/Introduction

How to uninstall RV 8.4.0 silently.