Archive: read register base


read register base
dear all
how to read a sub_key ?

I know reading a DWORD with ReadregDWORD but I want to read a sub_key under Root_key...

how to do ?

HKLM\NSIS\JCD\
HKLM\NSIS\WINAMP\

I want to read all the sub_key from the roo_key HKLM\NSIS

how to do?

thanks


EnumRegKey or EnumRegValue.

http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.2.5


re
please post your sourcecode ...


Please look at the examples at the link I posted to the documentation.


thanks , i will try