Win32_InstalledWin32Program class

The Win32_InstalledWin32Program class represents an installed Win32 application.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

class Win32_InstalledWin32Program
{
  string ProgramId;
  string Name;
  string Vendor;
  string Version;
  string Language;
  string MsiPackageCode;
  string MsiProductCode;
};

Members

The Win32_InstalledWin32Program class has these types of members:

Properties

The Win32_InstalledWin32Program class has these properties.

Language

Data type: string

Access type: Read-only

The supported languages for the installed Win32 application.

MsiPackageCode

Data type: string

Access type: Read-only

The MSI package code, if the Win32 application was installed using an MSI.

MsiProductCode

Data type: string

Access type: Read-only

The MSI product code, if the Win32 application was installed using an MSI.

Name

Data type: string

Access type: Read-only

The name of the installed Win32 application.

ProgramId

Data type: string

Access type: Read-only

Qualifiers: Key

The unique identifier of the installed Win32 application. This value helps correlate Win32_InstalledWin32Program with Win32_InstalledProgramFramework.

Vendor

Data type: string

Access type: Read-only

The publisher of the installed Win32 application.

Version

Data type: string

Access type: Read-only

The version of the installed Win32 application.

Requirements

Requirement Details
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
None supported
Namespace
Root\CIMv2
MOF
Aeinv.mof