Skip to content
⌘ NSIS Forum Archive

How to write registry with Key type of REG_NONE?

3 posts

q0987#

How to write registry with Key type of REG_NONE?

Hello:

I would like to write registry key with value of type
REG_NONE

how can i do it?


thank you
Takhir#
Not in NSIS commands list, but you can do the trick with System plug-in and Win API calls (like RegSetValue).