Installed

Property of IBundle

Description

Returns installed state

Property type

Read-Only Property of type VARIANT_BOOL

Syntax

JavaScript

var bInstalled = Bundle.Installed;

==== Visual Basic Script ====

bInstalled = Bundle.Installed

==== C++ ====

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

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