| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 3 | <Fragment> |
| 4 | <ComponentGroup Id="ProductComponents"> |
| 5 | <ComponentGroupRef Id="MinimalComponentGroup"></ComponentGroupRef> |
| 6 | </ComponentGroup> |
| 7 | |
| 8 | <Property Id="SAMPLEFILEFOUND"> |
| 9 | <IniFileSearch Id="SampleIniFileSearch" Name="sample.fil" Section="MySection" Key="MyKey"> |
| 10 | <FileSearch Id="SampleFileSearch" Name="sample.fil"></FileSearch> |
| 11 | </IniFileSearch> |
| 12 | </Property> |
| 13 | </Fragment> |
| 14 | </Wix> |