1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-21 19:48:05 +01:00

gpgconf,w32: Also print a GnuPG Install Directory Registry entry

* tools/gpgconf.c (show_other_registry_entries): Add another dir.
This commit is contained in:
Werner Koch 2023-03-13 07:45:08 +01:00
parent abcf0116ee
commit db73f17f0c
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -1315,9 +1315,10 @@ show_other_registry_entries (estream_t outfp)
const char *name;
} names[] =
{
{ 1, "HKLM\\Software\\Gpg4win:Install Directory" },
{ 1, "HKLM\\Software\\Gpg4win:Desktop-Version" },
{ 1, "HKLM\\Software\\Gpg4win:VS-Desktop-Version" },
{ 1, "\\Software\\Gpg4win:Install Directory" },
{ 1, "\\Software\\GnuPG:Install Directory" },
{ 1, "\\" GNUPG_REGISTRY_DIR ":HomeDir" },
{ 1, "\\" GNUPG_REGISTRY_DIR ":DefaultLogFile" },
{ 2, "\\Software\\Microsoft\\Office\\Outlook\\Addins\\GNU.GpgOL"