Hi,I want to detect, if logging file is enabled, from a custom action which is implemented in a C++ DLL.I've tried using MsiGetMode(hInstall, MSIRUNMODE_LOGENABLED)but it always return FALSE, and I assume it is because of it falls under the condition...