diff 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
line wrap: on
line diff
--- a/deploy/win64/tony.wxs	Mon Feb 18 17:23:04 2019 +0000
+++ b/deploy/win64/tony.wxs	Mon Feb 18 20:26:36 2019 +0000
@@ -91,8 +91,8 @@
           </Component>
             
           <Component Win64="yes"
-	      Id="SVFileAssociation"
-	      Guid="F07C5CC1-0209-4C1A-8D52-C40B50A2B964">
+	      Id="TonyFileAssociation"
+	      Guid="8ec2bed5-74fe-4f9c-af31-109fc86f16dc">
             
             <CreateFolder/>
 
@@ -273,6 +273,7 @@
       <ComponentRef Id="pYin"/>
       <ComponentRef Id="CHP"/>
       <ComponentRef Id="MainExecutable"/>
+      <ComponentRef Id="TonyFileAssociation"/>
       <ComponentRef Id="Sndfile"/>
       <ComponentRef Id="Qt5"/>
       <ComponentRef Id="VCRuntime"/>