MsiConfigureFeatureA 函数 (msi.h)

MsiConfigureFeature 函数配置产品功能的已安装状态。

语法

UINT MsiConfigureFeatureA(
  [in] LPCSTR       szProduct,
  [in] LPCSTR       szFeature,
  [in] INSTALLSTATE eInstallState
);

参数

[in] szProduct

指定要配置的产品的代码示例。

[in] szFeature

指定要配置的功能的功能 ID。

[in] eInstallState

指定该功能的安装状态。 此参数必须是下列值之一。

价值 意义
INSTALLSTATE_ADVERTISED
此功能已播发
INSTALLSTATE_LOCAL
此功能在本地安装。
INSTALLSTATE_ABSENT
此功能已卸载。
INSTALLSTATE_SOURCE
安装该功能以从源运行。
INSTALLSTATE_DEFAULT
该功能安装到其默认位置。

返回值

价值 意义
ERROR_INVALID_PARAMETER
将无效参数传递给函数。
ERROR_SUCCESS
函数成功。
与操作 相关的错误
有关详细信息,请参阅 错误代码
初始化错误
出现与初始化相关的错误。

言论

注意

msi.h 标头将 MsiConfigureFeature 定义为一个别名,该别名根据 UNICODE 预处理器常量的定义自动选择此函数的 ANSI 或 Unicode 版本。 将中性编码别名与不中性编码的代码混合使用可能会导致编译或运行时错误不匹配。 有关详细信息,请参阅函数原型的 约定。

要求

要求 价值
最低支持的客户端 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。 有关 Windows Installer 版本所需的最低 Windows Service Pack 的信息,请参阅 Windows Installer Run-Time 要求。
目标平台 窗户
标头 msi.h
Msi.lib
DLL Msi.dll

另请参阅

显示错误消息

错误代码

初始化错误

安装和配置函数

Multiple-Package 安装