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