ISetupInstance2.IsLaunchable 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 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.