]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/settings.nsh
bea49e2b903a20bc176ef201ff14a6a8b5f0dae3
[lyx.git] / development / Win32 / packaging / installer / settings.nsh
1 /*
2
3 Settings for LyX installer
4
5 These typically need to be modified for each LyX release
6
7 */
8
9
10 #--------------------------------
11 # Version number
12
13 !define APP_VERSION_MAJOR 2
14 !define APP_VERSION_MINOR 0
15 !define APP_VERSION_REVISION 0
16 !define APP_VERSION_BUILD 0 # Start with 1 for the installer releases of each version
17
18 !define /date APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}svn %Y%m%d" # Version to display
19
20 #--------------------------------
21 # Installer file name
22
23 # Typical names for the release are "LyX-2.0.0-1-Installer.exe" etc.
24
25 !ifndef ExeFile
26   !define /date ExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer.exe"
27 !endif
28 !ifndef BundleExeFile
29   !define /date BundleExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Bundle.exe"
30 !endif
31 !ifndef MinimalExeFile
32   !define /date MinimalExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Minimal.exe"
33 !endif
34
35 #--------------------------------
36 # MiKTeX
37 # Sizes in KB
38
39 !define SETUPFILE_LATEX "basic-miktex-2.9.3972.exe"
40 !define SIZE_DOWNLOAD_LATEX 141645
41 !define SIZE_LATEX 380000