installer:

- fix a bug in detection of Gnumeric
- update to latest third-party products

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40688 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2012-01-30 21:13:00 +00:00
parent af7b1c2d39
commit cd765d1d02
2 changed files with 4 additions and 3 deletions

View File

@ -136,6 +136,7 @@ Function MissingPrograms
ReadRegStr $0 HKLM "Software\Classes\Applications\gnumeric.exe\shell\Open\command" ""
${if} $0 != ""
StrCpy $0 $0 -18 # remove "gnumeric.exe" "%1""
StrCpy $0 $0 "" 1 # remove the leading quote
StrCpy $GnumericPath $0
${endif}

View File

@ -12,7 +12,7 @@ These typically need to be modified for each LyX release
!define APP_VERSION_MAJOR 2
!define APP_VERSION_MINOR 0
!define APP_VERSION_REVISION 2
!define APP_VERSION_BUILD 4 # Start with 1 for the installer releases of each version
!define APP_VERSION_BUILD 5 # Start with 1 for the installer releases of each version
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}" # Version to display
@ -50,12 +50,12 @@ These typically need to be modified for each LyX release
!define JabRefVersion "2.7"
!define MiKTeXDeliveredVersion "2.9"
!define ImageMagickVersion "6.7.4"
!define ImageMagickVersion "6.7.5"
# definitions for the Complete installer
!if ${SETUPTYPE} == BUNDLE
!define JabRefInstall "external\JabRef-2.7-setup.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4250.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4407.exe"
!define SIZE_DOWNLOAD_LATEX 160106
!define SIZE_LATEX 380000
!endif