From b6b469a4ab9bb7a27529b4a47560c8317444e142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sun, 8 May 2016 03:10:09 +0200 Subject: [PATCH] Win installer: remove obsolete comment --- development/Win32/packaging/installer/setup/uninstall.nsh | 1 - 1 file changed, 1 deletion(-) diff --git a/development/Win32/packaging/installer/setup/uninstall.nsh b/development/Win32/packaging/installer/setup/uninstall.nsh index 8d32ee82bc..fb880401d3 100644 --- a/development/Win32/packaging/installer/setup/uninstall.nsh +++ b/development/Win32/packaging/installer/setup/uninstall.nsh @@ -139,7 +139,6 @@ Section "un.JabRef" un.SecUnJabRef ExecWait "$1" # run JabRef's uninstaller DeleteRegKey SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef" ${else} - # in this case we cannot do anything due to a bug in the installer of jabRef 3.x ReadRegStr $1 HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef" "UninstallString" IfSilent 0 +2 ExecWait "$1 /S" # run JabRef's uninstaller