MsoFeatureInstall Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the application handles calls to methods and properties that require features not yet installed.
public enum class MsoFeatureInstall
public enum MsoFeatureInstall
type MsoFeatureInstall =
Public Enum MsoFeatureInstall
- Inheritance
-
MsoFeatureInstall
Fields
Name | Value | Description |
---|---|---|
msoFeatureInstallNone | 0 | Generates a generic automation error at run time when uninstalled features are called. |
msoFeatureInstallOnDemand | 1 | Prompts the user to install new features. |
msoFeatureInstallOnDemandWithUI | 2 | Displays a progress meter during installation; does not prompt the user to install new features. |