IBM Support

Using the command line to discover the installed versions of IBM Rational Rhapsody

Question & Answer


Question

How do you discover the installed versions of IBM Rational Rhapsody from the command line?

Cause

You want to use this information for automated installation scripting.

Answer

You can use the Windows Management Instrumentation to list the installed programs on a machine and then filter it using the FINDSTR windows command. For example, open a command prompt and type:

wmic product | FINDSTR Rhapsody


This will list all installed Rhapsody applications on the machine.

[{"Product":{"code":"SSB2MU","label":"IBM Engineering Systems Design Rhapsody"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"General Information","Platform":[{"code":"PF033","label":"Windows"}],"Version":"7.2;7.3;7.4;7.4.0.1;7.5;7.5.0.1;7.5.1;7.5.1.1;7.5.2;7.5.2.1;7.5.3;7.5.3.1;7.5.3.2;7.5.3.3;7.6;7.6.0.1;7.6.1;7.6.1.1;7.6.1.2;7.6.1.3;7.6.1.4;7.6.1.5;8.0;8.0.1;8.0.2;8.0.3;8.0.4;8.0.5;8.0.6;8.1;8.1.1;8.1.2;8.1.2.1;8.1.3;8.1.4;8.1.5;8.2;8.2.1","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Product Synonym

Rational Rhapsody

Document Information

Modified date:
27 May 2022

UID

swg22009249