HeliosMachina: Sorry, I didn't think about the system information. For the record, it's windows 7 ultimate 64-bit. But anyhow, I managed to create a registry file using the specifications that you mentioned, rewriting the parts so I got a file that says:
-----------------------------------------
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BioWare\NWN\Neverwinter]
"Location"="Q:\\GOG Games\\Neverwinter Nights Diamond Edition"
"GUID"="{7C503E58-B2BC-11D5-978A-0050BA84F5F7}"
"Version"="1.69"
"Language"=dword:00000000
"Path"="Q:\\GOG Games\\Neverwinter Nights Diamond Edition\\"
--------------------------------------
But when I try to add it to the registry database, it comes up with a message saying that the specified file is not a registry script. Any idea as to what might have gone wrong? I just called the file itself "nwnregistry.reg" and the computer does acknowledge it as a registry file-type with the .reg, but it appears to have problems actually reading it.
Wow, sorry for the very late reply, though I didn't get any kind of notification about your post and just stumbled back in here by chance.
You've probably sorted it by now, years ago lol, but figured I'd reply anyway incase it helps someone.
Sorry I made a silly mistake with the registry information, it's missing a line to say it's a regedit file. Basically the first line of text should be "Windows Registry Editor Version 5.00"
So it looks like the following between the lines.
____________________
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BioWare\NWN\Neverwinter]
"Location"="F:\\Games\\Neverwinter Nights"
"GUID"="{7C503E58-B2BC-11D5-978A-0050BA84F5F7}"
"Version"="1.69"
"Language"=dword:00000000
"Path"="F:\\Games\\Neverwinter Nights\\"
____________________
I'll edit my post aswell.