mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
installer: sync to trunk again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22202 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7a75f54050
commit
219ac7ce50
@ -214,13 +214,9 @@ Function ConfigureMiKTeX
|
||||
# enable MiKTeX's automatic package installation
|
||||
${if} $MiKTeXVersion == "2.5"
|
||||
ExecWait '$LaTeXPath\mpm.com --update-fndb'
|
||||
${endif}
|
||||
${if} $MiKTeXVersion == "2.6"
|
||||
${else} # MiKTeX 2.6 or newer
|
||||
ExecWait '$LaTeXPath\mpm.exe --update-fndb'
|
||||
${endif}
|
||||
${if} $MiKTeXVersion == "2.7"
|
||||
ExecWait '$LaTeXPath\mpm.exe --update-db'
|
||||
${endif}
|
||||
# the following feature is planned to be used for a possible CD-version
|
||||
# copy LaTeX-packages needed by LyX
|
||||
# SetOutPath "$INSTDIR"
|
||||
|
@ -6,11 +6,11 @@
|
||||
# Licence details can be found in the file COPYING or copy at
|
||||
# http://www.lyx.org/about/license.php3
|
||||
|
||||
# Author Uwe Stöhr based on the work of Angus Leeming and Joost Verburg
|
||||
# Author Uwe Stöhr based on the work of Angus Leeming and ideas of Joost Verburg
|
||||
# Full author contact details are available in file CREDITS or copy at
|
||||
# http://www.lyx.org/about/credits.php
|
||||
|
||||
# This script requires NSIS 2.25 and newer
|
||||
# This script requires NSIS 2.30 or newer
|
||||
# http://nsis.sourceforge.net/
|
||||
#--------------------------------
|
||||
|
||||
|
@ -6,11 +6,11 @@
|
||||
# Licence details can be found in the file COPYING or copy at
|
||||
# http://www.lyx.org/about/license.php3
|
||||
|
||||
# Author Uwe Stöhr based on the work of Angus Leeming and Joost Verburg
|
||||
# Author Uwe Stöhr based on the work of Angus Leeming and ideas of Joost Verburg
|
||||
# Full author contact details are available in file CREDITS or copy at
|
||||
# http://www.lyx.org/about/credits.php
|
||||
|
||||
# This script requires NSIS 2.25 and newer
|
||||
# This script requires NSIS 2.30 or newer
|
||||
# http://nsis.sourceforge.net/
|
||||
#--------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user