Can't search in registry with NSIS Registry plug-in
I'm trying to use it on Win 7 x64. I call ${registry::Open} to open a registry path for search, but unfortunately, it returns 0 - error result.
I tried compiling lines with ${registry::Open} from the example attached to the plugin, but received the same problem.
The installer is running elevated, I use UAC plug-in.
The line from my script which returns 0:
${registry::Open} "HKCU\Software\MozillaPlugins" "/K=0 /V=0 /S=1 /N='myplugindll.dll'" $0