Win32_MSIResource class

The Win32_MSIResource abstract WMI class represents any resources that are used by the Installer during the course of an installation, an update, or an upgrade.

Note

For more information about support or requirements for installation on a specific operating system, see Operating System Availability of WMI Components.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

class Win32_MSIResource : CIM_Setting
{
  string Caption;
  string Description;
  string SettingID;
};

Members

The Win32_MSIResource class has these types of members:

Properties

The Win32_MSIResource class has these properties.

Caption

Data type: string

Access type: Read-only

Short textual description of the CIM_Setting object.

Description

Data type: string

Access type: Read-only

Description of the CIM_Setting object.

SettingID

Data type: string

Access type: Read-only

Identifier by which the CIM_Setting object is known.

Remarks

The Win32_MSIResource class is derived from CIM_Setting.

Requirements

Minimum supported client
Windows XP
Minimum supported server
Windows Server 2003
Namespace
Root\CIMV2
MOF
Msi.mof
DLL
Msiprov.dll

See also

Installed Applications Classes