aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-04-23 10:13:33 +0000
committerWerner Koch <[email protected]>2003-04-23 10:13:33 +0000
commit13e8ba70acb01f2d1cef6d7541524c7ce7562ac7 (patch)
treee3fe4a5ed1d4eb0b02ddab2a9c19d1ac97177ea0
parent* config.links: Re-disable assembler on Darwin. Darwin 6.5 broke it (diff)
downloadgnupg-13e8ba70acb01f2d1cef6d7541524c7ce7562ac7.tar.gz
gnupg-13e8ba70acb01f2d1cef6d7541524c7ce7562ac7.zip
* gnupg-w32.reg: Use HLM for the program and make sure the entries
are created. Suggested by [email protected].
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gnupg-w32.reg21
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"
+
+
+
+
+
+
+
+
+
+