Skip to main content

IComponentKeyPath Interface

Interface used to by extensions to define a component key path or (non-intuitively) the executable payload for a the bootstrapper application.

Properties​

PropertyDescription
ExplicitIndicates whether the key path was specified explicitly.
IdGets or sets the key path or executable payload identifier.
TypeGets or sets the key path type for the component or if the executable payload for a bootstrapper application is provided as a File.

WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

Explicit Property​

Indicates whether the key path was specified explicitly.

Declaration​

public bool Explicit { get; set; } 

Id Property​

Gets or sets the key path or executable payload identifier.

Declaration​

public WixToolset.Data.Identifier Id { get; set; } 

Type Property​

Gets or sets the key path type for the component or if the executable payload for a bootstrapper application is provided as a File.

Declaration​

public PossibleKeyPathType Type { get; set; }