scripting:api:bundle:installed

Installed

Property of IBundle

Returns installed state

Read-Only Property of type VARIANT_BOOL

var bInstalled = Bundle.Installed;

==== Visual Basic Script ====

bInstalled = Bundle.Installed

==== C++ ====

VARIANT_BOOL bInstalled;
HRESULT hr = Bundle.get_Installed(&bInstalled);

===== See Also ===== IBundle