Win32_SoftwareElement, ROOT\CIMV2\ms_409

Class | Methods | Properties (19) | Qualifiers (3) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

SoftwareFeatures and SoftwareElements: A 'SoftwareFeature' is a distinct subset of a Product, consisting of one or more 'SoftwareElements'. Each SoftwareElement is defined in a Win32_SoftwareElement instance, and the association between a feature and its SoftwareFeature(s) is defined in the Win32_SoftwareFeatureSoftwareElement Association. Any component can be 'shared' between two or more SoftwareFeatures. If two or more features reference the same component, that component will be selected for installation if any of these features are selected.

Win32_SoftwareElement properties

Win32_SoftwareElement has 19 properties (3 Local, 16 Derived)

NameOriginCIMType
AttributesWin32_SoftwareElement18 [uint16]
BuildNumberCIM_SoftwareElement8 [string]
CaptionCIM_ManagedSystemElement8 [string]
CodeSetCIM_SoftwareElement8 [string]
DescriptionCIM_ManagedSystemElement8 [string]
IdentificationCodeCIM_SoftwareElement8 [string]
InstallDateCIM_ManagedSystemElement101 [datetime]
InstallStateWin32_SoftwareElement2 [sint16]
LanguageEditionCIM_SoftwareElement8 [string]
ManufacturerCIM_SoftwareElement8 [string]
key
Name
CIM_ManagedSystemElement8 [string]
OtherTargetOSCIM_SoftwareElement8 [string]
PathWin32_SoftwareElement8 [string]
SerialNumberCIM_SoftwareElement8 [string]
key
SoftwareElementID
CIM_SoftwareElement8 [string]
key
SoftwareElementState
CIM_SoftwareElement18 [uint16]
StatusCIM_ManagedSystemElement8 [string]
key
TargetOperatingSystem
CIM_SoftwareElement18 [uint16]
key
Version
CIM_SoftwareElement8 [string]

Detailed description of Win32_SoftwareElement properties

Local properties (3) of Win32_SoftwareElement class

Attributes property
CIMTYPE'uint16'
Description'A bit map containing the remote execution options for the software element.'
Attributes property is in 6 classes of ROOT\CIMV2\ms_409 and in 11 namespaces
InstallState property
CIMTYPE'sint16'
Description'The current installed state for the software element.'
values['Not Used', 'Bad Configuration', 'Source Absent', 'Error', 'Absent', 'Local', 'Source']
InstallState property is in 4 classes of ROOT\CIMV2\ms_409 and in 2 namespaces
Path property
CIMTYPE'string'
Description'The path to the installed software element. If the component is a registry key,the registry roots are represented numerically. For example, a registry path of "HKEY_CURRENT_USER\SOFTWARE\Microsoft" would be returned as "01:\SOFTWARE\Microsoft". The registry roots returned are defined as follows:RootReturned Value
HKEY_CLASSES_ROOT 00
HKEY_CURRENT_USER 01
HKEY_LOCAL_MACHINE 02
HKEY_USERS 03'
Path property is in 14 classes of ROOT\CIMV2\ms_409 and in 30 namespaces

Derived properties (16) of Win32_SoftwareElement class

BuildNumber property
CIMTYPE'string'
Description'The internal identifier for this compilation of this software element.'
BuildNumber property is in 6 classes of ROOT\CIMV2\ms_409 and in 10 namespaces
Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one-line string) of the object.'
Caption property is in 273 classes of ROOT\CIMV2\ms_409 and in 37 namespaces
CodeSet property
CIMTYPE'string'
Description'The code set used by this software element. '
CodeSet property is in 10 classes of ROOT\CIMV2\ms_409 and in 4 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object. '
Description property is in 329 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
IdentificationCode property
CIMTYPE'string'
Description' The value of this property is the manufacturer's identifier for this software element. Often this will be a stock keeping unit (SKU) or a part number.'
IdentificationCode property is in 5 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
InstallDate property
CIMTYPE'datetime'
Description'The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.'
InstallDate property is in 223 classes of ROOT\CIMV2\ms_409 and in 23 namespaces
LanguageEdition property
CIMTYPE'string'
Description'The value of this property identifies the language edition of this software element. The language codes defined in ISO 639 should be used. Where the software element represents multi-lingual or international version of a product, the string multilingual should be used.'
LanguageEdition property is in 5 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
Manufacturer property
CIMTYPE'string'
Description'Manufacturer of this software element'
Manufacturer property is in 54 classes of ROOT\CIMV2\ms_409 and in 17 namespaces
Name property
CIMTYPE'string'
Description'The name used to identify this software element'
keyTrue
Name property is in 306 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
OtherTargetOS property
CIMTYPE'string'
Description' The OtherTargetOS property records the manufacturer and operating system type for a software element when the TargetOperatingSystem property has a value of 1 ("Other"). Therefore, when the TargetOperatingSystem property has a value of "Other", the OtherTargetOS property must have a non-null value. For all other values of TargetOperatingSystem, the OtherTargetOS property is to be NULL. '
OtherTargetOS property is in 5 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
SerialNumber property
CIMTYPE'string'
Description'The assigned serial number of this software element.'
SerialNumber property is in 30 classes of ROOT\CIMV2\ms_409 and in 24 namespaces
SoftwareElementID property
CIMTYPE'string'
Description' This is an identifier for this software element and is designed to be used in conjunction with other keys to create a unique representation of this CIM_SoftwareElement'
keyTrue
SoftwareElementID property is in 53 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
SoftwareElementState property
CIMTYPE'uint16'
Description' The SoftwareElementState is defined in this model to identify various states of a software elements life cycle. - A software element in the deployable state describes the details necessary to successful distribute it and the details (conditions and actions) required to create a software element in the installable state (i.e., the next state). - A software element in the installable state describes the details necessary to successfully install it and the details (conditions and actions required to create a software element in the executable state (i.e., the next state). - A software element in the executable state describes the details necessary to successfully start it and the details (conditions and actions required to create a software element in the running state (i.e., the next state). - A software element in the running state describes the details necessary to monitor and operate on a start element.'
keyTrue
Values['Deployable', 'Installable', 'Executable', 'Running']
SoftwareElementState property is in 53 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
Status property
CIMTYPE'string'
Description'The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.'
Values['OK', 'Error', 'Degraded', 'Unknown', 'Pred Fail', 'Starting', 'Stopping', 'Service', 'Stressed', 'NonRecover', 'No Contact', 'Lost Comm']
Status property is in 225 classes of ROOT\CIMV2\ms_409 and in 42 namespaces
TargetOperatingSystem property
CIMTYPE'uint16'
Description'The TargetOperatingSystem property allows the provider to specify the operating system environment. The value of this property does not ensure binary executable. Two other pieces of information are needed. First, the version of the OS needs to be specified using the OS version check. The second piece of information is the architecture the OS runs on. The combination of these constructs allows the provider to clearly identify the level of OS required for a particular software element.'
keyTrue
Values['Unknown', 'Other', 'MACOS', 'ATTUNIX', 'DGUX', 'DECNT', 'Digital Unix', 'OpenVMS', 'HPUX', 'AIX', 'MVS', 'OS400', 'OS/2', 'JavaVM', 'MSDOS', 'WIN3x', 'WIN95', 'WIN98', 'WINNT', 'WINCE', 'NCR3000', 'NetWare', 'OSF', 'DC/OS', 'Reliant UNIX', 'SCO UnixWare', 'SCO OpenServer', 'Sequent', 'IRIX', 'Solaris', 'SunOS', 'U6000', 'ASERIES', 'TandemNSK', 'TandemNT', 'BS2000', 'LINUX', 'Lynx', 'XENIX', 'VM/ESA', 'Interactive UNIX', 'BSDUNIX', 'FreeBSD', 'NetBSD', 'GNU Hurd', 'OS9', 'MACH Kernel', 'Inferno', 'QNX', 'EPOC', 'IxWorks', 'VxWorks', 'MiNT', 'BeOS', 'HP MPE', 'NextStep', 'PalmPilot', 'Rhapsody', 'Windows 2000', 'Dedicated', 'VSE', 'TPF']
TargetOperatingSystem property is in 53 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
Version property
CIMTYPE'string'
Description'Version should be in the form .. or .'
keyTrue
Version property is in 96 classes of ROOT\CIMV2\ms_409 and in 142 namespaces

Win32_SoftwareElement Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'SoftwareFeatures and SoftwareElements: A 'SoftwareFeature' is a distinct subset of a Product, consisting of one or more 'SoftwareElements'. Each SoftwareElement is defined in a Win32_SoftwareElement instance, and the association between a feature and its SoftwareFeature(s) is defined in the Win32_SoftwareFeatureSoftwareElement Association. Any component can be 'shared' between two or more SoftwareFeatures. If two or more features reference the same component, that component will be selected for installation if any of these features are selected.'
LOCALE1033

Win32_SoftwareElement System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\CIMV2\ms_409:Win32_SoftwareElement'___SYSTEM8
__NAMESPACE'ROOT\CIMV2\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_SoftwareElement', 'CIM_LogicalElement', 'CIM_ManagedSystemElement']___SYSTEM8
__PROPERTY_COUNT19___SYSTEM3
__RELPATH'Win32_SoftwareElement'___SYSTEM8
__DYNASTY'CIM_ManagedSystemElement'___SYSTEM8
__SUPERCLASS'CIM_SoftwareElement'___SYSTEM8
__CLASS'Win32_SoftwareElement'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_SoftwareElement

Number of classes:28
comments powered by Disqus
WUtils.com