mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 22:32:19 +00:00
installer: updates for LyX 1.6.10
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@38573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d61efbfc82
commit
6846390359
@ -1,9 +1,17 @@
|
||||
Version 4.27
|
||||
Version 4.28
|
||||
- LyX 1.6.10
|
||||
- updated to eLyXer 1.2.1
|
||||
- updated to ImageMagick 6.6.9-7
|
||||
- updated to Ghostscript 9.02
|
||||
- updated to MiKTeX 2.9 (build 4106)
|
||||
|
||||
Version 4.27
|
||||
- LyX 1.6.9
|
||||
- updated to eLyXer 1.1.2
|
||||
- updated to ImageMagick 6.6.x-y
|
||||
- fix bug that a detected installed Python 3.x was used for LyX (LyX bug 7143)
|
||||
LyX only works properly with Python 2.x
|
||||
(LyX only works properly with Python 2.x)
|
||||
- improved support for Adobe Reader/Acrobat 10.x
|
||||
- support to set Swedish as LyX menu language (new feature in LyX 1.6.9)
|
||||
|
||||
|
||||
Version 4.26
|
||||
|
@ -699,6 +699,12 @@
|
||||
StrCpy ${LangEnc} "cp-1250"
|
||||
${endif}
|
||||
|
||||
${if} ${Name} == "Svenska"
|
||||
StrCpy ${LangCde} "sv_SE"
|
||||
StrCpy ${LangNmeLyX} "swedish"
|
||||
StrCpy ${LangEnc} "cp-1252"
|
||||
${endif}
|
||||
|
||||
${if} ${Name} == "Suomi"
|
||||
StrCpy ${LangCde} "fi_FI"
|
||||
StrCpy ${LangNmeLyX} "finnish"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# installer settings
|
||||
# You should need to change only these macros for new releases.
|
||||
|
||||
!define INSTALLER_SUBVERSION "26"
|
||||
!define INSTALLER_SUBVERSION "28"
|
||||
!define PRODUCT_DIR "D:\LyXPackage1.6"
|
||||
!define PRODUCT_NAME "LyX"
|
||||
!define PRODUCT_VERSION "1.6.8"
|
||||
!define PRODUCT_VERSION_SHORT "168"
|
||||
!define PRODUCT_VERSION "1.6.10"
|
||||
!define PRODUCT_VERSION_SHORT "1610"
|
||||
!define PRODUCT_SUBFOLDER "lyx16"
|
||||
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
|
||||
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"
|
||||
@ -40,13 +40,13 @@ BrandingText "LyXWinInstaller v4.${INSTALLER_SUBVERSION} - ${INSTALLER_VERSION}"
|
||||
|
||||
# definitions for the Update installer
|
||||
!if ${INSTALLER_VERSION} == "Update"
|
||||
!define PRODUCT_VERSION_SHORT_OLD "167"
|
||||
!define PRODUCT_VERSION_SHORT_OLD "169"
|
||||
!define PRODUCT_UNINST_KEY_OLD "Software\Microsoft\Windows\CurrentVersion\Uninstall\LyX${PRODUCT_VERSION_SHORT_OLD}"
|
||||
!define PRODUCT_VERSION_OLD "LyX 1.6.7"
|
||||
!define PRODUCT_VERSION_OLD "LyX 1.6.9"
|
||||
!define JabRefVersion "2.6" # could be an older version
|
||||
!define ImageMagickVersion_Old "6.6.3" # could be an older version
|
||||
!define ImageMagickVersion_Old "6.6.5" # could be an older version
|
||||
!define GhostscriptVersion_Old "8.71" # could be an older version
|
||||
!define MiKTeXDeliveredVersion "2.8" # could be an older version
|
||||
!define MiKTeXDeliveredVersion "2.9" # could be an older version
|
||||
!endif
|
||||
|
||||
# definitions for the Small installer
|
||||
@ -59,18 +59,18 @@ BrandingText "LyXWinInstaller v4.${INSTALLER_SUBVERSION} - ${INSTALLER_VERSION}"
|
||||
!if ${INSTALLER_VERSION} == "Complete"
|
||||
!define GSviewInstall "external\gsv49w32.exe"
|
||||
!define JabRefInstall "external\JabRef-2.6-setup.exe"
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.3972.exe"
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4106.exe"
|
||||
!define JabRefVersion "2.6"
|
||||
!define MiKTeXDeliveredVersion "2.9"
|
||||
!endif
|
||||
|
||||
!define ClassFileDir "${PRODUCT_SOURCEDIR}\Resources\tex"
|
||||
|
||||
!define ImageMagickVersion "6.6.5"
|
||||
!define ImageMagickVersion "6.6.9"
|
||||
# for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin!
|
||||
!define ImageMagickDir "$INSTDIR\etc\ImageMagick"
|
||||
!define GhostscriptDir "$INSTDIR\etc\Ghostscript"
|
||||
!define GhostscriptVersion "8.71"
|
||||
!define GhostscriptVersion "9.02"
|
||||
!define Metafile2epsDir "$INSTDIR\etc\Metafile2eps"
|
||||
!define AiksaurusDir "$APPDATA\Aiksaurus"
|
||||
!define AiksaurusInstall "external\Aiksaurus"
|
||||
|
@ -12,19 +12,27 @@ Function UpdateModifiedFiles
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
||||
#SetOutPath "$INSTDIR\Resources\doc"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
|
||||
SetOutPath "$INSTDIR\Resources\doc\de"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\fr"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Customization.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\EmbeddedObjects.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Tutorial.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Userguide.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\UserGuide.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\sv"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\sv\Shortcuts.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\examples\fr"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\fr\linguistics.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\examples\sv"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\sv\splash.lyx"
|
||||
#SetOutPath "$INSTDIR\Resources\layouts"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\layouts\letter.layout"
|
||||
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
||||
SetOutPath "$INSTDIR\Resources\layouts"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\lettre.layout"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\svmult.layout"
|
||||
#SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
||||
SetOutPath "$INSTDIR\Resources\templates"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\templates\lettre.lyx"
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
@ -11,7 +11,7 @@ Text=" Available Languages "
|
||||
|
||||
[Field 2]
|
||||
Type=Droplist
|
||||
ListItems=Arabic|Bahasa Indonesia|Català|Ceština|Chinese (China)|Chinese (Taiwan)|Dansk|Deutsch|English|Español|Euskara|Français|Galego|Greek|Hebrew|Italiano|Japanese|Korean|Magyar|Nederlands|Norsk|Nynorsk|Polski|Português|Româna|Russian|Slovenský|Slovenšcina|Srpski (Latinica)|Suomi|Türkçe|Ukrainian
|
||||
ListItems=Arabic|Bahasa Indonesia|Català|Ceština|Chinese (China)|Chinese (Taiwan)|Dansk|Deutsch|English|Español|Euskara|Français|Galego|Greek|Hebrew|Italiano|Japanese|Korean|Magyar|Nederlands|Norsk|Nynorsk|Polski|Português|Româna|Russian|Slovenský|Slovenšcina|Srpski (Latinica)|Svenska|Suomi|Türkçe|Ukrainian
|
||||
Left=20
|
||||
Right=130
|
||||
Top=15
|
||||
|
Loading…
Reference in New Issue
Block a user