Archive: Getting and parsing registry entries


Getting and parsing registry entries
I want to get a particular registry key. How do I do that with NSIS? Also, if i want to exclude some characters of the key, how do it fo it??


Depending on the type of registry value you wish to read you should use ReadRegStr or ReadRegDWORD. See the NSIS help file for more details on this functions.