From 13e8ba70acb01f2d1cef6d7541524c7ce7562ac7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 23 Apr 2003 10:13:33 +0000 Subject: [PATCH] * gnupg-w32.reg: Use HLM for the program and make sure the entries are created. Suggested by danielc@analysisandsolutions.com. --- doc/ChangeLog | 5 +++++ doc/gnupg-w32.reg | 21 ++++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 0291f6d1e..dff1da8ff 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-22 Werner Koch + + * gnupg-w32.reg: Use HLM for the program and make sure the entries + are created. Suggested by danielc@analysisandsolutions.com. + 2003-04-15 David Shaw * gpg.sgml: Clarify that "hkp corruption" (repair-hkp-subkey-bug) diff --git a/doc/gnupg-w32.reg b/doc/gnupg-w32.reg index 7a6e346a8..10a3deab4 100644 --- a/doc/gnupg-w32.reg +++ b/doc/gnupg-w32.reg @@ -1,8 +1,27 @@ REGEDIT4 -[HKEY_CURRENT_USER\Software\GNU\GNUPG] +[HKEY_LOCAL_MACHINE\Software\GNU] + +[HKEY_LOCAL_MACHINE\Software\GNU\GNUPG] + +[HKEY_LOCAL_MACHINE\Software\GNU\GNUPG] "HomeDir"="C:\\GnuPG" "gpgProgram"="C:\\GnuPG\\gpg.exe" + +[HKEY_CURRENT_USER\Control Panel\Mingw32] + +[HKEY_CURRENT_USER\Control Panel\Mingw32\NLS] + [HKEY_CURRENT_USER\Control Panel\Mingw32\NLS] "MODir"="C:\\GnuPG\\Locale" + + + + + + + + + +