diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gnupg-w32.reg | 21 |
2 files changed, 25 insertions, 1 deletions
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 <[email protected]> + + * gnupg-w32.reg: Use HLM for the program and make sure the entries + are created. Suggested by [email protected]. + 2003-04-15 David Shaw <[email protected]> * 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" + + + + + + + + + + |