What creates the Windows Registry key that points to the keyring location?

Werner Koch wk@gnupg.org
Fri Sep 20 21:05:02 2002


--=-=-=

On Fri, 20 Sep 2002 13:43:45 -0500, O'Kasick, Paul W said:

> HKEY_CURRENT_USER\Software\GNU\GnuPG... was located on my machine.
> Unfortunately, I deleted it in the attempt to figure out what action creates

It is created manually or by using the attached regedit script -
adjust it for your needs.  See also the file README.W32.


Shalom-Salam,

   Werner


--=-=-=
Content-Type: application/octet-stream
Content-Disposition: attachment; filename=gnupg-w32.reg

REGEDIT4

[HKEY_CURRENT_USER\Software\GNU\GNUPG]
"HomeDir"="C:\\GnuPG"
"gpgProgram"="C:\\GnuPG\\gpg.exe"

[HKEY_CURRENT_USER\Control Panel\Mingw32\NLS]
"MODir"="C:\\GnuPG\\Locale"

--=-=-=--