Registry
Hi
I am making setup using NSIS , I want to add hexadecimal values in registry.. How we can do this? Any help will be appreciated..
Thanks
Archive: Registry
Registry
Hi
I am making setup using NSIS , I want to add hexadecimal values in registry.. How we can do this? Any help will be appreciated..
Thanks
You mean binary data?
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.2.14
If you want to store the literal hexadecimal string, just use WriteRegStr.
Thanks i got that:-)