Menu

#1153 ReadRegStr method does not work in Windows 10 (х64)

3.0 Alpha Series
closed-fixed
nobody
None
5
2016-10-09
2016-08-05
No

Hello!

ReadRegStr method does not work in Windows 10 (х64). Blank result. For example:

Function .onInit

ReadRegStr $ R0 HKLM "SOFTWARE \ 7-Zip" "Path"
          MessageBox MB_OK $ R0

FunctionEnd

Script in att.

Regards
Denis Semenov
St. Petersburg, Russia

1 Attachments

Discussion

  • Amir Szekely

    Amir Szekely - 2016-08-05

    Try SetRegView 64

     
    • Denis Semenov

      Denis Semenov - 2016-08-10

      Thank you, Amir,
      it works. But I think better to add some clarification in Help for ReadRegStr method :) 64-bit dominates :)

       
      • Amir Szekely

        Amir Szekely - 2016-08-12

        Yeah, it would make more sense to move that instruction under Registry.

         
  • Amir Szekely

    Amir Szekely - 2016-10-09
    • status: open --> closed-fixed
     

Log in to post a comment.