====== Install ====== Method of [[:scripting:api:bundle:start|IBundle]] ===== Description ===== Installs the bundle, if not yet installed ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bInteractive** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== Bundle.Install(bInteractive); ==== Visual Basic Script ==== Bundle.Install bInteractive ==== C++ ==== HRESULT hr = Bundle.Install(bInteractive); ===== See Also ===== [[:scripting:api:bundle:start|IBundle]] ~~NOTOC~~