installer: preparations for the LyX 1.5.0 release

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19050 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-07-12 00:21:53 +00:00
parent 1feaf6c814
commit d1567e8d90
3 changed files with 14 additions and 8 deletions

View File

@ -1,7 +1,10 @@
Version LyX 1.5xx-xx-07-2007
- LyX 1.5xx-xx-07-2007
Version 3.18
- LyX 1.5.0
- support to set "Chinese" as LyX's menu language
- updated to MiKTeX 2.6 (version 2742)
- updated to ImageMagick 6.3.5
- updated to GhostScript 8.57
Version LyX 1.5rc2-27-06-2007

View File

@ -255,7 +255,10 @@ Function UpdateMiKTeX
MessageBox MB_YESNO|MB_ICONINFORMATION "$(MiKTeXInfo)" IDYES UpdateNow IDNO UpdateLater
UpdateNow:
StrCpy $0 $LaTeXPath -4 # remove "\bin"
# the update wizard is either started by the copystart.exe or the copystart_admin.exe
# the latter replaces copystart.exe since miktex-2.6.2742
ExecWait '"$LaTeXPath\copystart.exe" "$0\config\update.dat"' # run MiKTeX's update wizard
ExecWait '"$LaTeXPath\copystart_admin.exe" "$0\config\update.dat"' # run MiKTeX's update wizard
UpdateLater:
${endif}

View File

@ -3,8 +3,8 @@
!define PRODUCT_DIR "D:\LyXPackage1.5"
!define PRODUCT_NAME "LyX"
!define PRODUCT_VERSION "1.5xx-xx-07-2007"
!define PRODUCT_VERSION_SHORT "150svn"
!define PRODUCT_VERSION "1.5.0"
!define PRODUCT_VERSION_SHORT "150"
!define PRODUCT_SUBFOLDER "lyx15"
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"
@ -41,7 +41,7 @@ BrandingText "LyXWinInstaller v3.18 - ${INSTALLER_VERSION}"
!define PRODUCT_UNINST_KEY_OLD "Software\Microsoft\Windows\CurrentVersion\Uninstall\LyX150svn"
!define PRODUCT_VERSION_OLD "LyX 1.5rc2-27-05-2007"
!define PRODUCT_UNINSTALL_EXE_OLD "$INSTDIR\LyXWinUninstall.exe"
!define PRODUCT_VERSION_SHORT_OLD "150svn"
!define PRODUCT_VERSION_SHORT_OLD "150"
!define JabRefVersion "2.2" # could be an older version
!define MiKTeXDeliveredVersion "2.6" # could be an older version
!endif
@ -56,18 +56,18 @@ BrandingText "LyXWinInstaller v3.18 - ${INSTALLER_VERSION}"
!if ${INSTALLER_VERSION} == "Complete"
!define GSviewInstall "external\gsv48w32.exe"
!define JabRefInstall "external\JabRef-2.2-Setup.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.6.2726.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.6.2742.exe"
!define JabRefVersion "2.2"
!define MiKTeXDeliveredVersion "2.6"
!endif
!define ClassFileDir "${PRODUCT_SOURCEDIR}\Resources\tex"
!define ImageMagickVersion "6.3.4"
!define ImageMagickVersion "6.3.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"
!define GhostscriptVersion "8.56"
!define GhostscriptVersion "8.57"
!define AiksaurusDir "$APPDATA\Aiksaurus"
!define AiksaurusInstall "external\Aiksaurus"
!define AspellDir "$APPDATA\Aspell"