Application\CIM_InstalledProduct.mof.mof (HTML version)

Return to index
CIM_InstalledProduct Superclass: CIM_Collection
The InstalledProduct object allows the grouping of SoftwareFeatures and SoftwareElements that represent the result of the installation of a purchased Product. InstalledProduct is defined to be Weak to a Product.
Often, Products are purchased once but may be installed several times in different locations on one or more systems. All of the SoftwareElements and SoftwareFeatures of a single install are grouped by an instance of InstalledProduct. These are defined using the associations, CollectedSoftwareFeatures and Collected SoftwareElements.
Qualifiers:Version ( "2.6.0" ) UMLPackagePath ( "CIM::Application::InstalledProduct" )
Parameters (local in grey)
MaxLen ( 64 )
Propagated ( "CIM_Product.IdentifyingNumber" )
Key
string ProductIdentifyingNumber ;
The scoping Product's identification.
MaxLen ( 256 )
Key
string CollectionID ;
The identification of the InstalledProduct object. This key can be used to differentiate between Product installations and could include the installation location.
MaxLen ( 64 )
Propagated ( "CIM_Product.Version" )
Key
string ProductVersion ;
The scoping Product's version information.
MaxLen ( 256 )
Propagated ( "CIM_Product.Name" )
Key
string ProductName ;
The scoping Product's commonly used name.
MaxLen ( 256 )
string Name ;
The Name property defines the label by which the object is known to the world, outside the data processing system. This label is a human-readable name that uniquely identifies the element in the context of the element's namespace.
MaxLen ( 256 )
Propagated ( "CIM_Product.Vendor" )
Key
string ProductVendor ;
The scoping Product's name.
MaxLen ( 256 )
Key
string SystemID ;
The identifying information of the System (ie, the instance) on which the Product is installed. If the System is not known, this property returns NULL. If the System is known and represented in CIM, the property contains the namespace and model paths of the instance, encoded as a string parameter. If known but not represented in CIM, the property contains some identifying string that names the System on which the Product is installed.
string ElementName ;
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.
MaxLen ( 64 )
string Caption ;
The Caption property is a short textual description (one- line string) of the object.
string Description ;
The Description property provides a textual description of the object.