IBuildResults Interface

Definition

Represents the results of the build operation of the BootstrapperBuilder.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IBuildResults
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("586B842C-D9C7-43b8-84E4-9CFC3AF9F13B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IBuildResults
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("586B842C-D9C7-43b8-84E4-9CFC3AF9F13B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IBuildResults = interface
Public Interface IBuildResults
Derived
Attributes

Properties

ComponentFiles

This API supports the product infrastructure and is not intended to be used directly from your code.

File paths to copied component installer files

KeyFile

This API supports the product infrastructure and is not intended to be used directly from your code.

The file path to the generated primary bootstrapper file

Messages

This API supports the product infrastructure and is not intended to be used directly from your code.

The build messages generated from a bootstrapper build

Succeeded

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns true if the bootstrapper build was successful, false otherwise

Applies to