From eaf059fd46b88a6358ce038f12a22ba5c05e90b7 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 13 May 2012 20:27:08 +0200 Subject: [PATCH] Windows installer: Update links in uninstaller --- development/Win32/packaging/installer/setup/configure.nsh | 6 +++--- status.20x | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index bd1c439659..7bef7e1053 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -63,10 +63,10 @@ Section -InstallData ${REG_UNINSTALL} "UninstallString" '"$INSTDIR\${SETUP_UNINSTALLER}"' ${REG_UNINSTALL} "DisplayVersion" "${APP_VERSION}" ${REG_UNINSTALL} "DisplayIcon" "$INSTDIR\${APP_RUN},0" - ${REG_UNINSTALL} "URLUpdateInfo" "http://www.lyx.org/" - ${REG_UNINSTALL} "URLInfoAbout" "http://www.lyx.org/about/" + ${REG_UNINSTALL} "URLUpdateInfo" "http://www.lyx.org/Download" + ${REG_UNINSTALL} "URLInfoAbout" "http://www.lyx.org/Home" ${REG_UNINSTALL} "Publisher" "LyX Team" - ${REG_UNINSTALL} "HelpLink" "http://www.lyx.org/internet/mailing.php" + ${REG_UNINSTALL} "HelpLink" "http://www.lyx.org/MailingLists" SectionEnd diff --git a/status.20x b/status.20x index cdfee5128f..2f69927441 100644 --- a/status.20x +++ b/status.20x @@ -247,3 +247,5 @@ What's new - Windows installer now detects Inkscape on installation. +- Fixed links in the Windows uninstaller. + -- 2.39.5