BACK TO INDEX

Win32_Product
Instances of this class represent products as they are installed by MSI. A product generally correlates to a single installation package.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the Product.
DescriptionStringA textual description of the product.
IdentifyingNumberStringProduct identification such as a serial number on software, a die number on a hardware chip, or (for non-commercial Products) a project number.
InstallDateStringThe installation date. The InstallDate property has been deprecated in favor of the InstallDate2 property which is of type DateTime rather than String. New implementations should use the InstallDate2 property.
InstallDate2DateTimeThe InstallDate2 property represents the installation date of the product.
InstallLocationStringThe location of the installed product.
InstallStateSInt16The installed state of the product.
NameStringCommonly used product name.
PackageCacheStringThe location of the locally cached package for this product.
SKUNumberStringProduct SKU (stock keeping unit) information.
VendorStringThe name of the Product's supplier, or entity selling the Product (the manufacturer, reseller, OEM, etc.). Corresponds to the Vendor property in the Product object in the DMTF Solution Exchange Standard.
VersionStringProduct version information. Corresponds to the Version property in the product object in the DMTF Solution Exchange Standard.
SAMPLE DATA INSTANCE
   Timed out