]> git.lyx.org Git - lyx.git/commitdiff
installer: commit files with which installer for RC1 was built
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 29 Mar 2014 00:50:18 +0000 (01:50 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 29 Mar 2014 00:50:18 +0000 (01:50 +0100)
- known problem: if LyX 2.0.x is installed and you install 2.1rc1, the .lyx file associations will not be updated but if LyX 2.1 is installed on a new PC the file associations work (work is in progress)

development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/include/init.nsh
development/Win32/packaging/installer/settings.nsh
development/Win32/packaging/installer/setup/configure.nsh

index 48b8e4a00d174ba8a7b7ca7d25d9046642098caf..44020a79322d7515ed35e38d8b32232dfa77d2e8 100644 (file)
@@ -1,8 +1,14 @@
-Changelog for LyX-207-3:
+Changelog for LyX-207-4:
+- downgraded to Qt 4.8.4
+  (there is a bug in the newer Qt 4.8.5 that destroys some shortcuts)
+- updated to JabRef 2.10
+
+
+Changelog for LyX-207-3:
 - fix serious bug that LyX could directly be installed to c:\programs
   the uninstaller would then delete the whole c:\programs folder
 - install a stripped-down version of Perl to be able to use LyX's feature
-  to have several indexe also when LyX is installed without admin privileges
+  to have several indexes also when LyX is installed without admin privileges
 - updated to Qt 4.8.5
 - updated to Perl 5.18
 
index f69cf81ca5b9aeb657030c0f92a743a828a11f70..b58478ad4da6661d4ff71d136cf44a9fe1d52b92 100644 (file)
@@ -48,9 +48,8 @@ Section "!${APP_NAME}" SecCore
  SectionIn RO
 SectionEnd
 
-Section /o "$(SecFileAssocTitle)" SecFileAssoc
- SectionIn RO # remove this line LyX 2.1 final!
- #StrCpy $CreateFileAssociations "true" 
+Section "$(SecFileAssocTitle)" SecFileAssoc
+ StrCpy $CreateFileAssociations "true" 
 SectionEnd
 
 Section "$(SecDesktopTitle)" SecDesktop
index 2beb288b453f84bf1db85f503623bd092169fb10..cc52db455bd2cc3384cdfb03faface1fa0ee867f 100644 (file)
@@ -51,14 +51,14 @@ These typically need to be modified for each LyX release
 !define MiKTeXRepo "http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/www.ctan.org/systems/win32/miktex/tm/packages/"
 #!define MiKTeXRepo "ftp://ftp.tu-chemnitz.de/pub/tex/systems/win32/miktex/tm/packages/"
 
-!define JabRefVersion "2.9.2"
+!define JabRefVersion "2.10"
 !define MiKTeXDeliveredVersion "2.9"
 !define ImageMagickVersion "6.8.0"
  
 # definitions for the Complete installer
 !if ${SETUPTYPE} == BUNDLE
- !define JabRefInstall "external\JabRef-2.9.2-setup.exe"
+ !define JabRefInstall "external\JabRef-2.10-setup.exe"
  !define SIZE_JABREF 14100
- !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4813.exe"
+ !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.5105.exe"
 !endif
 
index 67201f7e8d2bfd666b9e9600f97be68e3a33217d..406aeb6bdf5ce7160e8256a9c4eca55d77dc4fb3 100644 (file)
@@ -69,7 +69,7 @@ SectionEnd
 
 Section -Configure
 
-  # Associate .lyx files with LyX for current user of all users
+  # Associate .lyx files with LyX for current user or all users
 
   ${if} $CreateFileAssociations == "true"
    WriteRegStr SHCTX "${APP_DIR_REGKEY}" "" "$INSTDIR\${APP_RUN}"