Archive: Reg_qword


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


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.


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

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.


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


Is their any new info on this?


The registry plugin by Instructor has REG_QWORD support:
http://forums.winamp.com/showthread.php?threadid=223066

-Stu


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".


http://forums.winamp.com/showthread....70#post1759270


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