]> git.lyx.org Git - features.git/commitdiff
Win installer: remove obsolete comment
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 8 May 2016 01:10:09 +0000 (03:10 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 8 May 2016 01:10:09 +0000 (03:10 +0200)
development/Win32/packaging/installer/setup/uninstall.nsh

index 8d32ee82bcf0a484ff93db93dea516cc65b02a17..fb880401d312a6cecbc8e86987e8a3334e229e02 100644 (file)
@@ -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