I am writing a Wix C++ Custom Action to detect if SCCM 2012 is installed. I am doing this by reading the product GUID from the registry: SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\
But this didn't work as on the system where SCCM 2012 was installed there was no such information in the registry.
Can anyone please point me in the correct direction to achieve this?
I would like to install my software only when SCCM 2012 is installed.