mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
e2329914ec
* remove old text in uninstaller * remove language selection in installer (now integrated in LyX prefs) * updates for MSVC 2010 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37714 a592a061-630c-0410-9148-cb99ea01b6c8
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
/*
|
|
|
|
Settings for LyX installer
|
|
|
|
These typically need to be modified for each LyX release
|
|
|
|
*/
|
|
|
|
|
|
#--------------------------------
|
|
# Version number
|
|
|
|
!define APP_VERSION_MAJOR 2
|
|
!define APP_VERSION_MINOR 0
|
|
!define APP_VERSION_REVISION 0
|
|
!define APP_VERSION_BUILD 0 # Start with 1 for the installer releases of each version
|
|
|
|
!define /date APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}svn %Y%m%d" # Version to display
|
|
|
|
#--------------------------------
|
|
# Installer file name
|
|
|
|
# Typical names for the release are "LyX-2.0.0-1-Installer.exe" etc.
|
|
|
|
!ifndef ExeFile
|
|
!define /date ExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer.exe"
|
|
!endif
|
|
!ifndef BundleExeFile
|
|
!define /date BundleExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Bundle.exe"
|
|
!endif
|
|
!ifndef MinimalExeFile
|
|
!define /date MinimalExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Minimal.exe"
|
|
!endif
|
|
|
|
#--------------------------------
|
|
# MiKTeX
|
|
# Sizes in KB
|
|
|
|
!define SETUPFILE_LATEX "basic-miktex-2.9.3972.exe"
|
|
!define SIZE_DOWNLOAD_LATEX 141645
|
|
!define SIZE_LATEX 380000
|