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)
Syntax
'Declaration
Public Enumeration MsoFeatureInstall
'Usage
Dim instance As MsoFeatureInstall
public enum MsoFeatureInstall
Members
Member name | Description | |
---|---|---|
msoFeatureInstallNone | Generates a generic automation error at run time when uninstalled features are called. | |
msoFeatureInstallOnDemand | Prompts the user to install new features. | |
msoFeatureInstallOnDemandWithUI | Displays a progress meter during installation; does not prompt the user to install new features. |