Changes

GPG4win

138 bytes added, 15:31, 9 January 2012
Issues
You may want to fall back to a GNU Privacy Guard 1.4.11 binary for Windows from http://www.gnupg.org/.
Executing the uninstall-command via wpkg results sometimes in an error. The uninstall-process is completed with error code zero but the uninstall still fails according to wpkg. I was able to solve this issue problem by using an uninstaller-script that takes care of the issue. I didn't write it myself but I can't find the webpage again, where I took it from. Please add the author of the script if you know him.
unattended_uninstall.cmd:<source lang="dos">
@echo off
if exist "%APP_DIR%" rmdir /s /q "%APP_DIR%"
exit /B 0
</source>
==Installer Options==
Anonymous user