InstallationPart Class
Subclasses of this abstract class represent an instance of a registered feature or component.
Properties
| Property | Description |
|---|---|
| Product | Gets the product that this item is a part of. |
| State | Gets the current installation state of the item. |
WixToolset.Dtf.WindowsInstaller.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
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; }