]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/lyx.nsi.cmake
installer: updated for dictionaries
[lyx.git] / development / Win32 / packaging / installer / lyx.nsi.cmake
1 /*
2
3 NSIS Script - LyX 2.0 Installer for Win32
4 Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
5 Compatible with NSIS 2.46
6
7 */
8
9 !addincludedir @CMAKE_SOURCE_DIR@/development/Win32/packaging/installer
10
11 !include settings-cmake.nsh
12 !include declarations-cmake.nsh
13
14 !include include\variables.nsh
15 !include include\nsis.nsh
16 !include include\filelist.nsh
17 !include include\detection.nsh
18 !include include\gui.nsh
19 !include include\init.nsh
20 !include setup\install.nsh
21 !include setup\uninstall.nsh
22 !include setup\configure.nsh
23 !include gui\external.nsh
24 !include gui\reinstall.nsh
25
26 #--------------------------------
27 # Output file
28
29 Outfile "${SETUP_EXE}"