]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/lyx.nsi
i18n improvements:
[lyx.git] / development / Win32 / packaging / installer / lyx.nsi
1 /*\r
2 \r
3 NSIS Script - LyX 1.4 Installer for Win32\r
4 Authors: Joost Verburg, Angus Leeming, Uwe Stöhr\r
5 Requires NSIS 2.21 or later\r
6 \r
7 Licence details for all installer scripts can be found\r
8 in the file COPYING or at http://www.lyx.org/about/license.php\r
9 \r
10 */\r
11 \r
12 !include "include\declarations.nsh"\r
13 \r
14 ;--------------------------------\r
15 ;Compile the launcher\r
16 \r
17 !system '"${NSISDIR}\makensis.exe" "${FILES_LAUNCHER}\launcher.nsi"'\r
18 \r
19 ;--------------------------------\r
20 ;Compile Windows PDF view helper\r
21 \r
22 !system '"${NSISDIR}\makensis.exe" "${FILES_PDFVIEW}\pdfview.nsi"'\r
23 \r
24 ;--------------------------------\r
25 ;LyX Installer\r
26 \r
27 OutFile "${SETUP_EXE}"\r
28 \r
29 ;--------------------------------\r
30 ;Components\r
31 \r
32 !include "components\core.nsh"\r
33 !include "components\user.nsh"\r
34 !include "components\reinstall.nsh"\r
35 !include "components\external.nsh"\r
36 !include "components\viewer.nsh"\r
37 !include "components\dicts.nsh"\r
38 !include "components\langselect.nsh"\r
39 !include "components\configure.nsh"\r
40 !include "components\uninstall.nsh"\r