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
Registry
3 posts
You mean binary data?
If you want to store the literal hexadecimal string, just use WriteRegStr.
If you want to store the literal hexadecimal string, just use WriteRegStr.
Thanks i got that:-)