mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
installer: prepare for next releases
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19356 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
65c41eff63
commit
56c4bd991b
@ -1,6 +1,6 @@
|
||||
Function DeleteFiles
|
||||
|
||||
# list with deleted files for LyX 1.5rc2 27-06-2007
|
||||
# list with deleted files for LyX 1.5.2
|
||||
|
||||
|
||||
FunctionEnd
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
!define PRODUCT_DIR "D:\LyXPackage1.5"
|
||||
!define PRODUCT_NAME "LyX"
|
||||
!define PRODUCT_VERSION "1.5.1"
|
||||
!define PRODUCT_VERSION_SHORT "151"
|
||||
!define PRODUCT_VERSION "1.5.2"
|
||||
!define PRODUCT_VERSION_SHORT "152"
|
||||
!define PRODUCT_SUBFOLDER "lyx15"
|
||||
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
|
||||
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"
|
||||
@ -19,12 +19,12 @@
|
||||
!define PRODUCT_INFO_URL "http://www.lyx.org/"
|
||||
!define LAUNCHER_EXE "$INSTDIR\bin\LyXLauncher.exe"
|
||||
|
||||
BrandingText "LyXWinInstaller v3.18 - ${INSTALLER_VERSION}"
|
||||
BrandingText "LyXWinInstaller v3.19 - ${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-18.exe"
|
||||
!define INSTALLER2_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER2_VERSION}-3-18.exe"
|
||||
!define INSTALLER3_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER3_VERSION}-3-18.exe"
|
||||
!define INSTALLER_EXE "LyX-${PRODUCT_VERSION_SHORT}-3-19-AltInstaller-${INSTALLER_VERSION}.exe"
|
||||
!define INSTALLER2_EXE "LyX-${PRODUCT_VERSION_SHORT}-3-19-AltInstaller-${INSTALLER2_VERSION}.exe"
|
||||
!define INSTALLER3_EXE "LyX-${PRODUCT_VERSION_SHORT}-3-19-AltInstaller-${INSTALLER3_VERSION}.exe"
|
||||
!define VERSION_BITMAP "${PRODUCT_DIR}\icons\lyx_logo_vert${PRODUCT_VERSION_SHORT}.bmp"
|
||||
|
||||
# Replaced by HKLM or HKCU depending on SetShellVarContext.
|
||||
@ -39,9 +39,9 @@ BrandingText "LyXWinInstaller v3.18 - ${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.5rc2-27-05-2007"
|
||||
!define PRODUCT_VERSION_OLD "LyX 1.5.1"
|
||||
!define PRODUCT_UNINSTALL_EXE_OLD "$INSTDIR\LyXWinUninstall.exe"
|
||||
!define PRODUCT_VERSION_SHORT_OLD "150"
|
||||
!define PRODUCT_VERSION_SHORT_OLD "151"
|
||||
!define JabRefVersion "2.2" # could be an older version
|
||||
!define MiKTeXDeliveredVersion "2.6" # could be an older version
|
||||
!endif
|
||||
|
@ -6,60 +6,18 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
||||
SetOutPath "$INSTDIR\Resources"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\languages"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\symbols"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
|
||||
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
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.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\doc\de"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\DummyDocument1.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\DummyDocument2.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\DummyTextDocument.txt"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\EmbeddedObjects.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\FAQ.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"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart"
|
||||
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\it"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\it\TOC.lyx" # must be here when another \doc file has been changed
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Userguide.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\examples"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\examples\fa"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\examples\hu"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\images"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
|
||||
SetOutPath "$INSTDIR\Resources\kbd"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\kbd\farsi.kmap"
|
||||
SetOutPath "$INSTDIR\Resources\images\math"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
|
||||
SetOutPath "$INSTDIR\Resources\lyx2lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
|
||||
SetOutPath "$INSTDIR\Resources\scripts"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\scripts\ext_copy.py"
|
||||
SetOutPath "$INSTDIR\Resources\templates"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\ui"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
|
||||
|
||||
FunctionEnd
|
||||
|
Loading…
Reference in New Issue
Block a user