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
Archive: How to write registry with Key type of REG_NONE?
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
Not in NSIS commands list, but you can do the trick with System plug-in and Win API calls (like RegSetValue).