Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[?] GnuPG

Status
Not open for further replies.

shyg

Technical User
Jul 12, 2004
20
US
I am tring to install " gnupg-w32cli-1.2.4 " for windows. I have followed the directioNs in the readme but am still experiencing some problems. My regfile reads as follows:
Code:
-----------------------------------------------------------
REG-FILE CODE:
-----------------------------------------------------------
REGEDIT4

[HKEY_LOCAL_MACHINE\Software\GNU]

[HKEY_LOCAL_MACHINE\Software\GNU\GNUPG]

[HKEY_LOCAL_MACHINE\Software\GNU\GNUPG]
"HomeDir"="%windir%\GnuPG"
"gpgProgram"="%windir%\GnuPG\gpg.exe"


[HKEY_CURRENT_USER\Control Panel\Mingw32]

[HKEY_CURRENT_USER\Control Panel\Mingw32\NLS]

[HKEY_CURRENT_USER\Control Panel\Mingw32\NLS]
"MODir"="%windir%\GnuPG\Locale"

[HKEY_CURRENT_USER\Software\GNU]

[HKEY_CURRENT_USER\Software\GNU\GNUPG]

[HKEY_CURRENT_USER\Software\GNU\GnuPG]
"HomeDir"="%windir%\GnuPG
-----------------------------------------------------------
END REG-FILE CODE:
-----------------------------------------------------------


I created the following directory:
Code:
DIR "%windir%\GnuPG"


I edit the PATH by going in Windows NT/2000/XP, to Control Panel > System Properties > the Advanced tab > Environment Variables > System variables.

While there I made a User & System variable :
Code:
Variable: gpg
Value: C:\WINDOWS\GnuPG\gpg.exe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top