Skip to content
⌘ NSIS Forum Archive

Issue with ReadRegStr in onInit

3 posts

tieum#

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?
MSG#
It should work in either case. Please verify your code, and pastebin a (minimal!) example of what you're doing.