InstallableItem Class
Applies To: Windows Server Update Services
Each package contains one or more installable items. Applications typically have a single installable item, and updates have one or more installable items.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.InstallableItem
Microsoft.UpdateServices.Administration.CommandLineItem
Microsoft.UpdateServices.Administration.WindowsDriverItem
Microsoft.UpdateServices.Administration.WindowsInstallerItem
Microsoft.UpdateServices.Administration.WindowsInstallerPatchItem
Syntax
public class InstallableItem
public ref class InstallableItem
type InstallableItem = class end
Public Class InstallableItem
Constructors
Name | Description | |
---|---|---|
InstallableItem() | Initializes a new instance of InstallableItem. |
Properties
Name | Description | |
---|---|---|
ApplicabilityMetadata | Gets or sets the metadata applicability rules of this installable item. |
|
Id | Gets the GUID of the item. |
|
InstallBehavior | Gets or sets the installation behavior. |
|
IsInstallableApplicabilityRule | Gets or sets the rules for determining whether or not this item is installable on a given computer. |
|
IsInstalledApplicabilityRule | Gets or sets the rules for determining whether or not this item is already installed on a given computer. |
|
IsSupersededApplicabilityRule | Gets or sets the rules for determining whether or not this item is superseded by another update on a given computer. |
|
Languages | Gets the collection of languages supported by this item. |
|
OriginalSourceFile | Gets or sets the original source of this update. |
|
UninstallBehavior | Get or sets the uninstallation behavior. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
GetXml(String, String) | This property value is for internal use only. It may be removed in a later release. |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top