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:
Uwe Stöhr 2007-12-17 23:13:01 +00:00
parent 7a75f54050
commit 219ac7ce50
3 changed files with 5 additions and 9 deletions

View File

@ -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"

View File

@ -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/
#--------------------------------

View File

@ -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/
#--------------------------------