diff deploy/win32/tony.wxs @ 233:e0337a99285d v0.4_win32_build

Include CHP in installer
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Wed, 12 Mar 2014 09:57:15 +0000
parents 4e0c8169f45e
children 846df0ea9c82
line wrap: on
line diff
--- a/deploy/win32/tony.wxs	Tue Mar 11 14:54:39 2014 +0000
+++ b/deploy/win32/tony.wxs	Wed Mar 12 09:57:15 2014 +0000
@@ -5,7 +5,7 @@
       Id="*"
       Language="1033"
       Codepage="1252" 
-      Version="0.1" 
+      Version="0.4"
       UpgradeCode="3F073027-A65B-4688-906C-5F64597C5BB1"
       Manufacturer="Queen Mary, University of London">
     
@@ -48,6 +48,15 @@
                 DiskId="1"
                 Source="pyin\pyin.n3"/>
           </Component>
+          <Component
+              Id="CHP"
+              Guid="3567639C-BFA5-46EC-BA2D-C4899508B0D0">
+            <File
+                Id="chplib"
+                Name="chp.dll"
+                DiskId="1"
+                Source="chp\win32-build\release\chp.dll"/>
+          </Component>
         </Directory>
 
         <Directory Id="APPLICATIONFOLDER" Name="Tony">
@@ -214,6 +223,7 @@
       ConfigurableDirectory="APPLICATIONFOLDER"
       Level="1">
       <ComponentRef Id="pYin"/>
+      <ComponentRef Id="CHP"/>
       <ComponentRef Id="MainExecutable"/>
       <ComponentRef Id="Qt5"/>
       <ComponentRef Id="Qt5PlatformPlugins"/>