Fix segfault race on exit for platforms that don't have disk util support
[fio.git] / os / windows / examples.wxs
... / ...
CommitLineData
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
5 <Component>\r
6 <File Source="..\..\examples\1mbs_clients" />\r
7 </Component>\r
8 <Component>\r
9 <File Source="..\..\examples\aio-read" />\r
10 </Component>\r
11 <Component>\r
12 <File Source="..\..\examples\disk-zone-profile" />\r
13 </Component>\r
14 <Component>\r
15 <File Source="..\..\examples\fsx" />\r
16 </Component>\r
17 <Component >\r
18 <File Source="..\..\examples\iometer-file-access-server" />\r
19 </Component>\r
20 <Component>\r
21 <File Source="..\..\examples\netio" />\r
22 </Component>\r
23 <Component>\r
24 <File Source="..\..\examples\ssd-test" />\r
25 </Component>\r
26 <Component>\r
27 <File Source="..\..\examples\surface-scan" />\r
28 </Component>\r
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
37 </Component>\r
38 </DirectoryRef>\r
39 </Fragment>\r
40 <Fragment>\r
41 <ComponentGroup Id="examples">\r
42 <ComponentRef Id="_1mbs_clients" />\r
43 <ComponentRef Id="aio_read" />\r
44 <ComponentRef Id="disk_zone_profile" />\r
45 <ComponentRef Id="fsx" />\r
46 <ComponentRef Id="iometer_file_access_server" />\r
47 <ComponentRef Id="netio" />\r
48 <ComponentRef Id="ssd_test" />\r
49 <ComponentRef Id="surface_scan" />\r
50 <ComponentRef Id="tiobench_example" />\r
51 <ComponentRef Id="null" />\r
52 <ComponentRef Id="flow" />\r
53 </ComponentGroup>\r
54 </Fragment>\r
55</Wix>