Reference for Win32_Condition
|
|
Category (Kategorie): Windows Installer Applications
Description (Beschreibung): The Win32_Condition WMI class represents the criteria used to determine the selection state of any entry in the Win32_Feature class, based on a conditional expression. If Win32_Condition evaluates to True, the corresponding feature is installed at the level specified by the Level property. Using this mechanism, any feature can be permanently disabled (by setting Level to 0), set to be always installed (by setting Level to 1), or set to a different install priority (by setting Level to an intermediate value). The level may be determined based upon any conditional statement, such as a test for platform, operating system, a particular property setting, etc.
Availability (Verfügbarkeit): WMI Class Name | Windows Server 2003 | Windows XP Professional | Windows 2000 | Windows NT 4.0 | Windows 98 | Win32_Condition | - | Yes | Yes | Yes | Yes |
Properties (Attribute): Item | Server 2003 | XP Pro | Windows 2000 | NT 4.0 | Windows 98 | Caption | - | Yes | Yes | Yes | Yes | CheckID | - | Yes | Yes | Yes | Yes | CheckMode | - | Yes | Yes | Yes | Yes | Condition | - | Yes | Yes | Yes | Yes | Description | - | Yes | Yes | Yes | Yes | Feature | - | Yes | Yes | Yes | Yes | Level | - | Yes | Yes | Yes | Yes | Name | - | Yes | Yes | Yes | Yes | SoftwareElementID | - | Yes | Yes | Yes | Yes | SoftwareElementState | - | Yes | Yes | Yes | Yes | TargetOperatingSystem | - | Yes | Yes | Yes | Yes | Version | - | Yes | Yes | Yes | Yes |
Methods (Methoden): Item | Server 2003 | XP Pro | Windows 2000 | NT 4.0 | Windows 98 | Invoke | - | Yes | Yes | Yes | Yes |
Sample Code (Beispiel):
Not available. (Nicht verfügbar.)
Links:
Link zur Original-Microsoft-Dokumentation
www.IT-Visions.de, (C) Dr. Holger Schwichtenberg
|