msi.h) (MsiConfigureFeatureA 函数
MsiConfigureFeature 函数为产品功能配置安装状态。
语法
UINT MsiConfigureFeatureA(
[in] LPCSTR szProduct,
[in] LPCSTR szFeature,
[in] INSTALLSTATE eInstallState
);
parameters
[in] szProduct
指定要配置的产品的产品代码。
[in] szFeature
指定要配置的功能的功能 ID。
[in] eInstallState
指定该功能的安装状态。 此参数须为下列值之一。
值 | 含义 |
---|---|
|
该功能已播发。 |
|
该功能已在本地安装。 |
|
该功能已卸载。 |
|
该功能已安装为从源运行。 |
|
该功能已安装到其默认位置。 |
返回值
值 | 含义 |
---|---|
|
将无效参数传递给函数。 |
|
函数成功。 |
|
有关详细信息,请参阅错误代码。 |
发生了与初始化相关的错误。 |
注解
注意
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 运行时要求。 |
目标平台 | Windows |
标头 | msi.h |
Library | Msi.lib |
DLL | Msi.dll |