Install
Method of IBundle
Description
Installs the bundle, if not yet installed
Parameters
- 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 ===== IBundle