Mercurial > hg > sonic-visualiser
comparison deploy/win64/sonic-visualiser.wxs.in @ 2576:1799e90689b5
Avoid WinRT dependency when packaging for Win7
author | Chris Cannam |
---|---|
date | Tue, 21 Jul 2020 14:03:23 +0100 |
parents | 119588c42772 |
children |
comparison
equal
deleted
inserted
replaced
2575:32c3e8dfd11d | 2576:1799e90689b5 |
---|---|
169 KeyPath="yes"/> | 169 KeyPath="yes"/> |
170 <File | 170 <File |
171 Id="libcrypto" | 171 Id="libcrypto" |
172 Name="libcrypto-1_1-x64.dll" | 172 Name="libcrypto-1_1-x64.dll" |
173 Source="c:\OpenSSL-v111-Win64\bin\libcrypto-1_1-x64.dll"/> | 173 Source="c:\OpenSSL-v111-Win64\bin\libcrypto-1_1-x64.dll"/> |
174 </Component> | |
175 | |
176 <Component Win64="yes" | |
177 Id="OSWin10" | |
178 Transitive="yes" | |
179 Guid="7b9ce14e-62ba-446e-ad45-9642b3bc4188"> | |
180 <Condition>VersionNT64 >= 603</Condition> | |
181 <File | |
182 Id="os_win10" | |
183 Name="os.dll" | |
184 Source="release\os.dll" | |
185 KeyPath="yes"/> | |
186 </Component> | |
187 | |
188 <Component Win64="yes" | |
189 Id="OSOther" | |
190 Transitive="yes" | |
191 Guid="4419cc33-2a69-437e-8466-98f9104d01e9"> | |
192 <Condition>NOT (VersionNT64 >= 603)</Condition> | |
193 <File | |
194 Id="os_other" | |
195 Name="os.dll" | |
196 Source="release\os_other.dll" | |
197 KeyPath="yes"/> | |
174 </Component> | 198 </Component> |
175 | 199 |
176 <Component Win64="yes" | 200 <Component Win64="yes" |
177 Id="VCRuntime" | 201 Id="VCRuntime" |
178 Guid="251D9513-BBD2-47CF-BE78-EF79446F7683"> | 202 Guid="251D9513-BBD2-47CF-BE78-EF79446F7683"> |
347 <ComponentRef Id="VampPlugins"/> | 371 <ComponentRef Id="VampPlugins"/> |
348 <ComponentRef Id="MainExecutable"/> | 372 <ComponentRef Id="MainExecutable"/> |
349 <ComponentRef Id="SVFileAssociation"/> | 373 <ComponentRef Id="SVFileAssociation"/> |
350 <ComponentRef Id="Sndfile"/> | 374 <ComponentRef Id="Sndfile"/> |
351 <ComponentRef Id="OpenSSL"/> | 375 <ComponentRef Id="OpenSSL"/> |
376 <ComponentRef Id="OSWin10"/> | |
377 <ComponentRef Id="OSOther"/> | |
352 <ComponentRef Id="Qt5"/> | 378 <ComponentRef Id="Qt5"/> |
353 <ComponentRef Id="VCRuntime"/> | 379 <ComponentRef Id="VCRuntime"/> |
354 <ComponentRef Id="Qt5PlatformPlugins"/> | 380 <ComponentRef Id="Qt5PlatformPlugins"/> |
355 <ComponentRef Id="Qt5StylePlugins"/> | 381 <ComponentRef Id="Qt5StylePlugins"/> |
356 <ComponentRef Id="Piper64"/> | 382 <ComponentRef Id="Piper64"/> |