====== Installed ======
Property of [[:scripting:api:bundle:start|IBundle]]
===== Description =====
Returns installed state
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|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 =====
[[:scripting:api:bundle:start|IBundle]]
~~NOTOC~~