[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.1.3-4-g7d59ce7

by Andre Heinecke cvs at cvs.gnupg.org
Wed Sep 12 15:10:21 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  7d59ce7806c4fb5d184bf40ace489a171f15e4d5 (commit)
      from  8fb334615966d8fbe10ae04cd3597698947caf8a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d59ce7806c4fb5d184bf40ace489a171f15e4d5
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Sep 12 15:09:38 2018 +0200

    Register gpgme-browser integration also for 64bit
    
    * src/inst-gpgme-browser.nsi: Register manifest for 64bit.
    * src/uninst-gpgme.nsi: Delete it.

diff --git a/src/inst-gpgme-browser.nsi b/src/inst-gpgme-browser.nsi
index 135113f..ab51bfb 100644
--- a/src/inst-gpgme-browser.nsi
+++ b/src/inst-gpgme-browser.nsi
@@ -63,6 +63,11 @@ ${MementoUnselectedSection} "Browser integration" SEC_gpgme_browser
 
   WriteRegStr SHCTX "Software\Google\Chrome\NativeMessagingHosts\gpgmejson" "" "$INSTDIR\bin\gpgme-chrome.json"
   WriteRegStr SHCTX "Software\Mozilla\NativeMessagingHosts\gpgmejson" "" "$INSTDIR\bin\gpgme-mozilla.json"
+  SetRegView 64
+  WriteRegStr SHCTX "Software\Google\Chrome\NativeMessagingHosts\gpgmejson" "" "$INSTDIR\bin\gpgme-chrome.json"
+  WriteRegStr SHCTX "Software\Mozilla\NativeMessagingHosts\gpgmejson" "" "$INSTDIR\bin\gpgme-mozilla.json"
+  SetRegView 32
+
 !endif
 
 ${MementoSectionEnd}
diff --git a/src/uninst-gpgme.nsi b/src/uninst-gpgme.nsi
index a36bc06..0959c98 100644
--- a/src/uninst-gpgme.nsi
+++ b/src/uninst-gpgme.nsi
@@ -44,5 +44,11 @@ Section "-un.gpgme"
 
   DeleteRegKey SHCTX "Software\Google\Chrome\NativeMessagingHosts\gpgmejson"
   DeleteRegKey SHCTX "Software\Mozilla\NativeMessagingHosts\gpgmejson"
+
+  SetRegView 64
+  DeleteRegKey SHCTX "Software\Google\Chrome\NativeMessagingHosts\gpgmejson"
+  DeleteRegKey SHCTX "Software\Mozilla\NativeMessagingHosts\gpgmejson"
+  SetRegView 32
+
 !endif
 SectionEnd

-----------------------------------------------------------------------

Summary of changes:
 src/inst-gpgme-browser.nsi | 5 +++++
 src/uninst-gpgme.nsi       | 6 ++++++
 2 files changed, 11 insertions(+)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list