Merge branch 'master' into gfio
[fio.git] / os / windows / examples.wxs
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" />
7                 </Component>
8                 <Component>
9                     <File Source="..\..\examples\aio-read" />
10                 </Component>
11                 <Component>
12                     <File Source="..\..\examples\disk-zone-profile" />
13                 </Component>
14                 <Component>
15                     <File Source="..\..\examples\fsx" />
16                 </Component>
17                 <Component>
18                     <File Source="..\..\examples\iometer-file-access-server" />
19                 </Component>
20                 <Component>
21                     <File Source="..\..\examples\netio" />
22                 </Component>
23                 <Component>
24                     <File Source="..\..\examples\ssd-test" />
25                 </Component>
26                 <Component>
27                     <File Source="..\..\examples\surface-scan" />
28                 </Component>
29                 <Component>
30                     <File Source="..\..\examples\tiobench-example" />
31                 </Component>
32                 <Component>
33                   <File Source="..\..\examples\null" />
34                 </Component>
35                 <Component>
36                   <File Source="..\..\examples\flow" />
37                 </Component>
38                 <Component>
39                   <File Source="..\..\examples\cpuio" />
40                 </Component>
41                 <Component>
42                   <File Source="..\..\examples\falloc" />
43                 </Component>
44                 <Component>
45                   <File Source="..\..\examples\fusion-aw-sync.ini" />
46                 </Component>
47                 <Component>
48                   <File Source="..\..\examples\ssd-steadystate.fio" />
49                 </Component>
50                 <Component>
51                   <File Source="..\..\examples\zipf" />
52                 </Component>
53         </DirectoryRef>
54     </Fragment>
55     <Fragment>
56         <ComponentGroup Id="examples">
57             <ComponentRef Id="_1mbs_clients" />
58             <ComponentRef Id="aio_read" />
59             <ComponentRef Id="disk_zone_profile" />
60             <ComponentRef Id="fsx" />
61             <ComponentRef Id="iometer_file_access_server" />
62             <ComponentRef Id="netio" />
63             <ComponentRef Id="ssd_test" />
64             <ComponentRef Id="surface_scan" />
65             <ComponentRef Id="tiobench_example" />
66             <ComponentRef Id="null" />
67             <ComponentRef Id="flow" />
68             <ComponentRef Id="cpuio" />
69             <ComponentRef Id="falloc" />
70             <ComponentRef Id="fusion_aw_sync.ini" />
71             <ComponentRef Id="ssd_steadystate.fio" />
72             <ComponentRef Id="zipf" />
73         </ComponentGroup>
74     </Fragment>
75 </Wix>