- prepare installer for beta2

- update installer structure explanation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17932 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-04-24 00:42:42 +00:00
parent b587290936
commit ee888c4767
8 changed files with 13 additions and 7 deletions

View File

@ -1,12 +1,13 @@
Version LyX 1.5svn-xx-04-2007 Version LyX 1.5beta2-21-04-2007
- LyX 1.5svn from xx-04-2007 - LyX 1.5 beta2 from 21-04-2007
- math-macro fixes - math-macro fixes
- math delimiter changed again - math delimiter changed again
- new ?? - math toolbar has been dropped - new math sidebar that replaces the math panel dialog
- Update installer: require to close LyX before it can be updated - Update installer: require to close LyX before it can be updated
- Update installer: fix bug that sessions files weren't actualized while - Update installer: fix bug that sessions files weren't actualized while
updating updating
- Update installer: fix uninstalling (not fully tested yet)
Version LyX 1.5svn-15-04-2007 Version LyX 1.5svn-15-04-2007

View File

@ -1,7 +1,7 @@
Function DeleteFiles Function DeleteFiles
; list with deleted files ; list with deleted files
Delete "$INSTDIR\bin\PDFViewWin7.exe" Delete "$INSTDIR\Resources\images\dialog-show_mathpanel.xpm"
FunctionEnd FunctionEnd

View File

@ -26,7 +26,7 @@ SetCompressor lzma
!define PRODUCT_DIR "D:\LyXPackage1.5" !define PRODUCT_DIR "D:\LyXPackage1.5"
!define PRODUCT_NAME "LyX" !define PRODUCT_NAME "LyX"
!define PRODUCT_VERSION "1.5svn-xx-04-2007" !define PRODUCT_VERSION "1.5beta2-21-04-2007"
!define PRODUCT_VERSION_SHORT "150svn" !define PRODUCT_VERSION_SHORT "150svn"
!define PRODUCT_SUBFOLDER "lyx15" !define PRODUCT_SUBFOLDER "lyx15"
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt" !define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"

View File

@ -26,7 +26,7 @@ SetCompressor lzma
!define PRODUCT_DIR "D:\LyXPackage1.5" !define PRODUCT_DIR "D:\LyXPackage1.5"
!define PRODUCT_NAME "LyX" !define PRODUCT_NAME "LyX"
!define PRODUCT_VERSION "1.5svn-xx-04-2007" !define PRODUCT_VERSION "1.5beta2-21-04-2007"
!define PRODUCT_VERSION_SHORT "150svn" !define PRODUCT_VERSION_SHORT "150svn"
!define PRODUCT_SUBFOLDER "lyx15" !define PRODUCT_SUBFOLDER "lyx15"
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt" !define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"

View File

@ -26,7 +26,7 @@ SetCompressor lzma
!define PRODUCT_DIR "D:\LyXPackage1.5" !define PRODUCT_DIR "D:\LyXPackage1.5"
!define PRODUCT_NAME "LyX" !define PRODUCT_NAME "LyX"
!define PRODUCT_VERSION "1.5svn-xx-04-2007" !define PRODUCT_VERSION "1.5beta2-21-04-2007"
!define PRODUCT_VERSION_SHORT "150svn" !define PRODUCT_VERSION_SHORT "150svn"
!define PRODUCT_SUBFOLDER "lyx15" !define PRODUCT_SUBFOLDER "lyx15"
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt" !define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"

View File

@ -5,9 +5,11 @@ Function UpdateModifiedFiles
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" ; always here File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" ; always here
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" ; always here File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" ; always here
SetOutPath "$INSTDIR\Resources" SetOutPath "$INSTDIR\Resources"
File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" ; always here File /r "${PRODUCT_SOURCEDIR}\Resources\locale" ; always here
File "${PRODUCT_SOURCEDIR}\Resources\configure.py" File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
SetOutPath "$INSTDIR\Resources\bind" SetOutPath "$INSTDIR\Resources\bind"
File "${PRODUCT_SOURCEDIR}\Resources\bind\aqua.bind"
File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind" File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind"
SetOutPath "$INSTDIR\Resources\doc" SetOutPath "$INSTDIR\Resources\doc"
File "${PRODUCT_SOURCEDIR}\Resources\doc\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\Intro.lyx"
@ -22,10 +24,13 @@ Function UpdateModifiedFiles
File /r "${PRODUCT_SOURCEDIR}\Resources\images\math" File /r "${PRODUCT_SOURCEDIR}\Resources\images\math"
SetOutPath "$INSTDIR\Resources\layouts" SetOutPath "$INSTDIR\Resources\layouts"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\g-brief2.layout" File "${PRODUCT_SOURCEDIR}\Resources\layouts\g-brief2.layout"
SetOutPath "$INSTDIR\Resources\scripts"
File "${PRODUCT_SOURCEDIR}\Resources\scripts\tex_copy.py"
SetOutPath "$INSTDIR\Resources\ui" SetOutPath "$INSTDIR\Resources\ui"
File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui" File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui"
File "${PRODUCT_SOURCEDIR}\Resources\ui\classic.ui" File "${PRODUCT_SOURCEDIR}\Resources\ui\classic.ui"
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc" File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
FunctionEnd FunctionEnd