mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
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:
parent
f8ee0a7758
commit
a41ac09a9b
@ -1,7 +1,7 @@
|
||||
Version 3.26
|
||||
- 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
|
||||
- updated to MiKTeX 2.7 (build 3164)
|
||||
- updated to Python 2.5.2
|
||||
|
@ -40,9 +40,9 @@ BrandingText "LyXWinInstaller v3.${INSTALLER_SUBVERSION} - ${INSTALLER_VERSION}"
|
||||
|
||||
# definitions for the Update installer
|
||||
!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_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 ImageMagickVersion_Old "6.4.2" # could be an older version
|
||||
!define GhostscriptVersion_Old "8.62" # could be an older version
|
||||
|
Loading…
Reference in New Issue
Block a user