Skip to 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.

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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Indicates whether the key path was specified explicitly.

public bool Explicit { get; set; }

Gets or sets the key path or executable payload identifier.

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

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

public PossibleKeyPathType Type { get; set; }