installer: update installer: update to Python 2.6

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-10-30 23:01:30 +00:00
parent 7dca4e2293
commit c2f61f98a7
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
- LyX files with the extensions ".lyx14" etc. that you get when exporting - LyX files with the extensions ".lyx14" etc. that you get when exporting
to older LyX versions, can now be opened by double clicking on them to older LyX versions, can now be opened by double clicking on them
- updated to MiKTeX 2.7 (build 3164) - updated to MiKTeX 2.7 (build 3164)
- updated to Python 2.5.2 - updated to Python 2.6
- updated to Ghostscript 8.63 - updated to Ghostscript 8.63
- updated to ImageMagick 6.4.4-1 - updated to ImageMagick 6.4.4-1
- updated to JabRef 2.4 - updated to JabRef 2.4

View File

@ -4,9 +4,12 @@ Function UpdateModifiedFiles
SetOutPath "$INSTDIR\bin" # always here SetOutPath "$INSTDIR\bin" # always here
File /r "${PRODUCT_SOURCEDIR}\bin\DLLs" File /r "${PRODUCT_SOURCEDIR}\bin\DLLs"
File /r "${PRODUCT_SOURCEDIR}\bin\Lib" File /r "${PRODUCT_SOURCEDIR}\bin\Lib"
File "${PRODUCT_SOURCEDIR}\bin\aspell.dll"
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\python.exe" File "${PRODUCT_SOURCEDIR}\bin\python.exe"
File "${PRODUCT_SOURCEDIR}\bin\python25.dll" File "${PRODUCT_SOURCEDIR}\bin\python26.dll"
File "${PRODUCT_SOURCEDIR}\bin\QtCore4.dll"
File "${PRODUCT_SOURCEDIR}\bin\QtGui4.dll"
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
SetOutPath "$INSTDIR\Resources" SetOutPath "$INSTDIR\Resources"
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here