scripting:api:bundle:install

Install

Method of IBundle

Installs the bundle, if not yet installed

Bundle.Install(bInteractive);

==== Visual Basic Script ====

Bundle.Install bInteractive

==== C++ ====

HRESULT hr = Bundle.Install(bInteractive);

===== See Also ===== IBundle