From: Uwe Stöhr Date: Sun, 29 Apr 2007 12:15:58 +0000 (+0000) Subject: installer updates X-Git-Tag: 1.6.10~9996 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7df0e803efb3980b7fb09b4b093157587bf92343;p=features.git installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18086 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/LyXWinInstaller/InstallerStructure.odg b/development/Win32/packaging/installer/LyXWinInstaller/InstallerStructure.odg index 46afc8e050..8965a1fd71 100644 Binary files a/development/Win32/packaging/installer/LyXWinInstaller/InstallerStructure.odg and b/development/Win32/packaging/installer/LyXWinInstaller/InstallerStructure.odg differ diff --git a/development/Win32/packaging/installer/LyXWinInstaller/InstallerStructure.pdf b/development/Win32/packaging/installer/LyXWinInstaller/InstallerStructure.pdf index 1bc60af652..0b5e4466e4 100644 Binary files a/development/Win32/packaging/installer/LyXWinInstaller/InstallerStructure.pdf and b/development/Win32/packaging/installer/LyXWinInstaller/InstallerStructure.pdf differ diff --git a/development/Win32/packaging/installer/LyXWinInstaller/LyXInstaller-update.nsi b/development/Win32/packaging/installer/LyXWinInstaller/LyXInstaller-update.nsi index a028e8a715..66274c193b 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/LyXInstaller-update.nsi +++ b/development/Win32/packaging/installer/LyXWinInstaller/LyXInstaller-update.nsi @@ -32,7 +32,7 @@ SetCompressor lzma !include "Settings.nsh" !define PRODUCT_UNINST_KEY_OLD "Software\Microsoft\Windows\CurrentVersion\Uninstall\LyX150svn" -!define PRODUCT_VERSION_OLD "LyX 1.5svn-15-04-2007" +!define PRODUCT_VERSION_OLD "LyX 1.5beta2-21-04-2007" !define PRODUCT_UNINSTALL_EXE_OLD "$INSTDIR\LyXWinUninstall.exe" ;-------------------------------- diff --git a/development/Win32/packaging/installer/LyXWinInstaller/ReadmePackage1.5.txt b/development/Win32/packaging/installer/LyXWinInstaller/ReadmePackage1.5.txt index 7ce91c8b28..74670923f8 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/ReadmePackage1.5.txt +++ b/development/Win32/packaging/installer/LyXWinInstaller/ReadmePackage1.5.txt @@ -9,7 +9,9 @@ http://developer.berlios.de/projects/lyxwininstall/ --- General To compile the installer scripts you need at least NSIS version 2.25. -The installer scripts need the plugins "FindProc" and "InetLoad". To use it copy the files "FindProcDLL.dll" and "InetLoad.dll" from the "LyXPackage" folder to NSIS'"Plugins" directory. +The installer scripts needs the plugins "FindProc" and "InetLoad". +To use them copy the files "FindProcDLL.dll" and "InetLoad.dll" from the +"LyXPackage" folder to NSIS'"Plugins" directory. --- Internationalization diff --git a/development/Win32/packaging/installer/LyXWinInstaller/ReadmeScripts1.5.txt b/development/Win32/packaging/installer/LyXWinInstaller/ReadmeScripts1.5.txt index 07985ffec9..f722736839 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/ReadmeScripts1.5.txt +++ b/development/Win32/packaging/installer/LyXWinInstaller/ReadmeScripts1.5.txt @@ -9,7 +9,9 @@ http://developer.berlios.de/projects/lyxwininstall/ --- General To compile the installer scripts you need at least NSIS version 2.25. -The installer scripts need the plugins "FindProc" and "InetLoad". To use it copy the files "FindProcDLL.dll" and "InetLoad.dll" from the "LyXPackage" folder to NSIS'"Plugins" directory. +The installer scripts needs the plugins "FindProc" and "InetLoad". +To use them copy the files "FindProcDLL.dll" and "InetLoad.dll" from the +"LyXPackage" folder to NSIS'"Plugins" directory. --- Internationalization diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Settings.nsh b/development/Win32/packaging/installer/LyXWinInstaller/Settings.nsh index 508c7ff836..590a758fe1 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Settings.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/Settings.nsh @@ -3,7 +3,7 @@ !define PRODUCT_DIR "D:\LyXPackage1.5" !define PRODUCT_NAME "LyX" -!define PRODUCT_VERSION "1.5svn-xx-04-2007" +!define PRODUCT_VERSION "1.5svn-30-04-2007" !define PRODUCT_VERSION_SHORT "150svn" !define PRODUCT_SUBFOLDER "lyx15" !define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt" diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh index a1ac60a1e5..f3a754b937 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh @@ -1,6 +1,6 @@ Function UpdateModifiedFiles - ; list with modified files for LyX 1.5svn xx-04-2007 + ; list with modified files for LyX 1.5svn 30-04-2007 SetOutPath "$INSTDIR\bin" File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" ; always here File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" ; always here @@ -13,9 +13,11 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx" 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\Customization.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Extended.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Tutorial.lyx" 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\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 @@ -26,7 +28,9 @@ Function UpdateModifiedFiles Delete "$INSTDIR\Resources\examples\de\Dezimal.lyx" File "${PRODUCT_SOURCEDIR}\Resources\examples\simplecv.lyx" SetOutPath "$INSTDIR\Resources\images" - File /r "${PRODUCT_SOURCEDIR}\Resources\images\math" + File "${PRODUCT_SOURCEDIR}\Resources\images\math-superscript.xpm" + SetOutPath "$INSTDIR\Resources\images\math" + File "${PRODUCT_SOURCEDIR}\Resources\images\math\super.xpm" SetOutPath "$INSTDIR\Resources\layouts" File "${PRODUCT_SOURCEDIR}\Resources\layouts\simplecv.layout" SetOutPath "$INSTDIR\Resources\lyx2lyx"