I Want to list all the installed applications in c. We can do it using two ways. 1. Using Uninstall registry and 2. WMI and Win32_product class.
But is it reliable using registry for enumerating installed product? Also WMI only lists product installed through MSI installer? is there another way to do it? if not which is the best and recommended way?