Mercurial > hg > tony
comparison 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 |
comparison
equal
deleted
inserted
replaced
231:135e0f1fd1ee | 233:e0337a99285d |
---|---|
3 <Product | 3 <Product |
4 Name="Tony" | 4 Name="Tony" |
5 Id="*" | 5 Id="*" |
6 Language="1033" | 6 Language="1033" |
7 Codepage="1252" | 7 Codepage="1252" |
8 Version="0.1" | 8 Version="0.4" |
9 UpgradeCode="3F073027-A65B-4688-906C-5F64597C5BB1" | 9 UpgradeCode="3F073027-A65B-4688-906C-5F64597C5BB1" |
10 Manufacturer="Queen Mary, University of London"> | 10 Manufacturer="Queen Mary, University of London"> |
11 | 11 |
12 <Package | 12 <Package |
13 Id="*" | 13 Id="*" |
45 <File | 45 <File |
46 Id="pyinrdf" | 46 Id="pyinrdf" |
47 Name="pyin.n3" | 47 Name="pyin.n3" |
48 DiskId="1" | 48 DiskId="1" |
49 Source="pyin\pyin.n3"/> | 49 Source="pyin\pyin.n3"/> |
50 </Component> | |
51 <Component | |
52 Id="CHP" | |
53 Guid="3567639C-BFA5-46EC-BA2D-C4899508B0D0"> | |
54 <File | |
55 Id="chplib" | |
56 Name="chp.dll" | |
57 DiskId="1" | |
58 Source="chp\win32-build\release\chp.dll"/> | |
50 </Component> | 59 </Component> |
51 </Directory> | 60 </Directory> |
52 | 61 |
53 <Directory Id="APPLICATIONFOLDER" Name="Tony"> | 62 <Directory Id="APPLICATIONFOLDER" Name="Tony"> |
54 | 63 |
212 AllowAdvertise="no" | 221 AllowAdvertise="no" |
213 Absent="disallow" | 222 Absent="disallow" |
214 ConfigurableDirectory="APPLICATIONFOLDER" | 223 ConfigurableDirectory="APPLICATIONFOLDER" |
215 Level="1"> | 224 Level="1"> |
216 <ComponentRef Id="pYin"/> | 225 <ComponentRef Id="pYin"/> |
226 <ComponentRef Id="CHP"/> | |
217 <ComponentRef Id="MainExecutable"/> | 227 <ComponentRef Id="MainExecutable"/> |
218 <ComponentRef Id="Qt5"/> | 228 <ComponentRef Id="Qt5"/> |
219 <ComponentRef Id="Qt5PlatformPlugins"/> | 229 <ComponentRef Id="Qt5PlatformPlugins"/> |
220 <ComponentRef Id="ProgramMenuDir"/> | 230 <ComponentRef Id="ProgramMenuDir"/> |
221 </Feature> | 231 </Feature> |