Mercurial > hg > sonic-visualiser
comparison deploy/win32/sonic-visualiser.wxs @ 1503:6b8541c01d24 3.0-integration
Further win32 build updates
author | Chris Cannam |
---|---|
date | Mon, 09 Jan 2017 14:03:10 +0000 |
parents | 7e79de4b18f1 |
children | 49634cb5f558 |
comparison
equal
deleted
inserted
replaced
1502:11265761a80d | 1503:6b8541c01d24 |
---|---|
10 Manufacturer="Queen Mary, University of London"> | 10 Manufacturer="Queen Mary, University of London"> |
11 | 11 |
12 <Package | 12 <Package |
13 Id="*" | 13 Id="*" |
14 Keywords="Installer" | 14 Keywords="Installer" |
15 Description="Sonic Visualiser Installer" | 15 Description="Sonic Visualiser 32-bit Installer" |
16 Comments="Copyright (c) 2017 Queen Mary, University of London and others." | 16 Comments="Copyright (c) 2017 Queen Mary, University of London and others." |
17 Manufacturer="Queen Mary, University of London" | 17 Manufacturer="Queen Mary, University of London" |
18 InstallerVersion="100" | 18 InstallerVersion="100" |
19 Languages="1033" | 19 Languages="1033" |
20 Compressed="yes" | 20 Compressed="yes" |
24 | 24 |
25 <Media Id="1" Cabinet="SonicVisualiser.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/> | 25 <Media Id="1" Cabinet="SonicVisualiser.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/> |
26 <Property Id="DiskPrompt" Value="Sonic Visualiser Installation [1]"/> | 26 <Property Id="DiskPrompt" Value="Sonic Visualiser Installation [1]"/> |
27 | 27 |
28 <Directory Id="TARGETDIR" Name="SourceDir"> | 28 <Directory Id="TARGETDIR" Name="SourceDir"> |
29 | |
29 <Directory Id="ProgramFilesFolder" Name="PFiles"> | 30 <Directory Id="ProgramFilesFolder" Name="PFiles"> |
30 <Directory Id="VampPlugins" Name="Vamp Plugins"> | 31 <Directory Id="VampPlugins" Name="Vamp Plugins"> |
31 <Component | 32 <Component |
32 Id="VampPlugins" | 33 Id="VampPlugins" |
33 Guid="E68E4E0B-3C63-49bd-AD2D-44431EABDA6A"> | 34 Guid="E68E4E0B-3C63-49bd-AD2D-44431EABDA6A"> |
34 <File | 35 <File |
35 Id="VampREADME" | 36 Id="VampREADME" |
36 Name="README.txt" | 37 Name="README.txt" |
37 DiskId="1" | 38 Source="deploy\win32\README-Vamp.txt"/> |
38 Source="deploy\win32\README-Vamp.txt"/> | 39 </Component> |
39 </Component> | |
40 </Directory> | 40 </Directory> |
41 <Directory Id="APPLICATIONFOLDER" Name="Sonic Visualiser"> | 41 <Directory Id="APPLICATIONFOLDER" Name="Sonic Visualiser"> |
42 | 42 |
43 <Component | 43 <Component |
44 Id="MainExecutable" | 44 Id="MainExecutable" |
45 Guid="2C02DFB7-3CDF-4F73-B9D1-846326EE417D"> | 45 Guid="2C02DFB7-3CDF-4F73-B9D1-846326EE417D"> |
46 | 46 |
47 <File | 47 <File |
48 Id="SVExecutable" | 48 Id="SVExecutable" |
49 Name="Sonic Visualiser.exe" | 49 Name="Sonic Visualiser.exe" |
50 DiskId="1" | 50 Source="release\Sonic Visualiser.exe" |
51 Source="release\Sonic Visualiser.exe" | 51 KeyPath="yes"> |
52 KeyPath="yes"> | 52 |
53 | 53 <Shortcut |
54 <Shortcut | 54 Id="SVStartEntry" |
55 Id="SVStartEntry" | 55 Directory="ProgramMenuDir" |
56 Directory="ProgramMenuDir" | 56 Name="Sonic Visualiser" |
57 Name="Sonic Visualiser" | 57 WorkingDirectory="APPLICATIONFOLDER" |
58 WorkingDirectory="APPLICATIONFOLDER" | 58 Icon="winicon.ico" |
59 Icon="winicon.ico" | 59 IconIndex="0" |
60 IconIndex="0" | 60 Advertise="yes"/> |
61 Advertise="yes"/> | 61 |
62 | 62 <Shortcut |
63 <Shortcut | 63 Id="SVDesktop" |
64 Id="SVDesktop" | 64 Directory="DesktopFolder" |
65 Directory="DesktopFolder" | 65 Name="Sonic Visualiser" |
66 Name="Sonic Visualiser" | 66 WorkingDirectory="APPLICATIONFOLDER" |
67 WorkingDirectory="APPLICATIONFOLDER" | 67 Icon="winicon.ico" |
68 Icon="winicon.ico" | 68 IconIndex="0" |
69 IconIndex="0" | 69 Advertise="yes"/> |
70 Advertise="yes"/> | 70 </File> |
71 </File> | 71 |
72 | 72 <File |
73 <File | 73 Id="COPYING" |
74 Id="COPYING" | 74 Name="COPYING.txt" |
75 Name="COPYING" | 75 Source="COPYING"/> |
76 DiskId="1" | 76 <File |
77 Source="COPYING"/> | 77 Id="README" |
78 <File | 78 Name="README.txt" |
79 Id="README" | 79 Source="README"/> |
80 Name="README" | 80 <File |
81 DiskId="1" | 81 Id="CHANGELOG" |
82 Source="README"/> | 82 Name="CHANGELOG.txt" |
83 <File | 83 Source="CHANGELOG"/> |
84 Id="CHANGELOG" | 84 |
85 Name="CHANGELOG" | 85 <File |
86 DiskId="1" | 86 Id="winicon.ico" |
87 Source="CHANGELOG"/> | 87 Name="sv-winicon.ico" |
88 | 88 Source="icons/sv-winicon.ico"/> |
89 <File | 89 </Component> |
90 Id="winicon.ico" | 90 |
91 Name="sv-winicon.ico" | 91 <Component |
92 DiskId="1" | |
93 Source="icons/sv-winicon.ico"/> | |
94 </Component> | |
95 | |
96 <Component | |
97 Id="SVFileAssociation" | 92 Id="SVFileAssociation" |
98 Guid="DC6B3DD1-46DE-47FC-90FB-D8ACD5D1A88A"> | 93 Guid="DC6B3DD1-46DE-47FC-90FB-D8ACD5D1A88A"> |
99 | 94 |
100 <ProgId | 95 <ProgId |
101 Id='SonicVisualiser.svfile' | 96 Id='SonicVisualiser.svfile' |
102 Description='Sonic Visualiser project file' | 97 Description='Sonic Visualiser project file' |
103 Icon="SVExecutable"> | 98 Icon="SVExecutable"> |
104 <Extension | 99 <Extension |
105 Id='sv' | 100 Id='sv' |
106 ContentType='application/sonicvisualiser'> | 101 ContentType='application/sonicvisualiser'> |
107 <Verb | 102 <Verb |
108 Id='open' | 103 Id='open' |
109 Command='Open' | 104 Command='Open' |
110 TargetFile='SVExecutable' | 105 TargetFile='SVExecutable' |
111 Argument='"%1"' /> | 106 Argument='"%1"' /> |
112 </Extension> | 107 </Extension> |
113 </ProgId> | 108 </ProgId> |
114 | 109 |
110 </Component> | |
111 | |
112 <Component | |
113 Id="Qt5" | |
114 Guid="316341D4-B7B2-411D-BCCE-879A11D5709F"> | |
115 <File | |
116 Id="QtCore" | |
117 Name="Qt5Core.dll" | |
118 Source="release\Qt5Core.dll" | |
119 KeyPath="yes"/> | |
120 <File | |
121 Id="QtGui" | |
122 Name="Qt5Gui.dll" | |
123 Source="release\Qt5Gui.dll"/> | |
124 <File | |
125 Id="QtNetwork" | |
126 Name="Qt5Network.dll" | |
127 Source="release\Qt5Network.dll"/> | |
128 <File | |
129 Id="QtWidgets" | |
130 Name="Qt5Widgets.dll" | |
131 Source="release\Qt5Widgets.dll"/> | |
132 <File | |
133 Id="QtXml" | |
134 Name="Qt5Xml.dll" | |
135 Source="release\Qt5Xml.dll"/> | |
136 <File | |
137 Id="QtSvg" | |
138 Name="Qt5Svg.dll" | |
139 Source="release\Qt5Svg.dll"/> | |
140 <File | |
141 Id="icudt53" | |
142 Name="icudt53.dll" | |
143 Source="release\icudt53.dll"/> | |
144 <File | |
145 Id="icuin53" | |
146 Name="icuin53.dll" | |
147 Source="release\icuin53.dll"/> | |
148 <File | |
149 Id="icuuc53" | |
150 Name="icuuc53.dll" | |
151 Source="release\icuuc53.dll"/> | |
152 <File | |
153 Id="libgcc" | |
154 Name="libgcc_s_dw2-1.dll" | |
155 Source="release\libgcc_s_dw2-1.dll"/> | |
156 <File | |
157 Id="libstdcplusplus" | |
158 Name="libstdc++-6.dll" | |
159 Source="release\libstdc++-6.dll"/> | |
160 <File | |
161 Id="libwinpthread" | |
162 Name="libwinpthread-1.dll" | |
163 Source="release\libwinpthread-1.dll"/> | |
164 </Component> | |
165 | |
166 <Directory Id="Platforms" Name="platforms"> | |
167 <Component | |
168 Id="Qt5PlatformPlugins" | |
169 Guid="1EDCEA4B-C83F-430B-B09D-CB113DFD4E77"> | |
170 <File | |
171 Id="qminimal" | |
172 Name="qminimal.dll" | |
173 Source="release\qminimal.dll"/> | |
174 <File | |
175 Id="qwindows" | |
176 Name="qwindows.dll" | |
177 Source="release\qwindows.dll"/> | |
115 </Component> | 178 </Component> |
116 | 179 </Directory> |
117 <Component | 180 |
118 Id="Qt5" | 181 <Directory Id="Helpers" Name="helpers"> |
119 Guid="316341D4-B7B2-411D-BCCE-879A11D5709F"> | 182 <Component Id="Piper" |
120 <File | 183 Guid="17F2AAFF-7B7B-4F20-B345-DEF0A54A84B1"> |
121 Id="QtCore" | 184 <File |
122 Name="Qt5Core.dll" | 185 Id="piperconv" |
123 DiskId="1" | 186 Name="piper-convert.exe" |
124 Source="release\Qt5Core.dll" | 187 Source="release\piper-convert.exe"/> |
125 KeyPath="yes"/> | 188 <File |
126 <File | 189 Id="piper" |
127 Id="QtGui" | 190 Name="piper-vamp-simple-server.exe" |
128 Name="Qt5Gui.dll" | 191 Source="release\piper-vamp-simple-server.exe"/> |
129 DiskId="1" | 192 <File |
130 Source="release\Qt5Gui.dll"/> | 193 Id="libgcc32" |
131 <File | |
132 Id="QtNetwork" | |
133 Name="Qt5Network.dll" | |
134 DiskId="1" | |
135 Source="release\Qt5Network.dll"/> | |
136 <File | |
137 Id="QtWidgets" | |
138 Name="Qt5Widgets.dll" | |
139 DiskId="1" | |
140 Source="release\Qt5Widgets.dll"/> | |
141 <File | |
142 Id="QtXml" | |
143 Name="Qt5Xml.dll" | |
144 DiskId="1" | |
145 Source="release\Qt5Xml.dll"/> | |
146 <File | |
147 Id="icudt53" | |
148 Name="icudt53.dll" | |
149 DiskId="1" | |
150 Source="release\icudt53.dll"/> | |
151 <File | |
152 Id="icuin53" | |
153 Name="icuin53.dll" | |
154 DiskId="1" | |
155 Source="release\icuin53.dll"/> | |
156 <File | |
157 Id="icuuc53" | |
158 Name="icuuc53.dll" | |
159 DiskId="1" | |
160 Source="release\icuuc53.dll"/> | |
161 <File | |
162 Id="libgcc" | |
163 Name="libgcc_s_dw2-1.dll" | 194 Name="libgcc_s_dw2-1.dll" |
164 DiskId="1" | |
165 Source="release\libgcc_s_dw2-1.dll"/> | 195 Source="release\libgcc_s_dw2-1.dll"/> |
166 <File | 196 <File |
167 Id="libstdcplusplus" | 197 Id="libstdcplusplus32" |
168 Name="libstdc++-6.dll" | 198 Name="libstdc++-6.dll" |
169 DiskId="1" | |
170 Source="release\libstdc++-6.dll"/> | 199 Source="release\libstdc++-6.dll"/> |
171 <File | 200 <File |
172 Id="libwinpthread" | 201 Id="libwinpthread32" |
173 Name="libwinpthread-1.dll" | 202 Name="libwinpthread-1.dll" |
174 DiskId="1" | |
175 Source="release\libwinpthread-1.dll"/> | 203 Source="release\libwinpthread-1.dll"/> |
176 </Component> | 204 </Component> |
177 | 205 <Component Id="Checker" |
178 <Directory Id="Platforms" Name="platforms"> | 206 Guid="DB09B035-0594-4876-B494-4D25CED43601"> |
179 <Component | 207 <File |
180 Id="Qt5PlatformPlugins" | 208 Id="checker" |
181 Guid="1EDCEA4B-C83F-430B-B09D-CB113DFD4E77"> | 209 Name="vamp-plugin-load-checker.exe" |
182 <File | 210 Source="release\vamp-plugin-load-checker.exe"/> |
183 Id="qminimal" | 211 </Component> |
184 Name="qminimal.dll" | 212 </Directory> <!-- helpers --> |
185 DiskId="1" | 213 </Directory> <!-- sv --> |
186 Source="release\qminimal.dll"/> | 214 </Directory> <!-- pfiles --> |
187 <File | |
188 Id="qwindows" | |
189 Name="qwindows.dll" | |
190 DiskId="1" | |
191 Source="release\qwindows.dll"/> | |
192 </Component> | |
193 </Directory> | |
194 | |
195 </Directory> | |
196 </Directory> | |
197 | 215 |
198 <Directory Id="ProgramMenuFolder" Name="Programs"> | 216 <Directory Id="ProgramMenuFolder" Name="Programs"> |
199 <Directory Id="ProgramMenuDir" Name="Sonic Visualiser"> | 217 <Directory Id="ProgramMenuDir" Name="Sonic Visualiser"> |
200 <Component Id="ProgramMenuDir" Guid="C1980FF3-D135-46F8-8542-F937748721E6"> | 218 <Component Id="ProgramMenuDir" Guid="C1980FF3-D135-46F8-8542-F937748721E6"> |
201 <RemoveFolder Id="ProgramMenuDir" On="uninstall"/> | 219 <RemoveFolder Id="ProgramMenuDir" On="uninstall"/> |
207 <Directory Id="DesktopFolder" Name="Desktop"/> | 225 <Directory Id="DesktopFolder" Name="Desktop"/> |
208 | 226 |
209 </Directory> | 227 </Directory> |
210 | 228 |
211 <Feature | 229 <Feature |
212 Id="Complete" | 230 Id="Complete" |
213 Title="Required files" | 231 Title="Required files" |
214 Description="Installs the required files for running Sonic Visualiser." | 232 Description="Installs the required files for running Sonic Visualiser." |
215 AllowAdvertise="no" | 233 AllowAdvertise="no" |
216 Absent="disallow" | 234 Absent="disallow" |
217 ConfigurableDirectory="APPLICATIONFOLDER" | 235 ConfigurableDirectory="APPLICATIONFOLDER" |
218 Level="1"> | 236 Level="1"> |
219 <ComponentRef Id="VampPlugins"/> | 237 <ComponentRef Id="VampPlugins"/> |
220 <ComponentRef Id="MainExecutable"/> | 238 <ComponentRef Id="MainExecutable"/> |
221 <ComponentRef Id="SVFileAssociation"/> | 239 <ComponentRef Id="SVFileAssociation"/> |
222 <ComponentRef Id="Qt5"/> | 240 <ComponentRef Id="Qt5"/> |
223 <ComponentRef Id="Qt5PlatformPlugins"/> | 241 <ComponentRef Id="Qt5PlatformPlugins"/> |
242 <ComponentRef Id="Piper"/> | |
243 <ComponentRef Id="Checker"/> | |
224 <ComponentRef Id="ProgramMenuDir"/> | 244 <ComponentRef Id="ProgramMenuDir"/> |
225 </Feature> | 245 </Feature> |
226 | 246 |
227 <UI> | 247 <UI> |
228 <UIRef Id="WixUI_InstallDir" /> | 248 <UIRef Id="WixUI_InstallDir" /> |
235 <Property Id="WixAppFolder" Value="WixPerMachineFolder" /> | 255 <Property Id="WixAppFolder" Value="WixPerMachineFolder" /> |
236 <WixVariable Id="WixUILicenseRtf" Value="License.rtf" /> | 256 <WixVariable Id="WixUILicenseRtf" Value="License.rtf" /> |
237 | 257 |
238 <Icon Id="winicon.ico" SourceFile="icons/sv-winicon.ico"/> | 258 <Icon Id="winicon.ico" SourceFile="icons/sv-winicon.ico"/> |
239 <Property Id="ARPPRODUCTICON" Value="winicon.ico" /> | 259 <Property Id="ARPPRODUCTICON" Value="winicon.ico" /> |
240 | 260 |
241 </Product> | 261 </Product> |
242 </Wix> | 262 </Wix> |
243 | 263 |