ISetupInstance2.IsLaunchable Method

Definition

Gets a value indicating whether the instance can be launched.

public:
 bool IsLaunchable();
public:
 bool IsLaunchable();
bool IsLaunchable();
public bool IsLaunchable ();
abstract member IsLaunchable : unit -> bool
Public Function IsLaunchable () As Boolean

Returns

Whether the instance can be launched.

Remarks

An instance could have had errors during install but still be launched. Some features may not work correctly, but others will.

Applies to