installer: updates for the installer for 2.2. final

This commit is contained in:
Uwe Stöhr 2016-04-13 01:31:42 +02:00
parent d1b3d20c43
commit 239619c4f0
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,10 @@
Changelog for LyX.220-RC1-1: Changelog for LyX.220-RC1-1:
- installs LyX 2.2.0 RC1 - installs LyX 2.2.0 RC1
- updated to Imagemagick 6.9.3-7 - updated to Ghostscript 9.16
- updated to Imagemagick 6.9.3-8
- updated to Perl 5.22.1.3
- updated to Python 2.7.11 - updated to Python 2.7.11
- updated to Qt 5.6.0 - updated to Qt 5.6.0
- updated to Perl 5.22.1.3
- updated thesaurus for Italian - updated thesaurus for Italian
- updated spell-checker dictionary for Italian - updated spell-checker dictionary for Italian
(To benefit from it you must uninstall an already installed LyX 2.2.0 and (To benefit from it you must uninstall an already installed LyX 2.2.0 and

View File

@ -48,10 +48,9 @@ Section "!${APP_NAME}" SecCore
SectionIn RO SectionIn RO
SectionEnd SectionEnd
# FIXME: set this to true when LyX 2.2.0 final is released
Section "$(SecFileAssocTitle)" SecFileAssoc Section "$(SecFileAssocTitle)" SecFileAssoc
SectionIn RO SectionIn RO
StrCpy $CreateFileAssociations "false" StrCpy $CreateFileAssociations "true"
SectionEnd SectionEnd
Section "$(SecDesktopTitle)" SecDesktop Section "$(SecDesktopTitle)" SecDesktop

View File

@ -58,7 +58,7 @@ Section "un.LyX" un.SecUnProgramFiles
#DeleteRegKey SHCTX "Software\Classes\${APP_EXT}16" #DeleteRegKey SHCTX "Software\Classes\${APP_EXT}16"
#DeleteRegKey SHCTX "Software\Classes\${APP_EXT}20" #DeleteRegKey SHCTX "Software\Classes\${APP_EXT}20"
#DeleteRegKey SHCTX "Software\Classes\${APP_EXT}21" #DeleteRegKey SHCTX "Software\Classes\${APP_EXT}21"
#DeleteRegKey SHCTX "Software\Classes\${APP_EXT}" enable this for LyX 2.2 final! DeleteRegKey SHCTX "Software\Classes\${APP_EXT}"
#DeleteRegKey SHCTX "Software\Classes\${APP_REGNAME_DOC}" #DeleteRegKey SHCTX "Software\Classes\${APP_REGNAME_DOC}"
${endif} ${endif}
${endif} ${endif}