| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" |
| 3 | xmlns:ex="http://www.example.com/scheams/v1/wxs"> |
| 4 | <Fragment> |
| 5 | <ComponentGroup Id="ProductComponents"> |
| 6 | <ComponentGroupRef Id="MinimalComponentGroup" /> |
| 7 | </ComponentGroup> |
| 8 | |
| 9 | <ex:ExampleEnsureTable /> |
| 10 | </Fragment> |
| 11 | </Wix> |