scripting:api:bundle:installed

Installed

Property of IBundle

Returns installed state

Read-Only Property of type VARIANT_BOOL

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