Winamp & Shoutcast Forums

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

Manyaka 20th January 2005 06:57

ReadRegDWORD
 
Hi guys I am Having some trouble with this command.

First I Write to the registry with this code:

Section

WriteRegDWORD HKCU "Software\InfiniteDreamTechnology\DoorBell" "Temp Install Data" $DBpassword

SectionEnd

This seems to work fine, but when I read from the registry, it does not work.
My coding looks something like this.

Section

ReadRegDWORD HKCU "Software\InfiniteDreamTechnology\DoorBell" "Temp Install Data" $DBpassword

SectionEnd

My Installer is split into two,but the var $DBpasswrd comes from the first half witch also has to be used in the second half.

Hope you guys can help me.
Thanx.
Manyaka.

Takhir 20th January 2005 07:48

4.9.2.11 ReadRegDWORD
user_var(output) root_key sub_key name
Ladies and Variables first :)

Manyaka 20th January 2005 09:19

Thanx dood, I will remember that.


All times are GMT. The time now is 05:03.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.