installer: prepare for LyX 1.5.7

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27350 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-11-08 21:16:32 +00:00
parent 12d77c2a8f
commit 98750d75b5
3 changed files with 12 additions and 6 deletions

View File

@ -3,11 +3,11 @@
- 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 MiKTeX 2.7 (build 3224)
- updated to Python 2.6
- updated to Ghostscript 8.63
- updated to ImageMagick 6.4.4-1
- updated to JabRef 2.4
- updated to ImageMagick 6.4.5-4
- updated to JabRef 2.4.2
- new Ukrainian translation of the installer (thanks to Yuri Chornoivan)
- new Catalan translation of the installer (thanks to Joan Montané)

View File

@ -143,6 +143,12 @@ Function MissingPrograms
${if} $BibTeXEditorPath == ""
ReadRegStr $BibTeXEditorPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef 2.4" "UninstallString"
${endif}
${if} $BibTeXEditorPath == ""
ReadRegStr $BibTeXEditorPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef 2.4.1" "UninstallString"
${endif}
${if} $BibTeXEditorPath == ""
ReadRegStr $BibTeXEditorPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\JabRef 2.4.2" "UninstallString"
${endif}
# test if Inkscape is installed
ReadRegStr $SVGPath HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Inkscape" "InstallLocation"

View File

@ -58,15 +58,15 @@ BrandingText "LyXWinInstaller v3.${INSTALLER_SUBVERSION} - ${INSTALLER_VERSION}"
# definitions for the Complete installer
!if ${INSTALLER_VERSION} == "Complete"
!define GSviewInstall "external\gsv49w32.exe"
!define JabRefInstall "external\JabRef-2.4-Setup.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.7.3164.exe"
!define JabRefInstall "external\JabRef-2.4.2-Setup.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.7.3224.exe"
!define JabRefVersion "2.4"
!define MiKTeXDeliveredVersion "2.7"
!endif
!define ClassFileDir "${PRODUCT_SOURCEDIR}\Resources\tex"
!define ImageMagickVersion "6.4.4"
!define ImageMagickVersion "6.4.5"
# for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin!
!define ImageMagickDir "$INSTDIR\etc\ImageMagick"
!define GhostscriptDir "$INSTDIR\etc\Ghostscript"