2017-11-05 21:23:41 +01:00
|
|
|
|
/*
|
2010-11-18 19:50:29 +00:00
|
|
|
|
|
|
|
|
|
Settings for LyX installer
|
|
|
|
|
|
|
|
|
|
These typically need to be modified for each LyX release
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#--------------------------------
|
|
|
|
|
# Version number
|
|
|
|
|
|
2011-02-17 17:02:10 +00:00
|
|
|
|
!define APP_VERSION_MAJOR 2
|
2017-04-23 13:57:45 +02:00
|
|
|
|
!define APP_VERSION_MINOR 3
|
2017-04-23 14:39:36 +02:00
|
|
|
|
!define APP_VERSION_REVISION 0
|
2017-10-28 13:12:52 +02:00
|
|
|
|
!define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise ""
|
2016-05-29 23:57:37 +02:00
|
|
|
|
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
|
2017-12-09 19:06:32 +01:00
|
|
|
|
!define APP_VERSION_BUILD 8 # Start with 1 for the installer releases of each version
|
2010-11-18 19:50:29 +00:00
|
|
|
|
|
2013-01-03 02:46:48 +01:00
|
|
|
|
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
|
2010-11-18 19:50:29 +00:00
|
|
|
|
|
2017-01-26 02:19:27 +01:00
|
|
|
|
!define COPYRIGHT_YEAR 2017
|
2016-05-31 01:25:07 +02:00
|
|
|
|
|
2010-11-18 19:50:29 +00:00
|
|
|
|
#--------------------------------
|
|
|
|
|
# Installer file name
|
|
|
|
|
|
2016-04-03 18:30:54 +02:00
|
|
|
|
# Typical names for the release are "LyX-211-Installer-1.exe" etc.
|
2010-11-18 19:50:29 +00:00
|
|
|
|
|
|
|
|
|
!ifndef ExeFile
|
2017-12-06 15:28:22 +01:00
|
|
|
|
!define ExeFile "${APP_NAME}-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}${APP_VERSION_REVISION}${APP_VERSION_EMERGENCY}-Installer-${APP_VERSION_BUILD}.exe"
|
2010-11-18 19:50:29 +00:00
|
|
|
|
!endif
|
|
|
|
|
!ifndef BundleExeFile
|
2017-12-06 15:28:22 +01:00
|
|
|
|
!define BundleExeFile "${APP_NAME}-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}${APP_VERSION_REVISION}${APP_VERSION_EMERGENCY}-Bundle-${APP_VERSION_BUILD}.exe"
|
2010-11-18 19:50:29 +00:00
|
|
|
|
!endif
|
|
|
|
|
|
2011-02-17 19:14:18 +00:00
|
|
|
|
#--------------------------------
|
|
|
|
|
# File locations
|
2011-06-08 16:57:52 +00:00
|
|
|
|
# !!! you need to adjust them to the folders in your Windows system !!!
|
2011-02-17 19:14:18 +00:00
|
|
|
|
|
2017-04-23 13:57:45 +02:00
|
|
|
|
!define FILES_LYX "D:\LyXPackage2.3\LyX"
|
2016-06-09 02:14:28 +02:00
|
|
|
|
!define FILES_DEPS "D:\LyXGit\Master\lyx-windows-deps-msvc2015"
|
2017-11-24 00:16:23 +01:00
|
|
|
|
!define FILES_QT "C:\Qt\Qt5.9.3\5.9.3\msvc2015"
|
2011-05-23 04:12:10 +00:00
|
|
|
|
!define ClassFileDir "${FILES_LYX}\Resources\tex"
|
|
|
|
|
!define DVIPostFileDir "${FILES_DEPS}\tex"
|
2011-02-17 19:14:18 +00:00
|
|
|
|
|
2010-11-18 19:50:29 +00:00
|
|
|
|
#--------------------------------
|
2016-02-09 00:31:57 +01:00
|
|
|
|
# MiKTeX and JabRef
|
2010-11-18 19:50:29 +00:00
|
|
|
|
|
2016-05-29 23:57:37 +02:00
|
|
|
|
!define MiKTeXRepo "ftp://ftp.fernuni-hagen.de/pub/mirrors/www.ctan.org/systems/win32/miktex/tm/packages/"
|
2011-05-23 04:12:10 +00:00
|
|
|
|
|
2011-07-25 03:09:02 +00:00
|
|
|
|
!define MiKTeXDeliveredVersion "2.9"
|
2017-10-28 02:23:33 +02:00
|
|
|
|
!define ImageMagickVersion "7.0.7"
|
2011-07-25 03:09:02 +00:00
|
|
|
|
|
2011-05-23 04:12:10 +00:00
|
|
|
|
# definitions for the Complete installer
|
|
|
|
|
!if ${SETUPTYPE} == BUNDLE
|
2017-11-11 18:34:25 +01:00
|
|
|
|
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6520.exe"
|
2011-05-23 04:12:10 +00:00
|
|
|
|
!endif
|
|
|
|
|
|