Microsoft.Windows.SoftwareInstallationWindows 소프트웨어 설치

Microsoft.Windows.SoftwareInstallation (ClassType)

모든 Windows 소프트웨어 설치

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  개체 상태 개체 상태 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  자산 상태 자산 상태 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  메모 메모 false 4000       
Microsoft.Windows.SoftwareInstallation:
ProductID  string  제품 ID 제품 ID false 256  False     
InstallDate  datetime  설치 날짜 설치 날짜 false 256       
Publisher  string  게시자 게시자 false 256  False     
MajorVersion  string  주 버전 주 버전 false 256  False     
MinorVersion  string  부 버전 부 버전 false 256  False     
ServicePack  string  서비스 팩 서비스 팩 false 256  False     
Language  string  언어 언어 false 256  False     
InstalledLocation  string  설치 위치 설치 위치 false 256  False     
InstallSource  string  원본 설치 원본 설치 false 256  False     
UninstallString  string  제거 문자열 제거 문자열 false 256  False     
RegisteredUser  string  등록된 사용자 등록된 사용자 false 256  False     
FamilyName  string  제품군 이름 제품군 이름 false 256  False     
CategoryName  string  범주 이름 범주 이름 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>