WindowsInstallerPatchItem Class

 

Applies To: Windows Server Update Services

Represents the MSP package to be installed.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Inheritance Hierarchy

System.Object
  Microsoft.UpdateServices.Administration.InstallableItem
    Microsoft.UpdateServices.Administration.WindowsInstallerPatchItem

Syntax

public class WindowsInstallerPatchItem : InstallableItem
public ref class WindowsInstallerPatchItem : InstallableItem
type WindowsInstallerPatchItem = 
    class
        inherit InstallableItem
    end
Public Class WindowsInstallerPatchItem
    Inherits InstallableItem

Constructors

Name Description
System_CAPS_pubmethod WindowsInstallerPatchItem()

Default constructor.

System_CAPS_pubmethod WindowsInstallerPatchItem(String)

Construct and set FilePath property from input file parameter.

Properties

Name Description
System_CAPS_pubproperty ApplicabilityMetadata

Gets or sets the metadata applicability rules of this installable item.(Inherited from InstallableItem.)

System_CAPS_pubproperty Id

Gets the GUID of the item.(Inherited from InstallableItem.)

System_CAPS_pubproperty InstallBehavior

Gets or sets the installation behavior.(Inherited from InstallableItem.)

System_CAPS_pubproperty InstallCommandLine

Gets or sets the install command line.

System_CAPS_pubproperty IsInstallableApplicabilityRule

Gets or sets the rules for determining whether or not this item is installable on a given computer.(Inherited from InstallableItem.)

System_CAPS_pubproperty IsInstalledApplicabilityRule

Gets or sets the rules for determining whether or not this item is already installed on a given computer.(Inherited from InstallableItem.)

System_CAPS_pubproperty IsSupersededApplicabilityRule

Gets or sets the rules for determining whether or not this item is superseded by another update on a given computer.(Inherited from InstallableItem.)

System_CAPS_pubproperty Languages

Gets the collection of languages supported by this item.(Inherited from InstallableItem.)

System_CAPS_pubproperty OriginalSourceFile

Gets or sets the original source of this update. (Inherited from InstallableItem.)

System_CAPS_pubproperty UninstallBehavior

Get or sets the uninstallation behavior.(Inherited from InstallableItem.)

System_CAPS_pubproperty UninstallCommandLine

Gets or sets the uninstall command line.

System_CAPS_pubproperty WindowsInstallerFullFilePatchCode

Gets or sets full file update code GUID.

System_CAPS_pubproperty WindowsInstallerPatchCode

Gets or sets MSP PatchCode GUID.

System_CAPS_pubproperty WindowsInstallerPatchFileName

Gets or sets file name of the windows installer update package.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod GetXml(String, String)

This property value is for internal use only. It may be removed in a later release.(Inherited from InstallableItem.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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