[Gpg4win-commits] r500 - in trunk: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Aug 24 16:27:43 CEST 2007
Author: marcus
Date: 2007-08-24 16:27:43 +0200 (Fri, 24 Aug 2007)
New Revision: 500
Modified:
trunk/ChangeLog
trunk/src/inst-gnupg.nsi
Log:
2007-08-24 Marcus Brinkmann <marcus at g10code.de>
* src/inst-gnupg.nsi: Write compatibility key to registry for GPGee.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-24 14:17:45 UTC (rev 499)
+++ trunk/ChangeLog 2007-08-24 14:27:43 UTC (rev 500)
@@ -1,3 +1,7 @@
+2007-08-24 Marcus Brinkmann <marcus at g10code.de>
+
+ * src/inst-gnupg.nsi: Write compatibility key to registry for GPGee.
+
2007-08-24 Werner Koch <wk at g10code.com>
* packages/packages.current: Updated libassuan to 1.0.3.
Modified: trunk/src/inst-gnupg.nsi
===================================================================
--- trunk/src/inst-gnupg.nsi 2007-08-24 14:17:45 UTC (rev 499)
+++ trunk/src/inst-gnupg.nsi 2007-08-24 14:27:43 UTC (rev 500)
@@ -76,6 +76,10 @@
WriteRegStr HKLM "Software\GNU\GnuPG" "Install Directory" $INSTDIR
+ # This old key is required for GPGee. Please do not use in new
+ # applications.
+ WriteRegStr HKLM "Software\GNU\GnuPG" "gpgProgram" "$INSTDIR\gpg.exe"
+
# Add the public directory to the PATH
Push "$INSTDIR\pub"
Call AddToPath
More information about the Gpg4win-commits
mailing list