Page MenuHome GnuPG

gnupg-w32cli uninstalls WinPT
Closed, ResolvedPublic

Description

Release: 1.4.1

Environment

Windows. w32cli version which was downloaded from gnupg.org.

Description

scripts/w32installer.nsi deletes WinPT.exe while uninstalling,
regardless of the package type - w32 or w32cli (WITH_WINPT or not).

How To Repeat

uninstall gnupg-w32cli-1.4.1

Fix

Fix w32installer.nsi??

!ifdef WITH_WINPT

Delete "$INSTDIR\WinPT.exe"
Delete "$INSTDIR\PTD.dll"
Delete "$INSTDIR\Doc\README.winpt.txt"
Delete "$INSTDIR\Doc\NEWS.winpt.txt"

!endif

Event Timeline

The installer with winpt is now obsolete. We suggest to use the installers
available at http://www.gpg4win.org . The plain w32cli version should only be
used if you know what you are doing.