Where does Google Chrome store version information locally?
I am developing a Lua script to access application version information found in the Windows registry, but cannot find the registry key associated with the currently installed version of the Google Chrome browser.
The closest I found is this , which indicates that version information can be found in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome.
However, in my system there is no section Google Chromeunder Uninstallin the hive HKCUor corresponding HKEY_USERS. Any thoughts?
source
share