2006-11-04 14:28:11 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
Settings for LyX installer
|
|
|
|
|
2008-05-01 18:33:36 +00:00
|
|
|
These typically need to be modified for each LyX release
|
|
|
|
|
2006-11-04 14:28:11 +00:00
|
|
|
*/
|
|
|
|
|
2008-06-07 17:28:19 +00:00
|
|
|
#--------------------------------
|
|
|
|
# Windows version on which the complier is running
|
|
|
|
|
|
|
|
!define COMPILER_OS VISTA
|
|
|
|
#!define COMPILER_OS XP
|
|
|
|
|
2008-05-01 18:33:36 +00:00
|
|
|
#--------------------------------
|
|
|
|
# Version number
|
|
|
|
|
|
|
|
!define APP_VERSION_MAJOR 1
|
|
|
|
!define APP_VERSION_MINOR 6
|
|
|
|
!define APP_VERSION_REVISION 0
|
|
|
|
!define APP_VERSION_BUILD 0 # Start with 1 for the installer releases of each version
|
2008-03-30 21:37:53 +00:00
|
|
|
|
2008-05-12 23:04:13 +00:00
|
|
|
!define /date APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}svn %Y%m%d" # Version to display
|
|
|
|
|
2008-03-30 21:37:53 +00:00
|
|
|
#--------------------------------
|
2008-05-01 18:33:36 +00:00
|
|
|
# Installer file name
|
2008-03-30 21:37:53 +00:00
|
|
|
|
2008-05-01 18:33:36 +00:00
|
|
|
# Typical names for the release are "LyX-1.5.4-1-Installer.exe" etc.
|
2008-03-30 21:37:53 +00:00
|
|
|
|
2008-05-01 18:33:36 +00:00
|
|
|
!ifndef ExeFile
|
|
|
|
!define /date ExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer.exe"
|
2008-03-30 21:37:53 +00:00
|
|
|
!endif
|
2008-05-01 18:33:36 +00:00
|
|
|
!ifndef BundleExeFile
|
|
|
|
!define /date BundleExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Bundle.exe"
|
2008-03-30 21:37:53 +00:00
|
|
|
!endif
|
2008-05-01 18:33:36 +00:00
|
|
|
!ifndef MinimalExeFile
|
|
|
|
!define /date MinimalExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Minimal.exe"
|
2008-03-30 21:37:53 +00:00
|
|
|
!endif
|
|
|
|
|
2007-02-26 16:03:30 +00:00
|
|
|
#--------------------------------
|
2008-05-01 18:33:36 +00:00
|
|
|
# File names of component installers
|
2007-06-21 18:41:24 +00:00
|
|
|
|
2008-05-01 18:33:36 +00:00
|
|
|
!define SETUPFILE_LATEX "basic-miktex.2.7.2960.exe"
|
|
|
|
!define SETUPFILE_IMAGEMAGEMAGICK "ImageMagick-6.4.1-0-Q16-windows-dll.exe"
|
|
|
|
!define SETUPFILE_GHOSTSCRIPT "gs861w32.exe"
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2007-02-26 16:03:30 +00:00
|
|
|
#--------------------------------
|
2008-05-01 18:33:36 +00:00
|
|
|
# Download size of components (in KB)
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2008-01-02 15:15:04 +00:00
|
|
|
!define SIZE_DOWNLOAD_LATEX 78493
|
2008-05-01 18:33:36 +00:00
|
|
|
!define SIZE_DOWNLOAD_IMAGEMAGICK 8565
|
2008-01-02 15:15:04 +00:00
|
|
|
!define SIZE_DOWNLOAD_GHOSTSCRIPT 12469
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2007-02-26 16:03:30 +00:00
|
|
|
#--------------------------------
|
2008-03-30 21:37:53 +00:00
|
|
|
# Approximations of space required for components (in KB)
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2008-01-02 15:15:04 +00:00
|
|
|
!define SIZE_LATEX 225000
|
2008-05-01 18:33:36 +00:00
|
|
|
!define SIZE_IMAGEMAGICK 34500
|
2008-01-02 15:15:04 +00:00
|
|
|
!define SIZE_GHOSTSCRIPT 31500
|