MsoFeatureInstall enumeration

Specifies how the application handles calls to methods and properties that require features not yet installed.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
msoFeatureInstallNoneGenerates a generic automation error at run time when uninstalled features are called.
msoFeatureInstallOnDemandPrompts the user to install new features.
msoFeatureInstallOnDemandWithUIDisplays a progress meter during installation; does not prompt the user to install new features.
Show: