Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 795 Bytes

Office.MsoFeatureInstall.md

File metadata and controls

21 lines (16 loc) · 795 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
MsoFeatureInstall enumeration (Office)
Office.MsoFeatureInstall
25256738-d169-5c00-1d5d-eb8019811976
01/31/2019
medium

MsoFeatureInstall enumeration (Office)

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

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.

[!includeSupport and feedback]