WindowsInstallerItem Members

Represents the Windows Installer Item.

The following tables list the members exposed by the WindowsInstallerItem type.

Public Constructors

  Name Description
WindowsInstallerItem Overloaded. Initialize a new instance of the WindowsInstallerItem class.

Top

Public Properties

  Name Description
public property ApplicabilityMetadata  Gets or sets the metadata applicability rules of this installable item. (Inherited from InstallableItem)
public property Id  Gets the GUID of the item. (Inherited from InstallableItem)
public property InstallBehavior  Gets or sets the installation behavior. (Inherited from InstallableItem)
public property InstallCommandLine Get/Set Install command
public property IsInstallableApplicabilityRule  Gets or sets the rules for determining whether or not this item is installable on a given computer. (Inherited from InstallableItem)
public property IsInstalledApplicabilityRule  Gets or sets the rules for determining whether or not this item is already installed on a given computer. (Inherited from InstallableItem)
public property 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)
public property Languages  Gets the collection of languages supported by this item. (Inherited from InstallableItem)
public property OriginalSourceFile  Gets or sets the original source of this update.  (Inherited from InstallableItem)
public property UninstallBehavior  Get or sets the uninstallation behavior. (Inherited from InstallableItem)
public property UninstallCommandLine Get/Set Unintall command.
public property WindowsInstallerFile Get/Set MSIFile
public property WindowsInstallerProductCode Get/Set ProductCode.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

WindowsInstallerItem Class
Microsoft.UpdateServices.Administration Namespace