Menu

#12 fixed modUtils to get Chrome Version XP/Win7

Release 2.0.6
accepted
None
5
2013-05-22
2013-05-17
No

Fixed modUtils code to get Chrome version and be displayed in log

Discussion

  • Loucif Kharouni

    Loucif Kharouni - 2013-05-19
    • status: pending --> accepted
     
  • Mark van Tilburg

    i've seen other record in registry for chrome version.

    See attached change

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-22

    this new code doesn't seem to work on Win XP 32bits

     
  • Mark van Tilburg

    oops mistake,

    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

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-22

    cool i combined it with the 64bits key

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.