Return values of KCMLGetMSIInfo() and KCMLGetInstalledProductInfo()
| Enumeration Value | Value | Description |
|---|---|---|
| _KCML_MSI_SUCCESS | 0 | Success |
| _KCML_MSI_FILENOTFOUND | 1 | File not found |
| _KCML_MSI_OPENFAILED | 2 | Failed to open file |
| _KCML_MSI_INVALIDARG | 3 | Invalid argument |
| _KCML_MSI_INSTALLEDOTHER | 4 | Product is installed for a different user |
| _KCML_MSI_ADVERTISED | 5 | Product is advertised but not installed |
| _KCML_MSI_NOTINSTALLED | 6 | Product is not installed |
Back to the list of Enumerations and Constants