From abab358ff66ffcf663400f57368b9c248d0a5828 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 4 Jun 2007 21:25:10 +0000 Subject: [PATCH] installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18674 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../packaging/AltInstaller/ChangeLog.txt | 16 ++++-- .../Win32/packaging/AltInstaller/Deleted.nsh | 5 +- .../Win32/packaging/AltInstaller/Settings.nsh | 12 ++--- .../Win32/packaging/AltInstaller/Updated.nsh | 49 +++---------------- 4 files changed, 25 insertions(+), 57 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/ChangeLog.txt b/development/Win32/packaging/AltInstaller/ChangeLog.txt index 2bff9bb79c..fcaf9e08ac 100644 --- a/development/Win32/packaging/AltInstaller/ChangeLog.txt +++ b/development/Win32/packaging/AltInstaller/ChangeLog.txt @@ -1,5 +1,10 @@ -Version LyX 1.5rc1-31-05-2007 -- LyX 1.5 pre1 from 31-05-2007 +Version LyX 1.5rc2-xx-06-2007 +- LyX 1.5rc2 from xx-06-2007 + - new Chinese translation of LyX's menus + + +Version LyX 1.5rc1-31-05-2007 +- LyX 1.5rc1 from 31-05-2007 - support for Farsi - new Korean and Japanese translation of LyX's menus @@ -7,9 +12,10 @@ - new Windows Vista-compatible launcher for LyX - fixed layout file for the LaTeX-package powerdot - support for SVG-images: when Inkscape is installed, it will be - used as SVG to PDF converter -- support to set Hebrew and Japanese, and Korean as LyX's menu language -- added missing zlib1.dll + used as SVG to PDF converter (to get real vector graphics in the + PDF-output) +- support to set Hebrew, Japanese, and Korean as LyX's menu language +- added missing zlib1.dll (caused tex2lyx problems) Thanks to Pavel Sanda: - new Czech translation of the installer diff --git a/development/Win32/packaging/AltInstaller/Deleted.nsh b/development/Win32/packaging/AltInstaller/Deleted.nsh index 7c9d7a213e..dcaed7a7df 100644 --- a/development/Win32/packaging/AltInstaller/Deleted.nsh +++ b/development/Win32/packaging/AltInstaller/Deleted.nsh @@ -1,8 +1,7 @@ Function DeleteFiles - # list with deleted files for LyX 1.5rc1 31-05-2007 - Delete "$INSTDIR\Resources\examples\he\example_lyxified.lyx" - Delete "$INSTDIR\Resources\examples\he\example_raw.lyx" + # list with deleted files for LyX 1.5rc2 xx-06-2007 + FunctionEnd diff --git a/development/Win32/packaging/AltInstaller/Settings.nsh b/development/Win32/packaging/AltInstaller/Settings.nsh index 9eea83ba46..c09d7cdc46 100644 --- a/development/Win32/packaging/AltInstaller/Settings.nsh +++ b/development/Win32/packaging/AltInstaller/Settings.nsh @@ -3,7 +3,7 @@ !define PRODUCT_DIR "D:\LyXPackage1.5" !define PRODUCT_NAME "LyX" -!define PRODUCT_VERSION "1.5rc1-31-05-2007" +!define PRODUCT_VERSION "1.5rc2-xx-05-2007" !define PRODUCT_VERSION_SHORT "150svn" !define PRODUCT_SUBFOLDER "lyx15" !define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt" @@ -19,12 +19,12 @@ !define PRODUCT_INFO_URL "http://www.lyx.org/" !define LAUNCHER_EXE "$INSTDIR\bin\LyXLauncher.exe" -BrandingText "LyXWinInstaller v3.16 - ${INSTALLER_VERSION}" +BrandingText "LyXWinInstaller v3.17 - ${INSTALLER_VERSION}" # to check later if this installer version is running at the same time -!define INSTALLER_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER_VERSION}-3-16.exe" -!define INSTALLER2_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER2_VERSION}-3-16.exe" -!define INSTALLER3_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER3_VERSION}-3-16.exe" +!define INSTALLER_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER_VERSION}-3-17.exe" +!define INSTALLER2_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER2_VERSION}-3-17.exe" +!define INSTALLER3_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER3_VERSION}-3-17.exe" !define VERSION_BITMAP "${PRODUCT_DIR}\icons\lyx_logo_vert${PRODUCT_VERSION_SHORT}.bmp" # Replaced by HKLM or HKCU depending on SetShellVarContext. @@ -39,7 +39,7 @@ BrandingText "LyXWinInstaller v3.16 - ${INSTALLER_VERSION}" # definitions for the Update installer !if ${INSTALLER_VERSION} == "Update" !define PRODUCT_UNINST_KEY_OLD "Software\Microsoft\Windows\CurrentVersion\Uninstall\LyX150svn" - !define PRODUCT_VERSION_OLD "LyX 1.5beta3-18-05-2007" + !define PRODUCT_VERSION_OLD "LyX 1.5rc1-31-05-2007" !define PRODUCT_UNINSTALL_EXE_OLD "$INSTDIR\LyXWinUninstall.exe" !define PRODUCT_VERSION_SHORT_OLD "150svn" !define JabRefVersion "2.2" # could be an older version diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index 1ff21df87d..39e882ac65 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -1,60 +1,23 @@ Function UpdateModifiedFiles - # list with modified files for LyX 1.5rc1 31-05-2007 + # list with modified files for LyX 1.5rc2 xx-06-2007 SetOutPath "$INSTDIR\bin" File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here - File "${PRODUCT_SOURCEDIR}\bin\LyXLauncher.exe" - File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe" File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here - File "${PRODUCT_SOURCEDIR}\bin\zlib1.dll" SetOutPath "$INSTDIR\Resources" - File "${PRODUCT_SOURCEDIR}\Resources\configure.py" - File "${PRODUCT_SOURCEDIR}\Resources\CREDITS" - File "${PRODUCT_SOURCEDIR}\Resources\languages" - File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols" File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here - SetOutPath "$INSTDIR\Resources\bind" - File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind" - File "${PRODUCT_SOURCEDIR}\Resources\bind\mac.bind" SetOutPath "$INSTDIR\Resources\doc" - File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in" File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed SetOutPath "$INSTDIR\Resources\doc\de" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed - File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx" - SetOutPath "$INSTDIR\Resources\doc\de\clipart" - File "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart\FussnoteQt4.png" - SetOutPath "$INSTDIR\Resources\doc\es" - File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed - SetOutPath "$INSTDIR\Resources\doc\fr" - File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\TOC.lyx" - SetOutPath "$INSTDIR\Resources\doc\he" - File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\he\TOC.lyx" + SetOutPath "$INSTDIR\Resources\doc\clipart" + File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps" + File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps" SetOutPath "$INSTDIR\Resources\examples" - File "${PRODUCT_SOURCEDIR}\Resources\examples\powerdot-example.lyx" - SetOutPath "$INSTDIR\Resources\examples\he" - File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_lyxified.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_raw.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\examples\he\splash.lyx" - SetOutPath "$INSTDIR\Resources\images" - File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_table.xpm" - File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math_panels.xpm" - File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math.xpm" - File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-insert.xpm" SetOutPath "$INSTDIR\Resources\layouts" File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout" - File "${PRODUCT_SOURCEDIR}\Resources\layouts\powerdot.layout" - SetOutPath "$INSTDIR\Resources\lyx2lyx" - File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py" - SetOutPath "$INSTDIR\Resources\ui" - File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui" - File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc" - File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc" + File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpc.layout" + File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpd.layout" FunctionEnd -- 2.39.2