I am developing an installer using Inno Setup and I need to find whether Google Chrome is installed in the machine.
I have found answers that say that I can check at the following path in the registry,
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome
But this didn't solve my problem. I don't have this path in my registry.
Can anyone help me?