Core\CIM_ProductProductDependency.mof.mof (HTML version)

Return to index
CIM_ProductProductDependency
CIM_ProductProductDependency is an association between two Products, indicating that one must be installed, or must be absent, for the other to function. This is conceptually equivalent to the ServiceServiceDependency association.
Qualifiers:Version ( "2.6.0" ) Association
Parameters (local in grey)
Key
CIM_Product REF RequiredProduct ;
The required Product.
Key
CIM_Product REF DependentProduct ;
The Product that is dependent on another Product.
Values { "Unknown" , "Other" , "Product Must Be Installed" , "Product Must Not Be Installed" }
ValueMap { "0" , "1" , "2" , "3" }
uint16 TypeOfDependency ;
The nature of the Product dependency. This property describes that the associated Product must be installed (value=2) or must be absent (value=3) in order for the Product to function.