I am trying to retrieve the product version of an installed msi using upgrade code. I tried using MsiGetProductInfo api but it doesn't return me the result.
I couldn't find the application under HKEY_LOCAL_MACHINE\SOFTWARE\MSFT\Windows\CurrentVersion\Uninstall.
But Instead I did find my application some place else in registry under Installer\Products.
I know that similar question has bben asked here: Get Product Code of installed Msi
but does someone has a better way of doing it.
Thanks