Queries I tried: ExpandEnvironmentStrings("%COMMONPROGRAMFILES%")
, GetSpecialPath(CSIDL_PROGRAM_FILES_COMMON)
.
All resolve to (typically) c:\\Program Files (x86)\\Common Files
from my 32 bit app. I need to check a file version installed (typically) under c:\\Program Files\\Common Files
of a 643 bit application.