blob: be302720bbba6d1b057da4cc127b3f293ad12e83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" ?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<ComponentGroup Id="ProductComponents">
<ComponentGroupRef Id="MinimalComponentGroup"></ComponentGroupRef>
</ComponentGroup>
<FeatureGroup Id="ProductFeatureGroup">
<Feature Id="ParentFeature" Title="ParentFeatureTitle">
<Feature Id="ChildFeature" Title="ChildFeatureTitle"></Feature>
</Feature>
</FeatureGroup>
</Fragment>
</Wix>
|