ISetupErrorState3 Interface

Definition

Information about the error state of an instance.

public interface class ISetupErrorState3 : Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState2
public interface class ISetupErrorState3 : Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState2
__interface ISetupErrorState3 : Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState2
[System.Runtime.InteropServices.Guid("290019AD-28E2-46D5-9DE5-DA4B6BCF8057")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupErrorState3 : Microsoft.VisualStudio.Setup.Configuration.ISetupErrorState2
[<System.Runtime.InteropServices.Guid("290019AD-28E2-46D5-9DE5-DA4B6BCF8057")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupErrorState3 = interface
    interface ISetupErrorState2
    interface ISetupErrorState
Public Interface ISetupErrorState3
Implements ISetupErrorState2
Attributes
Implements

Methods

GetErrorLogFilePath()

Gets the path to the error log.

GetFailedPackages()

Gets an array of failed package references.

GetLogFilePath()

Gets the path to the main setup log.

GetRuntimeError()

Gets the runtime error that occured during install of an instance.

GetSkippedPackages()

Gets an array of skipped package references.

Applies to