msiInstallMissingComponentA 函式 (msi.h)
MsiInstallMissingComponent 函式會安裝意外遺失的檔案。
語法
UINT MsiInstallMissingComponentA(
[in] LPCSTR szProduct,
[in] LPCSTR szComponent,
[in] INSTALLSTATE eInstallState
);
參數
[in] szProduct
指定擁有要安裝之元件之產品的產品代碼。
[in] szComponent
識別要安裝的元件。
[in] eInstallState
指定應該安裝元件的方式。 此參數必須是下列其中一個值。
值 | 意義 |
---|---|
|
元件應該安裝在本機。 |
|
應該安裝元件以從來源執行。 |
|
元件應該根據安裝程式預設值來安裝。 |
傳回值
值 | 意義 |
---|---|
|
組態資訊已損毀。 |
|
安裝失敗。 |
|
來源無法使用。 |
|
安裝已暫停。 |
|
用戶結束安裝。 |
|
其中一個參數無效。 |
|
語言函式已順利完成。 |
|
無法辨識產品代碼。 |
如需錯誤訊息的詳細資訊,請參閱 顯示的錯誤訊息
備註
MsiInstallMissingComponent 函式會解析元件所屬 () 功能。 然後,會安裝需要最少額外磁碟空間的產品功能。
注意
msi.h 標頭會根據 UNICODE 預處理器常數的定義,將 MsiInstallMissingComponent 定義為別名,自動選取此函式的 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 需求。 |
目標平台 | Windows |
標頭 | msi.h |
程式庫 | Msi.lib |
Dll | Msi.dll |