Archive: How to iterate through registry subkeys recursively


How to iterate through registry subkeys recursively
For example, I would like to get all subkey under HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall, I need the key name but not the key value ... Any help? :)


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


THANKS a lot !!!!!!!!!!!!!! I overlook the document :p