comparison deploy/win32/sonic-visualiser.wxs @ 1523:f73a4e8c7040

Merge from branch 3.0-integration
author Chris Cannam
date Tue, 10 Jan 2017 16:21:32 +0000
parents 49634cb5f558
children 9ed29d67c10e
comparison
equal deleted inserted replaced
1522:a0a37ed3c07a 1523:f73a4e8c7040
3 <Product 3 <Product
4 Name="Sonic Visualiser" 4 Name="Sonic Visualiser"
5 Id="*" 5 Id="*"
6 Language="1033" 6 Language="1033"
7 Codepage="1252" 7 Codepage="1252"
8 Version="2.5.0" 8 Version="3.0.0"
9 UpgradeCode="D476941E-65F3-4962-9E72-B40FAAE5DBD0" 9 UpgradeCode="D476941E-65F3-4962-9E72-B40FAAE5DBD0"
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) 2014 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"
21 SummaryCodepage="1252"/> 21 SummaryCodepage="1252"/>
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="..\sonic-visualiser\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="..\sonic-visualiser\COPYING"/>
76 DiskId="1" 76 <File
77 Source="COPYING"/> 77 Id="README"
78 <File 78 Name="README.txt"
79 Id="README" 79 Source="..\sonic-visualiser\README"/>
80 Name="README" 80 <File
81 DiskId="1" 81 Id="CHANGELOG"
82 Source="README"/> 82 Name="CHANGELOG.txt"
83 <File 83 Source="..\sonic-visualiser\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="..\sonic-visualiser\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="libgcc"
142 Name="libgcc_s_dw2-1.dll"
143 Source="release\libgcc_s_dw2-1.dll"/>
144 <File
145 Id="libstdcplusplus"
146 Name="libstdc++-6.dll"
147 Source="release\libstdc++-6.dll"/>
148 <File
149 Id="libwinpthread"
150 Name="libwinpthread-1.dll"
151 Source="release\libwinpthread-1.dll"/>
152 </Component>
153
154 <Directory Id="Platforms" Name="platforms">
155 <Component
156 Id="Qt5PlatformPlugins"
157 Guid="1EDCEA4B-C83F-430B-B09D-CB113DFD4E77">
158 <File
159 Id="qminimal"
160 Name="qminimal.dll"
161 Source="release\qminimal.dll"/>
162 <File
163 Id="qwindows"
164 Name="qwindows.dll"
165 Source="release\qwindows.dll"/>
115 </Component> 166 </Component>
116 167 </Directory>
117 <Component 168
118 Id="Qt5" 169 <Directory Id="Helpers" Name="helpers">
119 Guid="316341D4-B7B2-411D-BCCE-879A11D5709F"> 170 <Component Id="Piper"
120 <File 171 Guid="17F2AAFF-7B7B-4F20-B345-DEF0A54A84B1">
121 Id="QtCore" 172 <File
122 Name="Qt5Core.dll" 173 Id="piperconv"
123 DiskId="1" 174 Name="piper-convert.exe"
124 Source="release\Qt5Core.dll" 175 Source="release\piper-convert.exe"/>
125 KeyPath="yes"/> 176 <File
126 <File 177 Id="piper"
127 Id="QtGui" 178 Name="piper-vamp-simple-server.exe"
128 Name="Qt5Gui.dll" 179 Source="release\piper-vamp-simple-server.exe"/>
129 DiskId="1" 180 <File
130 Source="release\Qt5Gui.dll"/> 181 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" 182 Name="libgcc_s_dw2-1.dll"
164 DiskId="1"
165 Source="release\libgcc_s_dw2-1.dll"/> 183 Source="release\libgcc_s_dw2-1.dll"/>
166 <File 184 <File
167 Id="libstdcplusplus" 185 Id="libstdcplusplus32"
168 Name="libstdc++-6.dll" 186 Name="libstdc++-6.dll"
169 DiskId="1"
170 Source="release\libstdc++-6.dll"/> 187 Source="release\libstdc++-6.dll"/>
171 <File 188 <File
172 Id="libwinpthread" 189 Id="libwinpthread32"
173 Name="libwinpthread-1.dll" 190 Name="libwinpthread-1.dll"
174 DiskId="1"
175 Source="release\libwinpthread-1.dll"/> 191 Source="release\libwinpthread-1.dll"/>
176 </Component> 192 </Component>
177 193 <Component Id="Checker"
178 <Directory Id="Platforms" Name="platforms"> 194 Guid="DB09B035-0594-4876-B494-4D25CED43601">
179 <Component 195 <File
180 Id="Qt5PlatformPlugins" 196 Id="checker"
181 Guid="1EDCEA4B-C83F-430B-B09D-CB113DFD4E77"> 197 Name="vamp-plugin-load-checker.exe"
182 <File 198 Source="release\vamp-plugin-load-checker.exe"/>
183 Id="qminimal" 199 </Component>
184 Name="qminimal.dll" 200 </Directory> <!-- helpers -->
185 DiskId="1" 201 </Directory> <!-- sv -->
186 Source="release\qminimal.dll"/> 202 </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 203
198 <Directory Id="ProgramMenuFolder" Name="Programs"> 204 <Directory Id="ProgramMenuFolder" Name="Programs">
199 <Directory Id="ProgramMenuDir" Name="Sonic Visualiser"> 205 <Directory Id="ProgramMenuDir" Name="Sonic Visualiser">
200 <Component Id="ProgramMenuDir" Guid="C1980FF3-D135-46F8-8542-F937748721E6"> 206 <Component Id="ProgramMenuDir" Guid="C1980FF3-D135-46F8-8542-F937748721E6">
201 <RemoveFolder Id="ProgramMenuDir" On="uninstall"/> 207 <RemoveFolder Id="ProgramMenuDir" On="uninstall"/>
207 <Directory Id="DesktopFolder" Name="Desktop"/> 213 <Directory Id="DesktopFolder" Name="Desktop"/>
208 214
209 </Directory> 215 </Directory>
210 216
211 <Feature 217 <Feature
212 Id="Complete" 218 Id="Complete"
213 Title="Required files" 219 Title="Required files"
214 Description="Installs the required files for running Sonic Visualiser." 220 Description="Installs the required files for running Sonic Visualiser."
215 AllowAdvertise="no" 221 AllowAdvertise="no"
216 Absent="disallow" 222 Absent="disallow"
217 ConfigurableDirectory="APPLICATIONFOLDER" 223 ConfigurableDirectory="APPLICATIONFOLDER"
218 Level="1"> 224 Level="1">
219 <ComponentRef Id="VampPlugins"/> 225 <ComponentRef Id="VampPlugins"/>
220 <ComponentRef Id="MainExecutable"/> 226 <ComponentRef Id="MainExecutable"/>
221 <ComponentRef Id="SVFileAssociation"/> 227 <ComponentRef Id="SVFileAssociation"/>
222 <ComponentRef Id="Qt5"/> 228 <ComponentRef Id="Qt5"/>
223 <ComponentRef Id="Qt5PlatformPlugins"/> 229 <ComponentRef Id="Qt5PlatformPlugins"/>
230 <ComponentRef Id="Piper"/>
231 <ComponentRef Id="Checker"/>
224 <ComponentRef Id="ProgramMenuDir"/> 232 <ComponentRef Id="ProgramMenuDir"/>
225 </Feature> 233 </Feature>
226 234
227 <UI> 235 <UI>
228 <UIRef Id="WixUI_InstallDir" /> 236 <UIRef Id="WixUI_InstallDir" />
233 <Property Id="WIXUI_DONTVALIDATEPATH" Value="1" /> 241 <Property Id="WIXUI_DONTVALIDATEPATH" Value="1" />
234 <Property Id="ApplicationFolderName" Value="Sonic Visualiser" /> 242 <Property Id="ApplicationFolderName" Value="Sonic Visualiser" />
235 <Property Id="WixAppFolder" Value="WixPerMachineFolder" /> 243 <Property Id="WixAppFolder" Value="WixPerMachineFolder" />
236 <WixVariable Id="WixUILicenseRtf" Value="License.rtf" /> 244 <WixVariable Id="WixUILicenseRtf" Value="License.rtf" />
237 245
238 <Icon Id="winicon.ico" SourceFile="icons/sv-winicon.ico"/> 246 <Icon Id="winicon.ico" SourceFile="..\sonic-visualiser\icons\sv-winicon.ico"/>
239 <Property Id="ARPPRODUCTICON" Value="winicon.ico" /> 247 <Property Id="ARPPRODUCTICON" Value="winicon.ico" />
240 248
241 </Product> 249 </Product>
242 </Wix> 250 </Wix>
243 251