Windows installer: Update links in uninstaller

This commit is contained in:
Vincent van Ravesteijn 2012-05-13 20:27:08 +02:00
parent 38a8538194
commit eaf059fd46
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -247,3 +247,5 @@ What's new
- Windows installer now detects Inkscape on installation.
- Fixed links in the Windows uninstaller.