comparison deploy/win64/tony.wxs @ 566:dfd28360f600

File association fix
author Chris Cannam
date Mon, 18 Feb 2019 20:26:36 +0000
parents cfb290bc0ae7
children 74e8894027c7
comparison
equal deleted inserted replaced
565:4f79d96d8219 566:dfd28360f600
89 DiskId="1" 89 DiskId="1"
90 Source="..\icons\tony-winicon.ico"/> 90 Source="..\icons\tony-winicon.ico"/>
91 </Component> 91 </Component>
92 92
93 <Component Win64="yes" 93 <Component Win64="yes"
94 Id="SVFileAssociation" 94 Id="TonyFileAssociation"
95 Guid="F07C5CC1-0209-4C1A-8D52-C40B50A2B964"> 95 Guid="8ec2bed5-74fe-4f9c-af31-109fc86f16dc">
96 96
97 <CreateFolder/> 97 <CreateFolder/>
98 98
99 <ProgId 99 <ProgId
100 Id='Tony.tonfile' 100 Id='Tony.tonfile'
271 ConfigurableDirectory="APPLICATIONFOLDER" 271 ConfigurableDirectory="APPLICATIONFOLDER"
272 Level="1"> 272 Level="1">
273 <ComponentRef Id="pYin"/> 273 <ComponentRef Id="pYin"/>
274 <ComponentRef Id="CHP"/> 274 <ComponentRef Id="CHP"/>
275 <ComponentRef Id="MainExecutable"/> 275 <ComponentRef Id="MainExecutable"/>
276 <ComponentRef Id="TonyFileAssociation"/>
276 <ComponentRef Id="Sndfile"/> 277 <ComponentRef Id="Sndfile"/>
277 <ComponentRef Id="Qt5"/> 278 <ComponentRef Id="Qt5"/>
278 <ComponentRef Id="VCRuntime"/> 279 <ComponentRef Id="VCRuntime"/>
279 <ComponentRef Id="Qt5PlatformPlugins"/> 280 <ComponentRef Id="Qt5PlatformPlugins"/>
280 <ComponentRef Id="Qt5StylePlugins"/> 281 <ComponentRef Id="Qt5StylePlugins"/>