Archive: NSIS WriteRegistry functions


NSIS WriteRegistry functions
Hello all:

I have a question about WriteRegistry[X] functions:
- I need to store a registry key of type "unexpanded string" but I don't know if it is possible with any of WriteRegistry functions provided with NSIS API.

Any one know if I can do that??

Some information: I'm using NSIS v2.0

Thanks.


Look in the Docs for "D.6 How to Read REG_MULTI_SZ Values"

this may help you