goofee691
15th May 2005 05:50 UTC
Reg_qword
is their any way to write a REG_QWORD with NSIS
btw a REG_QWORD is A 64-bit number i or if their is a equvaliant for the following registry file
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Custom\nfshs.exe]
"{69ebe133-29a9-4c62-ae28-1509b988d81e}.sdb"=hex(b):30,6e,1e,16,fc,58,c5,01
kichik
17th May 2005 20:34 UTC
You can use the System plug-in to do it. REG_MULTI_SZ Reader shows how to use the System plug-in to read from the registry. It shouldn't be too hard to make it write instead of read.
goofee691
17th May 2005 22:39 UTC
Originally posted by kichik
You can use the System plug-in to do it. REG_MULTI_SZ Reader shows how to use the System plug-in to read from the registry. It shouldn't be too hard to make it write instead of read.
thx for responding but i have no clue how that that works and i still dont know how to use the system plug-ins
kichik
20th May 2005 12:13 UTC
If you don't want to mess with the System plug-in you'll have to write a plug-in on your own, or wait for someone willing to help you modify the REG_MULTI_SZ example.
goofee691
27th May 2005 20:13 UTC
ok thx sorry for how long it took me to reply i still need to change to my new e-mail and ive also been busy
goofee691
27th August 2005 23:21 UTC
Is their any new info on this?
Afrow UK
28th August 2005 00:32 UTC
The registry plugin by Instructor has REG_QWORD support:
http://forums.winamp.com/showthread.php?threadid=223066
-Stu
Instructor
28th August 2005 07:26 UTC
REG_QWORD is now readonly. Now I see that sometimes need to write special registry types not only basic. And I'll think what can I do for truly "Write value of any type".
goofee691
21st November 2005 00:56 UTC
thx im sure this will help me alot
i got kinda distracted and stopped work on the project that i needed this for
if i find the time to get back to work on my project i will let you know how it goes
also i would have replied sooner but i had probly reinstalled windows and never got a e-mail about a reply
you plugin looks great cant wait till i get to try and use it
i hope i dont run into problems.
thx alot