Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var bInstalled = Bundle.Installed; </code>==== Visual Basic Script ==== <code vb> bInstalled = Bundle.Installed </code>==== C++ ==== <code cpp> VARIANT_BOOL bInstalled; HRESULT hr = Bundle.get_Installed(&bInstalled); </code>===== See Also ===== [[:scripting:api:bundle:start|IBundle]] ~~NOTOC~~