BACK TO INDEX

Win32_PublishComponentAction
The PublishComponents action manages the advertisement of the components that may be faulted in by other products with the system. In the Advertise mode the action publishes the all components for which the corresponding feature is enabled. Else the action publishes components for which the corresponding feature is currently selected to be installed.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActionIDStringThe ActionID property is a unique identifier assigned to a particular action for a software element.
AppDataStringA localizable text describing the qualified component of this instance. The string is commonly parsed by the application and can be displayed to the user.
CaptionStringNA
ComponentIDStringThe SoftwareElementID of the software element associated with this action.
DescriptionStringA description of the object.
DirectionUInt16The Direction property indicates whether a particular CIM_Action object is part of a sequence of actions to transition the current software element to its next state, such as "Install" or to remove the current software element, such as "Uninstall".
NameStringName is used to identify this software element
QualStringA text string that qualifies the value in the ComponentId property. A qualifier is used to distinguish multiple forms of the same software element, such as a software element that is implemented in multiple languages.
SoftwareElementIDString The SoftwareElementID is an identifier for this software element.
SoftwareElementStateUInt16 The SoftwareElementState indicates the state of a software element
TargetOperatingSystemUInt16The TargetOperatingSystem indicates the target operating system of the owning software element.
VersionStringVersion should be in the form .. or ..
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_PublishComponentAction
   {
    ActionID = "{9F333832-7111-11D3-BABF-00A0C9034D81}ID_00021.DPC{90120000-0021-0000-0000-0000000FF1CE}";
    Caption = "{9F333832-7111-11D3-BABF-00A0C9034D81}";
    ComponentID = "{9F333832-7111-11D3-BABF-00A0C9034D81}";
    Description = "{9F333832-7111-11D3-BABF-00A0C9034D81}";
    Name = "{9F333832-7111-11D3-BABF-00A0C9034D81}";
    Qual = "ID_00021.DPC";
   };