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