共用方式為


MsiConfigureFeatureA 函式 (msi.h)

MsiConfigureFeature 函式會設定產品功能的已安裝狀態。

語法

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

參數

[in] szProduct

指定要設定之產品的產品名稱。

[in] szFeature

指定要設定之功能的功能識別碼。

[in] eInstallState

指定功能的安裝狀態。 此參數必須是下列其中一個值。

價值 意義
INSTALLSTATE_ADVERTISED
此功能已公告
INSTALLSTATE_LOCAL
此功能會安裝在本機。
INSTALLSTATE_ABSENT
此功能已卸載。
INSTALLSTATE_SOURCE
此功能會安裝為從來源執行。
INSTALLSTATE_DEFAULT
此功能會安裝到其預設位置。

傳回值

價值 意義
ERROR_INVALID_PARAMETER
無效的參數會傳遞至函式。
ERROR_SUCCESS
函式成功。
與動作相關的錯誤
如需詳細資訊,請參閱 錯誤碼
初始化錯誤
發生與初始化相關的錯誤。

言論

注意

msi.h 標頭會根據 UNICODE 預處理器常數的定義,將 MsiConfigureFeature 定義為自動選取此函式的 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 安裝