On Thu, Jul 18, 2013 at 10:23 PM, Henry Hertz Hobbit
wrote:
> You probably just want to test whether either of these files
> are there since them or one of the others is what you are using:
>
> %ProgramFiles%\GNU\GnuPG\pub\gpg.exe
> %ProgramFiles%\GNU\GnuPG\pub\gpg2.exe
Protip: you can change the
On 07/18/2013 05:15 PM, Anthony Papillion wrote:
> Hello Everyone,
>
> I'm designing an application that will run on Windows and utilize
> GNUPG. Right now, I'm detecting if GPG is installed by calling it
> then parsing the output of the command to see if it succeeded or
> failed. This is VERY me
On Thu, 18 Jul 2013 12:15:51 -0500
Anthony Papillion articulated:
> I'm designing an application that will run on Windows and utilize
> GNUPG. Right now, I'm detecting if GPG is installed by calling it then
> parsing the output of the command to see if it succeeded or failed.
> This is VERY messy
Hi,
I reuse the thread as this topic is quite related.
From the parcimonie [1] manual one sentence hit my brain: "if using
hkps:// (which would be our second choice behind hkpms://)". To be
honest, this is the first time I heard of hkpms, despite I am a reading
some lists and try to keep up with
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hello Everyone,
I'm designing an application that will run on Windows and utilize
GNUPG. Right now, I'm detecting if GPG is installed by calling it then
parsing the output of the command to see if it succeeded or failed.
This is VERY messy and not m