]> git.lyx.org Git - features.git/commitdiff
installer:
authorUwe Stöhr <uwestoehr@web.de>
Mon, 30 Jan 2012 21:13:00 +0000 (21:13 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 30 Jan 2012 21:13:00 +0000 (21:13 +0000)
- 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

development/Win32/packaging/installer/include/detection.nsh
development/Win32/packaging/installer/settings.nsh

index 730c35ccf1ec9684a87d32edd4b0b4bbdc2f1512..7801423daa549924a25ef91ad4466e4462a1e902 100644 (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}
 
index df7cb4d6c35f1dbfc4e013ed46f3a4811fa10bbe..3502709bbb92965377cf8688e2223d000484d913 100644 (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