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.