installer: some minor fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27101 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-10-25 13:21:37 +00:00
parent f8ee0a7758
commit a41ac09a9b
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Version 3.26 Version 3.26
- LyX 1.5.7 - LyX 1.5.7
- LyX files with the exensions ".lyx14" etc. that you get when exporting - LyX files with the extensions ".lyx14" etc. that you get when exporting
to older LyX versions, can now be opened by double clicking on them to older LyX versions, can now be opened by double clicking on them
- updated to MiKTeX 2.7 (build 3164) - updated to MiKTeX 2.7 (build 3164)
- updated to Python 2.5.2 - updated to Python 2.5.2

View File

@ -40,9 +40,9 @@ BrandingText "LyXWinInstaller v3.${INSTALLER_SUBVERSION} - ${INSTALLER_VERSION}"
# definitions for the Update installer # definitions for the Update installer
!if ${INSTALLER_VERSION} == "Update" !if ${INSTALLER_VERSION} == "Update"
!define PRODUCT_UNINST_KEY_OLD "Software\Microsoft\Windows\CurrentVersion\Uninstall\LyX155"
!define PRODUCT_VERSION_OLD "LyX 1.5.6"
!define PRODUCT_VERSION_SHORT_OLD "156" !define PRODUCT_VERSION_SHORT_OLD "156"
!define PRODUCT_UNINST_KEY_OLD "Software\Microsoft\Windows\CurrentVersion\Uninstall\LyX${PRODUCT_VERSION_SHORT_OLD}"
!define PRODUCT_VERSION_OLD "LyX 1.5.6"
!define JabRefVersion "2.3.1" # could be an older version !define JabRefVersion "2.3.1" # could be an older version
!define ImageMagickVersion_Old "6.4.2" # could be an older version !define ImageMagickVersion_Old "6.4.2" # could be an older version
!define GhostscriptVersion_Old "8.62" # could be an older version !define GhostscriptVersion_Old "8.62" # could be an older version