installer: update to latest MiKTeX to fix a bug

This commit is contained in:
Uwe Stöhr 2013-01-24 23:57:40 +01:00
parent 55d32635e1
commit 0b791d49f5
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
- fix bug that MiKTeX was not correctly configures on somme 64bit versions of Windows 7
- don't overwrite the MiKTeX package repository from where missing packages will be installed
- updated to JabRef 2.9.2
- updated to MiKTeX 2.9 build 4757
Changelog for LyX-2051-2:

View File

@ -59,6 +59,6 @@ These typically need to be modified for each LyX release
!if ${SETUPTYPE} == BUNDLE
!define JabRefInstall "external\JabRef-2.9.2-setup.exe"
!define SIZE_JABREF 14100
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4521.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4757.exe"
!endif