Win installer: update MiKTeX

- 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
This commit is contained in:
Uwe Stöhr 2017-11-11 18:37:16 +01:00
parent 52be92d253
commit d5f15f4a6d
4 changed files with 10 additions and 10 deletions

View File

@ -1,12 +1,10 @@
Changelog for LyX-230-RC2: Changelog for LyX-230-RC1:
- correct display of installer text for many languages
Changelog for LyX-230-RC1:
- installs LyX 2.3.0 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 - fix bug that the BibTeX editor Jabref and the image editor Krita
were not detected as 64bit application were not detected as 64bit application
- updated to Qt 5.6.3 - updated to Qt 5.6.3
- updated to MiKTeX 2.9 build 6520
- updated to ImageMagick 7.0.7-8 - updated to ImageMagick 7.0.7-8
- updated to Ghostscript 9.22 - updated to Ghostscript 9.22
- updated thesaurus for Ukrainian - updated thesaurus for Ukrainian

View File

@ -22,7 +22,6 @@ Lists of files to include in the installer
${FILE}Qt5Svg.dll" ${FILE}Qt5Svg.dll"
${FILE}Qt5Widgets.dll" ${FILE}Qt5Widgets.dll"
${FILE}Qt5WinExtras.dll" ${FILE}Qt5WinExtras.dll"
${FILE}Qt5Xml.dll"
!macroend !macroend
@ -49,7 +48,6 @@ Lists of files to include in the installer
!macro FileListQtPlatforms COMMAND DIRECTORY !macro FileListQtPlatforms COMMAND DIRECTORY
${FILE}qminimal.dll" ${FILE}qminimal.dll"
${FILE}qoffscreen.dll"
${FILE}qwindows.dll" ${FILE}qwindows.dll"
!macroend !macroend

View File

@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
!define APP_VERSION_REVISION 0 !define APP_VERSION_REVISION 0
!define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise "" !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_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 !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 # definitions for the Complete installer
!if ${SETUPTYPE} == BUNDLE !if ${SETUPTYPE} == BUNDLE
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6361.exe" !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6520.exe"
!endif !endif

View File

@ -1,4 +1,4 @@
/* /*
Windows PDF view helper Windows PDF view helper
Author: Uwe Stöhr and Joost Verburg 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 LogicLib.nsh
!include FileFunc.nsh !include FileFunc.nsh