]> git.lyx.org Git - features.git/blob - development/Win32/packaging/installer/include/filelist.nsh
Win Installer: LyXLauncher does no longer exist.
[features.git] / development / Win32 / packaging / installer / include / filelist.nsh
1 /*
2
3 filelist.nsh
4
5 Lists of files to include in the installer
6
7 */
8
9 !define FILE '${COMMAND} "${DIRECTORY}'
10
11 !macro FileListLyXBin COMMAND DIRECTORY
12
13   ${FILE}lyx.exe"
14   ${FILE}tex2lyx.exe"
15
16 !macroend
17
18 !macro FileListQtBin COMMAND DIRECTORY
19
20   ${FILE}QtCore4.dll"
21   ${FILE}QtGui4.dll"  
22
23 !macroend
24
25 !macro FileListMSVC COMMAND DIRECTORY
26
27   # Manifest not needed for 2010
28   ${FILE}msvcr100.dll"
29   ${FILE}msvcp100.dll"
30   
31 !macroend
32
33 !macro FileListDll COMMAND DIRECTORY
34
35   ${FILE}iconv.dll"
36   ${FILE}intl.dll"
37   ${FILE}libhunspell.dll"
38   ${FILE}zlibwapi.dll"
39
40 !macroend
41
42 !macro FileListNetpbmBin COMMAND DIRECTORY
43
44   ${FILE}libnetpbm10.dll"
45   ${FILE}pnmcrop.exe"
46   
47 !macroend
48
49 !macro FileListDTLBin COMMAND DIRECTORY
50
51   ${FILE}dt2dv.exe"
52   ${FILE}dv2dt.exe"
53   
54 !macroend
55
56 !macro FileListDvipostBin COMMAND DIRECTORY
57
58   ${FILE}pplatex.exe"
59   
60 !macroend
61
62 !macro FileListPDFToolsBin COMMAND DIRECTORY
63
64   ${FILE}pdfopen.exe"
65   ${FILE}pdfclose.exe"
66   
67 !macroend
68
69 !macro FileListPDFViewBin COMMAND DIRECTORY
70
71   ${FILE}pdfview.exe"
72   ${FILE}System.dll"
73   ${FILE}Console.dll"
74
75 !macroend
76
77 !macro FileListFonts COMMAND DIRECTORY
78 # FIXME: simply copy the whole directory!
79
80   ${FILE}cmex10.ttf"
81   ${FILE}cmmi10.ttf"
82   ${FILE}cmr10.ttf"
83   ${FILE}cmsy10.ttf"
84   ${FILE}esint10.ttf"
85   ${FILE}eufm10.ttf"
86   ${FILE}msam10.ttf"
87   ${FILE}msbm10.ttf"
88   ${FILE}rsfs10.ttf"
89   ${FILE}wasy10.ttf"
90   
91 !macroend
92
93 !macro FileListMetaFile2EPS COMMAND DIRECTORY
94
95   ${FILE}metafile2eps.exe"
96   ${FILE}metafile2eps.dat"  
97
98 !macroend
99
100 !macro FileListImageMagick COMMAND DIRECTORY
101
102 # FIXME: simply copy the whole directory!
103
104   ${FILE}coder.xml"
105   ${FILE}colors.xml"
106   ${FILE}configure.xml"
107   ${FILE}convert.exe"
108   ${FILE}delegates.xml"
109   ${FILE}english.xml"
110   ${FILE}ImageMagick.rdf"
111   ${FILE}locale.xml"
112   ${FILE}log.xml"
113   ${FILE}magic.xml"
114   ${FILE}policy.xml"
115   ${FILE}sRGB.icm"
116   ${FILE}thresholds.xml"
117   ${FILE}type-ghostscript.xml"
118   ${FILE}type.xml"
119   ${FILE}X11.dll"
120   ${FILE}Xext.dll"
121
122 !macroend
123
124 !macro FileListGhostscript COMMAND DIRECTORY
125
126 # FIXME: simply copy the whole directory!
127
128   ${FILE}gswin32.exe"
129   ${FILE}gswin32c.exe"
130   ${FILE}gsdll32.dll"
131
132 !macroend