How can I find the list of TIBCO softwares and hotfixes installed on a machine using command line?

How can I find the list of TIBCO softwares and hotfixes installed on a machine using command line?

book

Article ID: KB0075163

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) -
Not Applicable -

Description

 

This solution will work with UniversalInstaller 3.2.5 V2 and above. To view all installed products and hotfixes on a machine, the following command-line option can be used with the Universal Installer located under $TIBCO_HOME/tools/universal_installer.    

===================================== 

-console -V generateProductInfo="true"

=====================================

Example.

On Windows : TIBCOUniversalInstaller-x86-64.exe  -console -V generateProductInfo="true"

On Linux/Unix   : ./TIBCOUniversalInstaller-lnx-x86-64.bin -console -V generateProductInfo="true"

A log file named tibco_productinfo_<timestamp>_install.txt will be generated in the directory in which the command was launched and will contain all installed product information.   

In case this command doesn't find any TIBCO product information, please check "*
_prodInfo.xml" under $TIBCO_HOME/_installInfo, and contact TIBCO support if further help is needed. 

=========
Note: you can find the version with the command 

./TIBCOUniversalInstaller-lnx-x86-64.bin -console -is:version

 

NOTE: From TIBCO RV 8.5.0 and EMS 8.5.0 onwards these products do not use Universal Installer, but use platform installers. The above solution will identify RV 8.5.0 and EMS 8.5.0 only if they have been installed in the same TIBCO_HOME with the products which support Universal Installer.

Issue/Introduction

This Article will provide solution to following questions: 1] How can I find the list of TIBCO softwares and hotfixes installed on a machine using command line? 2] Is there a command line option to list installed TIBCO Software and hotfixes?