]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/settings.nsh
installer:
[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 # Version number
11
12 !define APP_VERSION_MAJOR 2
13 !define APP_VERSION_MINOR 0
14 !define APP_VERSION_REVISION 0
15 !define APP_VERSION_BUILD 0 # Start with 1 for the installer releases of each version
16
17 !define /date APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}svn %Y%m%d" # Version to display
18
19 #--------------------------------
20 # Installer file name
21
22 # Typical names for the release are "LyX-2.0.0-1-Installer.exe" etc.
23
24 !ifndef ExeFile
25   !define /date ExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer.exe"
26 !endif
27 !ifndef BundleExeFile
28   !define /date BundleExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Bundle.exe"
29 !endif
30 !ifndef MinimalExeFile
31   !define /date MinimalExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}svn-%Y%m%d-Installer-Minimal.exe"
32 !endif
33
34 #--------------------------------
35 # File locations
36
37 !define FILES_LYX "C:\LyX\lyx-20-install"
38 !define FILES_DEPS "C:\LyX\lyx-20-build\msvc2010-deps\deps20"
39 !define FILES_BUNDLE "C:\LyX\depsbundle"
40 !define FILES_QT "C:\Qt\qt-everywhere-opensource-src-4.7.1"
41
42 #--------------------------------
43 # MiKTeX
44 # Sizes in KB
45
46 !define SETUPFILE_LATEX "basic-miktex-2.9.4146.exe"
47 !define SIZE_DOWNLOAD_LATEX 160106
48 !define SIZE_LATEX 380000