I need to read a registry entry that has the name
"(Default)" and Type=REG_SZ. Is it possible to use
ReadRegStr for this? I have been able to read entrys
that have names other than "(Default)".
Thanks,
Rishi Gadagkar.
Reading (Default) entry in registry...
3 posts
I have not yet tried it but according to an example at:
you could just leave the last parameter empty.
Thierry
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
you could just leave the last parameter empty.
Thierry
ReadRegStr $0 HKLM Foo\Bar ""