Reg_multi_sz
Hi,
I need to read a REG_MULTI_SZ registry key and it appears that NSIS doesn't handle this apart using the System plugin.
Can anybody give me a piece of code on how to do this using the System plugin ?
Many thanks in advance
Archive: Reg_multi_sz
Reg_multi_sz
Hi,
I need to read a REG_MULTI_SZ registry key and it appears that NSIS doesn't handle this apart using the System plugin.
Can anybody give me a piece of code on how to do this using the System plugin ?
Many thanks in advance
Please help ... PLEASE
What part of the script are you having problems with?
Don't simply know how to use the System plugin to retrieve a REG_MULTI_SZ value.
Do you have some code snippet on how to use to plugin for retrieving a REG_MULTI_SZ type ?
I don't have one ready. I'll try to write one tomorrow.
I don't have one ready. I'll try to write one tomorrow.That would be really great ! :up:
Here it is:Thank you very much ... I'll give it try.
http://nsis.sourceforge.net/archive/...ances=0,32,135
Crashes?
Originally posted by kichikthank you for sharing this..
Here it is:
http://nsis.sourceforge.net/archive/...ances=0,32,135
http://web.archive.org/web/200401060...ances=0,32,135
Change RegOpenKeyExA to RegOpenKeyEx etc
Quote:
Originally Posted by Anders (Post 2907200) http://web.archive.org/web/200401060...ances=0,32,135 Change RegOpenKeyExA to RegOpenKeyEx etc |