Skip to main content

InstallationPart Class

Subclasses of this abstract class represent an instance of a registered feature or component.

Properties

PropertyDescription
ProductGets the product that this item is a part of.
StateGets the current installation state of the item.

WixToolset.Dtf.WindowsInstaller.dll version 5.0.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

Product Property

Gets the product that this item is a part of.

Declaration

public ProductInstallation Product { get; set; } 

State Property

Gets the current installation state of the item.

Declaration

public InstallState State { get; set; }