Uninstallation of TIBCO ActiveMatrix Adapter for Database 7.x in silent mode
book
Article ID: KB0076797
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix Adapter for Database
7.0.0, 7.1.0, 7.2.0
Description
In Silent Mode, TIBCO ActiveMatrix Adapter for Database 7.x can be uninstalled from the command line.
Environment
Product: TIBCO ActiveMatrix Adapter for Database
Version: 7.x
OS: All Supported Operating Systems
Resolution
To uninstall TIBCO ActiveMatrix Adapter for Database 7.x in silent mode, the .silent file should be present. Create a file with extention ".silent" say mysilent.silent at the location "<TIBCO_Home>\tools\universal_installer" and select Save as type: All types("."). Add the following parameters to the mysilent.silent file using the <entry key="keyname">keyvalue</entry> syntax. Below is the content of a sample file say mysilent.silent where the location of the Tibco Home is "C:\TIBCO_Home\" and Active Database Adapter version is 7.2.0 : " <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <entry key="uninstallProductID">adadb</entry> <entry key="uninstallProductVersion">7.2.0</entry> <entry key="uninstallTIBCOHome">C:\TIBCO_Home\</entry> </properties> " Below is the procedure to uninstall this product in silent mode: 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-platform_acronym.bin -silent -V responseFile="mysilent.silent".
If the response file i.e mysilent.silent is present in a directory other than the universal installer directory containing the installer, provide the absolute path of the response file
3. The command line options can be used to override the value in the silent file but the silent file should be present. The supported options are: ● -V uninstallTIBCOHome="<tibco home path>" ● -V uninstallProductID="<productID>" ● -V uninstallProductVersion="<product version>" ● -V uninstallAllProducts="true"
Issue/Introduction
Uninstallation of TIBCO ActiveMatrix Adapter for Database 7.x in silent mode