Skip to content
⌘ NSIS Forum Archive

Reading (Default) entry in registry...

3 posts

gadagkar#

Reading (Default) entry in registry...

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.
thelliez#
I have not yet tried it but according to an example at:
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