Mercurial > hg > sonic-visualiser
comparison deploy/win64/sonic-visualiser.wxs @ 1786:49e9bacd0924
Deployment updates for win32/win64. Next version will be 3.1.
author | Chris Cannam |
---|---|
date | Fri, 20 Apr 2018 16:35:48 +0100 |
parents | aabab3358644 |
children | e63cc95876cb |
comparison
equal
deleted
inserted
replaced
1785:c4be203b506d | 1786:49e9bacd0924 |
---|---|
1 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> | 1 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
2 | |
3 <!-- NB this is specific to a particular Qt and compiler version. | |
4 20th April 2018 - updated for Qt 5.10.1 and MSVC 2017 | |
5 --> | |
2 | 6 |
3 <Product | 7 <Product |
4 Name="Sonic Visualiser" | 8 Name="Sonic Visualiser" |
5 Id="*" | 9 Id="*" |
6 Language="1033" | 10 Language="1033" |
7 Codepage="1252" | 11 Codepage="1252" |
8 Version="3.0.3" | 12 Version="3.1" |
9 UpgradeCode="D476941E-65F3-4962-9E72-B40FAAE5DBD0" | 13 UpgradeCode="D476941E-65F3-4962-9E72-B40FAAE5DBD0" |
10 Manufacturer="Queen Mary, University of London"> | 14 Manufacturer="Queen Mary, University of London"> |
11 | 15 |
12 <Package | 16 <Package |
13 Id="*" | 17 Id="*" |
14 Keywords="Installer" | 18 Keywords="Installer" |
15 Description="Sonic Visualiser 64-bit Installer" | 19 Description="Sonic Visualiser 64-bit Installer" |
16 Comments="Copyright (c) 2017 Queen Mary, University of London and others." | 20 Comments="Copyright (c) 2018 Queen Mary, University of London and others." |
17 Manufacturer="Queen Mary, University of London" | 21 Manufacturer="Queen Mary, University of London" |
18 InstallerVersion="200" | 22 InstallerVersion="200" |
19 Languages="1033" | 23 Languages="1033" |
20 Compressed="yes" | 24 Compressed="yes" |
21 Platform="x64" | 25 Platform="x64" |
75 Name="COPYING.txt" | 79 Name="COPYING.txt" |
76 Source="..\sonic-visualiser\COPYING"/> | 80 Source="..\sonic-visualiser\COPYING"/> |
77 <File | 81 <File |
78 Id="README" | 82 Id="README" |
79 Name="README.txt" | 83 Name="README.txt" |
80 Source="..\sonic-visualiser\README"/> | 84 Source="..\sonic-visualiser\README.md"/> |
81 <File | 85 <File |
82 Id="CHANGELOG" | 86 Id="CHANGELOG" |
83 Name="CHANGELOG.txt" | 87 Name="CHANGELOG.txt" |
84 Source="..\sonic-visualiser\CHANGELOG"/> | 88 Source="..\sonic-visualiser\CHANGELOG"/> |
85 | 89 |
154 Id="VCRuntime" | 158 Id="VCRuntime" |
155 Guid="251D9513-BBD2-47CF-BE78-EF79446F7683"> | 159 Guid="251D9513-BBD2-47CF-BE78-EF79446F7683"> |
156 <File | 160 <File |
157 Id="concrt140" | 161 Id="concrt140" |
158 Name="concrt140.dll" | 162 Name="concrt140.dll" |
159 Source="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x64\Microsoft.VC140.CRT\concrt140.DLL" | 163 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.12.25810\x64\Microsoft.VC141.CRT\concrt140.DLL" |
160 KeyPath="yes"/> | 164 KeyPath="yes"/> |
161 <File | 165 <File |
162 Id="msvcp140" | 166 Id="msvcp140" |
163 Name="msvcp140.dll" | 167 Name="msvcp140.dll" |
164 Source="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x64\Microsoft.VC140.CRT\msvcp140.DLL"/> | 168 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.12.25810\x64\Microsoft.VC141.CRT\msvcp140.DLL"/> |
165 <File | 169 <File |
166 Id="vccorlib140" | 170 Id="vccorlib140" |
167 Name="vccorlib140.dll" | 171 Name="vccorlib140.dll" |
168 Source="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x64\Microsoft.VC140.CRT\vccorlib140.DLL"/> | 172 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.12.25810\x64\Microsoft.VC141.CRT\vccorlib140.DLL"/> |
169 <File | 173 <File |
170 Id="vcruntime140" | 174 Id="vcruntime140" |
171 Name="vcruntime140.dll" | 175 Name="vcruntime140.dll" |
172 Source="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x64\Microsoft.VC140.CRT\vcruntime140.DLL"/> | 176 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.12.25810\x64\Microsoft.VC141.CRT\vcruntime140.DLL"/> |
173 </Component> | 177 </Component> |
174 | 178 |
175 <Directory Id="Platforms" Name="platforms"> | 179 <Directory Id="Platforms" Name="platforms"> |
176 <Component Win64="yes" | 180 <Component Win64="yes" |
177 Id="Qt5PlatformPlugins" | 181 Id="Qt5PlatformPlugins" |
238 </Component> | 242 </Component> |
239 | 243 |
240 </Directory> <!-- helpers --> | 244 </Directory> <!-- helpers --> |
241 </Directory> <!-- sv --> | 245 </Directory> <!-- sv --> |
242 </Directory> <!-- pfiles64 --> | 246 </Directory> <!-- pfiles64 --> |
247 | |
248 <Directory Id="ProgramFilesFolder" Name="PFiles"> | |
249 <Directory Id="Vamp32Plugins" Name="Vamp Plugins"> | |
250 <Component | |
251 Id="Vamp32Plugins" | |
252 Guid="62d23999-63ed-4937-b904-ec8e47a776d1"> | |
253 <File | |
254 Id="Vamp32README" | |
255 Name="README.txt" | |
256 Source="..\sonic-visualiser\deploy\win64\README-Vamp32.txt"/> | |
257 </Component> | |
258 </Directory> | |
259 </Directory> | |
243 | 260 |
244 <Directory Id="ProgramMenuFolder" Name="Programs"> | 261 <Directory Id="ProgramMenuFolder" Name="Programs"> |
245 <Directory Id="ProgramMenuDir" Name="Sonic Visualiser"> | 262 <Directory Id="ProgramMenuDir" Name="Sonic Visualiser"> |
246 <Component Id="ProgramMenuDir" Guid="C1980FF3-D135-46F8-8542-F937748721E6"> | 263 <Component Id="ProgramMenuDir" Guid="C1980FF3-D135-46F8-8542-F937748721E6"> |
247 <RemoveFolder Id="ProgramMenuDir" On="uninstall"/> | 264 <RemoveFolder Id="ProgramMenuDir" On="uninstall"/> |
271 <ComponentRef Id="Qt5PlatformPlugins"/> | 288 <ComponentRef Id="Qt5PlatformPlugins"/> |
272 <ComponentRef Id="Piper64"/> | 289 <ComponentRef Id="Piper64"/> |
273 <ComponentRef Id="Piper32"/> | 290 <ComponentRef Id="Piper32"/> |
274 <ComponentRef Id="Checker64"/> | 291 <ComponentRef Id="Checker64"/> |
275 <ComponentRef Id="Checker32"/> | 292 <ComponentRef Id="Checker32"/> |
293 <ComponentRef Id="Vamp32Plugins"/> | |
276 <ComponentRef Id="ProgramMenuDir"/> | 294 <ComponentRef Id="ProgramMenuDir"/> |
277 </Feature> | 295 </Feature> |
278 | 296 |
279 <UI> | 297 <UI> |
280 <UIRef Id="WixUI_InstallDir" /> | 298 <UIRef Id="WixUI_InstallDir" /> |