]> git.lyx.org Git - features.git/commitdiff
Win installer: update MiKTeX
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 11 Nov 2017 17:37:16 +0000 (18:37 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 11 Nov 2017 17:37:16 +0000 (18:37 +0100)
- also remove Qt5XML in the installer as it appears not to be used by LyX
- add a note that pdfview is not yet ready for full Unicode support

development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/include/filelist.nsh
development/Win32/packaging/installer/settings.nsh
development/Win32/pdfview/pdfview.nsi

index 224198bc8dfff521c5c86cb73afb38cd4dbdead2..b7b65bc7003a978044b304ad27de2b3d7c1b3f01 100644 (file)
@@ -1,12 +1,10 @@
-Changelog for LyX-230-RC2:
-- correct display of installer text for many languages 
-
-
-Changelog for LyX-230-RC1:
+Changelog for LyX-230-RC1:
 - installs LyX 2.3.0 RC1
+- correct display of installer text for many languages 
 - fix bug that the BibTeX editor Jabref and the image editor Krita
   were not detected as 64bit application
 - updated to Qt 5.6.3
+- updated to MiKTeX 2.9 build 6520
 - updated to ImageMagick 7.0.7-8
 - updated to Ghostscript 9.22
 - updated thesaurus for Ukrainian
index 7d5dfd6a9792611be345052fd9d9fa067f33e4d0..aede99d76337cff64bcfb26741123cc55a7e0a7e 100644 (file)
@@ -22,7 +22,6 @@ Lists of files to include in the installer
   ${FILE}Qt5Svg.dll"
   ${FILE}Qt5Widgets.dll"
   ${FILE}Qt5WinExtras.dll"
-  ${FILE}Qt5Xml.dll"
 
 !macroend
 
@@ -49,7 +48,6 @@ Lists of files to include in the installer
 !macro FileListQtPlatforms COMMAND DIRECTORY
 
   ${FILE}qminimal.dll"
-  ${FILE}qoffscreen.dll"
   ${FILE}qwindows.dll"
 
 !macroend
index 8be5129e31122f36064ef22bfe05592639d81033..1048bfa0d5cf775ed6a45911343b74f032d88d11 100644 (file)
@@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
 !define APP_VERSION_REVISION 0
 !define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise ""
 !define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
-!define APP_VERSION_BUILD 3 # Start with 1 for the installer releases of each version
+!define APP_VERSION_BUILD 4 # Start with 1 for the installer releases of each version
 
 !define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
 
@@ -52,6 +52,6 @@ These typically need to be modified for each LyX release
  
 # definitions for the Complete installer
 !if ${SETUPTYPE} == BUNDLE
- !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6361.exe"
+ !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6520.exe"
 !endif
 
index be43eabe2b1cc156d571f9fa02123f268b425d09..b8c5b1a0fa53c89a63c8d499942d502562df5d42 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 
 Windows PDF view helper
 Author: Uwe Stöhr and Joost Verburg
@@ -10,6 +10,10 @@ but works around the file locking problems of Adobe Reader and Acrobat.
 
 */
 
+# FIXME
+#Unicode true
+#doesn't work with the Uniode system.dll of NSIS 3.0.2 
+
 !include LogicLib.nsh
 !include FileFunc.nsh