If sVer <> vbNullString Then
sVer = RegGetString(HKEY_CURRENT_USER, "Software\Google\Update\Clients\{8A69D345-D564-463c-AFF1-A69D9E530F96}", "pv")
End If
Should be
If sVer = vbNullString Then
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i've seen other record in registry for chrome version.
See attached change
this new code doesn't seem to work on Win XP 32bits
oops mistake,
Should be
If sVer = vbNullString Then
cool i combined it with the 64bits key