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 11:57:45 +00:00
!define APP_VERSION_MINOR 3
2017-04-23 12:39:36 +00:00
!define APP_VERSION_REVISION 0
2017-10-28 11:12:52 +00:00
!define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise ""
2016-05-29 21:57:37 +00:00
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
2017-04-23 11:57:45 +00:00
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
2010-11-18 19:50:29 +00:00
2013-01-03 01:46:48 +00: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 01:19:27 +00:00
!define COPYRIGHT_YEAR 2017
2016-05-30 23:25:07 +00:00
2010-11-18 19:50:29 +00:00
#--------------------------------
# Installer file name
2016-04-03 16:30:54 +00:00
# Typical names for the release are "LyX-211-Installer-1.exe" etc.
2010-11-18 19:50:29 +00:00
!ifndef ExeFile
2013-01-03 01:46:48 +00:00
!define ExeFile "LyX-${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
2013-01-03 01:46:48 +00:00
!define BundleExeFile "LyX-${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
!ifndef MinimalExeFile
!define /date MinimalExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Minimal.exe"
!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 11:57:45 +00:00
!define FILES_LYX "D:\LyXPackage2.3\LyX"
2016-06-09 00:14:28 +00:00
!define FILES_DEPS "D:\LyXGit\Master\lyx-windows-deps-msvc2015"
2017-10-15 14:50:20 +00:00
!define FILES_QT "C:\Qt\Qt5.6.3\5.6.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-08 23:31:57 +00:00
# MiKTeX and JabRef
2010-11-18 19:50:29 +00:00
2016-05-29 21:57:37 +00: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 00:23:33 +00: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-04-23 11:57:45 +00:00
!define JabRefInstall "external\JabRef_windows_3_8_2.exe"
!define SIZE_JABREF 36831 # size in KB
2017-07-24 22:31:45 +00:00
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6361.exe"
2011-05-23 04:12:10 +00:00
!endif