installInfo

The "installInfo" command displays information about products, hotfixes, and engineering builds from the current TIBCO_HOME or a specific TIBCO_HOME. For products and hotfixes, the information is retrieved from the _installInfo folder. For engineering builds, the information is retrieved from the _ebInstallInfo folder.

The command also creates an XML file named installinfo.xml in the specified or current TIBCO_HOME with all the details.

Arguments

See Common Arguments. In addition to arguments that are common across all commands, the following arguments can be specified:
Argument Description
-tibcoHome <path> The location of the TIBCO_HOME folder for which the information needs to be retrieved.

Example 1

> installInfo

The command displays details of the current TIBCO_HOME. For example:

ProductDescription: TIBCO ActiveMatrix Service Grid 3.4.0
ProductVersion: 3.4.0.000
ProductID: amsg

The following XML file is created in the current TIBCO_HOME:

Example 2

 installInfo -tibcoHome <TIBCO_HOME>

The command displays details of installations in the specified TIBCO_HOME (from the _installInfo folder) and engineering builds installed in the specified TIBCO_HOME (from the _ebInstallInfo folder).

ProductDescription: TIBCO ActiveMatrix Service Grid 3.3.0
ProductVersion: 3.3.0.000
ProductID: amsg
ProductDescription: TIBCO ActiveMatrix Service Grid 3.4.0
ProductVersion: 3.4.0.000
ProductID: amsg
ProductDescription: TIBCO ActiveMatrix® BPM 4.0.0 Hotfix 1
ProductVersion: 4.0.0.001
ProductID: amx-bpm
ProductDescription: TIBCO ActiveMatrix® BPM 4.0.0
ProductVersion: 4.0.0
ProductID: amx-bpm
ProductDescription: TIBCO Hawk® 5.2.0
ProductVersion: 5.2.0
ProductID: hawk
ProductDescription: TIBCO ActiveMatrix Platform 3.3.0 Hotfix-017 
ProductVersion: 3.3.0.017
ProductID: hf-amx330-prod
ProductDescription: TIBCO ActiveMatrix Engineering Build 
ProductVersion: AMX_3.3.0_ENGINEERING_BUILD10
ProductID: EB

The following XML file is created in the specified TIBCO_HOME: