]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/lyx.nsi
* launcher no longer needed
[lyx.git] / development / Win32 / packaging / installer / lyx.nsi
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 !include settings.nsh
10
11 #--------------------------------
12 # Header files  
13
14 !include include\declarations.nsh
15 !include include\variables.nsh
16 !include include\nsis.nsh
17
18 !include include\filelist.nsh
19
20 !include include\detection.nsh
21 !include include\gui.nsh
22 !include include\init.nsh
23
24 #--------------------------------
25 # Setup
26
27 !include setup\install.nsh
28 !include setup\uninstall.nsh
29 !include setup\configure.nsh
30
31 #--------------------------------
32 # User interface (wizard pages)
33
34 !include gui\external.nsh
35 !include gui\reinstall.nsh
36
37 #--------------------------------
38 # Output file
39
40 Outfile "${SETUP_EXE}"