installer updates

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18298 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-05-13 22:45:28 +00:00
parent 8deae3f11c
commit 98ac7fd4d3
3 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,9 @@
Version LyX 1.5svn-xx-05-2007
- LyX 1.5svn from xx-05-2007
Version LyX 1.5beta3-14-05-2007
- LyX 1.5 beta3 from 14-05-2007
- fix bug, introduced with last version, that all margin notes in
a document are lost
- support for Chinese, Japenese and Korean
- support for the LaTeX-package "listings"
- fix bug that LyX's menu language setting was ignored when LyX is
started by double-clicking on a LyX-file

View File

@ -3,7 +3,7 @@
!define PRODUCT_DIR "D:\LyXPackage1.5"
!define PRODUCT_NAME "LyX"
!define PRODUCT_VERSION "1.5svn-xx-05-2007"
!define PRODUCT_VERSION "1.5beta3-14-05-2007"
!define PRODUCT_VERSION_SHORT "150svn"
!define PRODUCT_SUBFOLDER "lyx15"
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
@ -39,7 +39,7 @@ BrandingText "LyXWinInstaller v3.15 - ${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.5beta2-21-04-2007"
!define PRODUCT_VERSION_OLD "LyX 1.5svn-02-05-2007"
!define PRODUCT_UNINSTALL_EXE_OLD "$INSTDIR\LyXWinUninstall.exe"
!define PRODUCT_VERSION_SHORT_OLD "150svn"
!define JabRefVersionOld "JabRef 2.2"

View File

@ -9,6 +9,7 @@ Function UpdateModifiedFiles
File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe"
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
SetOutPath "$INSTDIR\Resources"
File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
File "${PRODUCT_SOURCEDIR}\Resources\encodings"
File "${PRODUCT_SOURCEDIR}\Resources\languages"
File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"