MsiEvaluateConditionA 函式 (msiquery.h)
MsiEvaluateCondition 函式會評估包含屬性名稱和值的條件表達式。
語法
MSICONDITION MsiEvaluateConditionA(
[in] MSIHANDLE hInstall,
[in] LPCSTR szCondition
);
參數
[in] hInstall
處理提供給 DLL 自定義動作的安裝,或透過 MsiOpenPackage、MsiOpenPackageEx或 MsiOpenProduct取得的安裝。
[in] szCondition
指定條件表達式。 此參數不得 NULL。 如需條件表示式的語法,請參閱 條件語句語法。
傳回值
此函式會傳回 MSICONDITION。
言論
下表顯示 MsiEvaluateCondition 函式所使用的功能和元件狀態值。 除非直接呼叫 msiSetInstallLevel
價值 | 意義 |
---|---|
INSTALLSTATE_ABSENT | 功能或元件不存在。 |
INSTALLSTATE_LOCAL | 本機電腦上的功能或元件。 |
INSTALLSTATE_SOURCE | 功能或元件會從來源執行。 |
(null 值) | 在功能或元件上不需採取任何動作。 |
注意
msiquery.h 標頭會根據 UNICODE 預處理器常數的定義,將 MsiEvaluateCondition 定義為自動選取此函式的 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 |
目標平臺 | 窗戶 |
標頭 | msiquery.h |
連結庫 | Msi.lib |
DLL | Msi.dll |