msi.h) (MsiInstallMissingFileA 函数
MsiInstallMissingFile 函数安装意外丢失的文件。
语法
UINT MsiInstallMissingFileA(
[in] LPCSTR szProduct,
[in] LPCSTR szFile
);
parameters
[in] szProduct
指定拥有要安装的文件的产品的产品代码。
[in] szFile
指定要安装的文件。
返回值
值 | 含义 |
---|---|
|
配置信息已损坏。 |
|
安装失败。 |
|
源不可用。 |
|
安装已暂停。 |
|
用户已退出安装。 |
|
参数无效。 |
|
函数已成功完成。 |
|
无法识别产品代码。 |
有关错误消息的详细信息,请参阅 显示的错误消息。
注解
MsiInstallMissingFile 函数从文件表中获取文件所属的组件。 然后,安装需要最少额外磁盘空间的产品功能。
注意
msi.h 标头将 MsiInstallMissingFile 定义为别名,该别名根据 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 |