Mercurial > hg > sonic-visualiser
comparison deploy/win64/sonic-visualiser.wxs @ 2163:2b8eaf15ae90 sv_v3.2_win64_deploy
We need these DLLs in the helpers directory as well (at least on Win7)
author | Chris Cannam |
---|---|
date | Fri, 14 Dec 2018 08:27:04 +0000 |
parents | 30089cc54bac |
children | 72e60532c1cc |
comparison
equal
deleted
inserted
replaced
2162:6cdf66df38b4 | 2163:2b8eaf15ae90 |
---|---|
225 Source="release\piper-convert.exe"/> | 225 Source="release\piper-convert.exe"/> |
226 <File | 226 <File |
227 Id="piper64" | 227 Id="piper64" |
228 Name="piper-vamp-simple-server.exe" | 228 Name="piper-vamp-simple-server.exe" |
229 Source="release\piper-vamp-simple-server.exe"/> | 229 Source="release\piper-vamp-simple-server.exe"/> |
230 <File | |
231 Id="concrt140h" | |
232 Name="concrt140.dll" | |
233 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.15.26706\x64\Microsoft.VC141.CRT\concrt140.DLL" | |
234 KeyPath="yes"/> | |
235 <File | |
236 Id="msvcp140h" | |
237 Name="msvcp140.dll" | |
238 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.15.26706\x64\Microsoft.VC141.CRT\msvcp140.DLL"/> | |
239 <File | |
240 Id="vccorlib140h" | |
241 Name="vccorlib140.dll" | |
242 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.15.26706\x64\Microsoft.VC141.CRT\vccorlib140.DLL"/> | |
243 <File | |
244 Id="vcruntime140h" | |
245 Name="vcruntime140.dll" | |
246 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.15.26706\x64\Microsoft.VC141.CRT\vcruntime140.DLL"/> | |
230 </Component> | 247 </Component> |
231 <Component Win64="yes" | 248 <Component Win64="yes" |
232 Id="Piper32" | 249 Id="Piper32" |
233 Guid="F27A00A8-DD03-45B0-A13C-8CD8CC6F7386"> | 250 Guid="F27A00A8-DD03-45B0-A13C-8CD8CC6F7386"> |
234 <File | 251 <File |