UnInstall
Method of IBundle
Description
UnInstalls the bundle, if installed
Parameters
- 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 ===== IBundle