Microsoft.Windows.SoftwareInstallationWindows Software Installation

Microsoft.Windows.SoftwareInstallation (ClassType)

All Windows software installations

Element properties:

Base ClassSystem.SoftwareInstallation
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId11be9fa5-1146-c7e3-ee95-9f8177d19152

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.Windows.SoftwareInstallation:
ProductID  string  Product ID Product ID false 256  False     
InstallDate  datetime  Install Date Install Date false 256       
Publisher  string  Publisher Publisher false 256  False     
MajorVersion  string  Major Version Major Version false 256  False     
MinorVersion  string  Minor Version Minor Version false 256  False     
ServicePack  string  Service Pack Service Pack false 256  False     
Language  string  Language Language false 256  False     
InstalledLocation  string  Installed Location Installed Location false 256  False     
InstallSource  string  Install Source Install Source false 256  False     
UninstallString  string  Uninstall String Uninstall String false 256  False     
RegisteredUser  string  Registered User Registered User false 256  False     
FamilyName  string  Family Name Family Name false 256  False     
CategoryName  string  Category Name Category Name false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.SoftwareInstallation" Base="System!System.SoftwareInstallation" Accessibility="Public" Hosted="true" Abstract="true">
<Property ID="ProductID" Type="string"/>
<Property ID="InstallDate" Type="datetime"/>
<Property ID="Publisher" Type="string"/>
<Property ID="MajorVersion" Type="string"/>
<Property ID="MinorVersion" Type="string"/>
<Property ID="ServicePack" Type="string"/>
<Property ID="Language" Type="string"/>
<Property ID="InstalledLocation" Type="string"/>
<Property ID="InstallSource" Type="string"/>
<Property ID="UninstallString" Type="string"/>
<Property ID="RegisteredUser" Type="string"/>
<Property ID="FamilyName" Type="string"/>
<Property ID="CategoryName" Type="string"/>
</ClassType>