Fio 2.6
[fio.git] / os / windows / examples.wxs
... / ...
CommitLineData
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 <Fragment>
4 <DirectoryRef Id="examples">
5 <Component>
6 <File Source="..\..\examples\1mbs_clients.fio" />
7 </Component>
8 <Component>
9 <File Source="..\..\examples\aio-read.fio" />
10 </Component>
11 <Component>
12 <File Source="..\..\examples\disk-zone-profile.fio" />
13 </Component>
14 <Component>
15 <File Source="..\..\examples\fsx.fio" />
16 </Component>
17 <Component>
18 <File Source="..\..\examples\iometer-file-access-server.fio" />
19 </Component>
20 <Component>
21 <File Source="..\..\examples\netio.fio" />
22 </Component>
23 <Component>
24 <File Source="..\..\examples\netio_multicast.fio" />
25 </Component>
26 <Component>
27 <File Source="..\..\examples\ssd-test.fio" />
28 </Component>
29 <Component>
30 <File Source="..\..\examples\surface-scan.fio" />
31 </Component>
32 <Component>
33 <File Source="..\..\examples\tiobench-example.fio" />
34 </Component>
35 <Component>
36 <File Source="..\..\examples\null.fio" />
37 </Component>
38 <Component>
39 <File Source="..\..\examples\flow.fio" />
40 </Component>
41 <Component>
42 <File Source="..\..\examples\cpuio.fio" />
43 </Component>
44 <Component>
45 <File Source="..\..\examples\falloc.fio" />
46 </Component>
47 <Component>
48 <File Source="..\..\examples\fusion-aw-sync.fio" />
49 </Component>
50 <Component>
51 <File Source="..\..\examples\ssd-steadystate.fio" />
52 </Component>
53 <Component>
54 <File Source="..\..\examples\zipf.fio" />
55 </Component>
56 </DirectoryRef>
57 </Fragment>
58 <Fragment>
59 <ComponentGroup Id="examples">
60 <ComponentRef Id="_1mbs_clients.fio" />
61 <ComponentRef Id="aio_read.fio" />
62 <ComponentRef Id="disk_zone_profile.fio" />
63 <ComponentRef Id="fsx.fio" />
64 <ComponentRef Id="iometer_file_access_server.fio" />
65 <ComponentRef Id="netio.fio" />
66 <ComponentRef Id="netio_multicast.fio" />
67 <ComponentRef Id="ssd_test.fio" />
68 <ComponentRef Id="surface_scan.fio" />
69 <ComponentRef Id="tiobench_example.fio" />
70 <ComponentRef Id="null.fio" />
71 <ComponentRef Id="flow.fio" />
72 <ComponentRef Id="cpuio.fio" />
73 <ComponentRef Id="falloc.fio" />
74 <ComponentRef Id="fusion_aw_sync.fio" />
75 <ComponentRef Id="ssd_steadystate.fio" />
76 <ComponentRef Id="zipf.fio" />
77 </ComponentGroup>
78 </Fragment>
79</Wix>