ISetupInstance2.IsComplete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the instance is complete.
public:
bool IsComplete();
public:
bool IsComplete();
bool IsComplete();
public bool IsComplete ();
abstract member IsComplete : unit -> bool
Public Function IsComplete () As Boolean
Returns
Whether the instance is complete.
Remarks
An instance is complete if it had no errors during install, resume, or repair.