installer: updates for LyX 1.5.6 and fixed compiler warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25904 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-07-26 21:13:06 +00:00
parent 189238a3e4
commit 0a8163107d
8 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,8 @@
Version 3.25
- LyX 1.5.6
- updated to MiKTeX 2.7 (build 3107)
- updated to ImageMagick 6.4.2-1
- support to set Ukrainian as LyX's menu language
- When Aspell is installed together with this installer (this will be the
case when Aspell is not already installed), now every user on the PC

View File

@ -55,6 +55,7 @@ Var MiKTeXPath
Var InstallGSview
Var InstallJabRef
Var SVGPath
Var AppFiles
# Variables used by all installer versions
!include "Variables.nsh"

View File

@ -53,6 +53,7 @@ Var MiKTeXVersion
Var MiKTeXUser
Var State
Var SVGPath
Var AppFiles
# Variables used by all installer versions
!include "Variables.nsh"

View File

@ -37,6 +37,7 @@ SetCompressor lzma
Var INSTDIR_NEW
Var INSTDIR_OLD
Var AppPath
# Variables used by all installer versions
!include "Variables.nsh"

View File

@ -408,7 +408,7 @@ FunctionEnd
StrCpy $UserList $UserList "" $Pointer # cut off the first username in the list
# generate the string for the current user
# AppPre and AppSuff are generated in the macro "AppPreSuff"
StrCpy $AppPath "$AppPre\$0\$AppSuff\${PRODUCT_SUBFOLDER}"
StrCpy $AppPath "$AppPre\$0\$AppSuff\$AppSubfolder"
# read the preferences file to test if it exists
FileOpen $R1 "$AppPath\$FileName" r
IfErrors doneA
@ -420,7 +420,7 @@ FunctionEnd
ready:
# now do the same for the last user name
StrCpy $0 $UserList
StrCpy $AppPath "$AppPre\$0\$AppSuff\${PRODUCT_SUBFOLDER}"
StrCpy $AppPath "$AppPre\$0\$AppSuff\$AppSubfolder"
FileOpen $R1 "$AppPath\$FileName" r
IfErrors doneB
FileClose $R1

View File

@ -3,8 +3,8 @@
!define PRODUCT_DIR "D:\LyXPackage1.5"
!define PRODUCT_NAME "LyX"
!define PRODUCT_VERSION "1.5.5"
!define PRODUCT_VERSION_SHORT "155"
!define PRODUCT_VERSION "1.5.6"
!define PRODUCT_VERSION_SHORT "156"
!define PRODUCT_SUBFOLDER "lyx15"
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"
@ -43,7 +43,7 @@ BrandingText "LyXWinInstaller v3.25 - ${INSTALLER_VERSION}"
!define PRODUCT_VERSION_OLD "LyX 1.5.5"
!define PRODUCT_VERSION_SHORT_OLD "155"
!define JabRefVersion "2.3.1" # could be an older version
!define ImageMagickVersion_Old "6.3.8" # could be an older version
!define ImageMagickVersion_Old "6.4.1" # could be an older version
!define GhostscriptVersion_Old "8.62" # could be an older version
!define MiKTeXDeliveredVersion "2.7" # could be an older version
!endif
@ -58,14 +58,14 @@ BrandingText "LyXWinInstaller v3.25 - ${INSTALLER_VERSION}"
!if ${INSTALLER_VERSION} == "Complete"
!define GSviewInstall "external\gsv49w32.exe"
!define JabRefInstall "external\JabRef-2.3.1-Setup.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.7.3053.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.7.3107.exe"
!define JabRefVersion "2.3.1"
!define MiKTeXDeliveredVersion "2.7"
!endif
!define ClassFileDir "${PRODUCT_SOURCEDIR}\Resources\tex"
!define ImageMagickVersion "6.4.1"
!define ImageMagickVersion "6.4.2"
# 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"

View File

@ -4,8 +4,8 @@ Function UpdateModifiedFiles
SetOutPath "$INSTDIR\bin" # always here
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
SetOutPath "$INSTDIR\Resources\bin\Lib"
File "${PRODUCT_SOURCEDIR}\Resources\bin\Lib\copy.py"
SetOutPath "$INSTDIR\bin\Lib"
File "${PRODUCT_SOURCEDIR}\bin\Lib\copy.py"
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
SetOutPath "$INSTDIR\Resources"
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
@ -39,9 +39,6 @@ Function UpdateModifiedFiles
SetOutPath "$INSTDIR\Resources\templates"
File "${PRODUCT_SOURCEDIR}\Resources\templates\aa.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\templates\JSS-article.lyx"
SetOutPath "$INSTDIR\Resources\man\man1"
#File "${PRODUCT_SOURCEDIR}\Resources\man\man1\lyx.1"
SetOutPath "$INSTDIR\Resources\ui"
FunctionEnd

View File

@ -8,7 +8,6 @@ Var LatexPath
Var MiKTeXInstalled
Var PythonPath
Var Answer
Var AppFiles
Var AppPre
Var AppSubfolder
Var AppSuff