Installer.UseFeature 方法

Installer对象的 UseFeature 方法递增特定功能的使用情况计数,并返回该功能的安装状态。 此方法应用于指示应用程序使用功能的意图。

语法

Installer.UseFeature(
  Product,
  Feature,
  InstallMode
)

参数

Product

指定产品的产品代码。

功能

标识要使用的功能。

InstallMode

此参数必须是 msiInstallModeNoDetection。

返回值

此方法不返回值。

备注

UseFeature 方法应仅用于已知要发布的功能。 应用程序应通过调用 FeatureState 属性或 Features 属性或其 API 等效项来确定功能的状态。

要求

要求
版本
Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP 上的 Windows Installer
DLL
Msi.dll
IID
IID_IInstaller 定义为 000C1090-0000-0000-C000-000000000046

另请参阅

MsiUseFeatureEx