Method of IBundle
UnInstalls the bundle, if installed
Bundle.UnInstall(bInteractive);
==== Visual Basic Script ====
Bundle.UnInstall bInteractive
==== C++ ====
HRESULT hr = Bundle.UnInstall(bInteractive);
===== See Also ===== IBundle