Archive: Issue with ReadRegStr in onInit


Issue with ReadRegStr in onInit
I have a call to ReadRegStr in onGUIInit that I had to move to onInit because I want it to be called in silent mode (?S option).

The call works perfectly fine in onGUIInit but fails in onInit. Is this a bug?


It should work in either case. Please verify your code, and pastebin a (minimal!) example of what you're doing.


It was failing on 64bit because I forgot to set the RegView. I am all set now.