mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
installer: commit files with which installer for RC1 was built
- known problem: if LyX 2.0.x is installed and you install 2.1rc1, the .lyx file associations will not be updated but if LyX 2.1 is installed on a new PC the file associations work (work is in progress)
This commit is contained in:
parent
e85e9424b3
commit
5284488f37
@ -1,8 +1,14 @@
|
||||
Changelog for LyX-207-3:
|
||||
Changelog for LyX-207-4:
|
||||
- downgraded to Qt 4.8.4
|
||||
(there is a bug in the newer Qt 4.8.5 that destroys some shortcuts)
|
||||
- updated to JabRef 2.10
|
||||
|
||||
|
||||
Changelog for LyX-207-3:
|
||||
- fix serious bug that LyX could directly be installed to c:\programs
|
||||
the uninstaller would then delete the whole c:\programs folder
|
||||
- install a stripped-down version of Perl to be able to use LyX's feature
|
||||
to have several indexe also when LyX is installed without admin privileges
|
||||
to have several indexes also when LyX is installed without admin privileges
|
||||
- updated to Qt 4.8.5
|
||||
- updated to Perl 5.18
|
||||
|
||||
|
@ -48,9 +48,8 @@ Section "!${APP_NAME}" SecCore
|
||||
SectionIn RO
|
||||
SectionEnd
|
||||
|
||||
Section /o "$(SecFileAssocTitle)" SecFileAssoc
|
||||
SectionIn RO # remove this line LyX 2.1 final!
|
||||
#StrCpy $CreateFileAssociations "true"
|
||||
Section "$(SecFileAssocTitle)" SecFileAssoc
|
||||
StrCpy $CreateFileAssociations "true"
|
||||
SectionEnd
|
||||
|
||||
Section "$(SecDesktopTitle)" SecDesktop
|
||||
|
@ -51,14 +51,14 @@ These typically need to be modified for each LyX release
|
||||
!define MiKTeXRepo "http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/www.ctan.org/systems/win32/miktex/tm/packages/"
|
||||
#!define MiKTeXRepo "ftp://ftp.tu-chemnitz.de/pub/tex/systems/win32/miktex/tm/packages/"
|
||||
|
||||
!define JabRefVersion "2.9.2"
|
||||
!define JabRefVersion "2.10"
|
||||
!define MiKTeXDeliveredVersion "2.9"
|
||||
!define ImageMagickVersion "6.8.0"
|
||||
|
||||
# definitions for the Complete installer
|
||||
!if ${SETUPTYPE} == BUNDLE
|
||||
!define JabRefInstall "external\JabRef-2.9.2-setup.exe"
|
||||
!define JabRefInstall "external\JabRef-2.10-setup.exe"
|
||||
!define SIZE_JABREF 14100
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4813.exe"
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.5105.exe"
|
||||
!endif
|
||||
|
||||
|
@ -69,7 +69,7 @@ SectionEnd
|
||||
|
||||
Section -Configure
|
||||
|
||||
# Associate .lyx files with LyX for current user of all users
|
||||
# Associate .lyx files with LyX for current user or all users
|
||||
|
||||
${if} $CreateFileAssociations == "true"
|
||||
WriteRegStr SHCTX "${APP_DIR_REGKEY}" "" "$INSTDIR\${APP_RUN}"
|
||||
|
Loading…
Reference in New Issue
Block a user