Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   ReadRegMultiStr, WriteRegMultiStr (http://forums.winamp.com/showthread.php?t=226534)

nsismonk 20th September 2005 22:57

ReadRegMultiStr, WriteRegMultiStr
 
Hello,

I wonder if reg_multi_sz commands could be implemented using the stack, e.g.
code:

ReadRegMultiStr HKLM Software\Some\subkey multi_sz_value


would return string(s) from multi_sz_value in stack with the number of them pushed at the top.

Likewise, one would push string(s) one-by-one onto stack with the number of them on top before calling WriteRegMultiStr.

Is this possible?

Instructor 21st September 2005 05:38

http://nsis.sourceforge.net/wiki/Registry_plugin


All times are GMT. The time now is 04:39.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.