| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 3 | <Fragment> |
| 4 | <ComponentGroup Id="ProductComponents"> |
| 5 | <Component Id="FontComp" Directory="INSTALLFOLDER"> |
| 6 | <File Id="test.txt" Source="test.txt" FontTitle="FakeFont" /> |
| 7 | |
| 8 | <IniFile Id="SetLicenseKey" Action="createLine" Directory="ConfigurationFolder" Name="filename.conf" Section="Connectivity" Key="License" Value="1234" /> |
| 9 | </Component> |
| 10 | </ComponentGroup> |
| 11 | </Fragment> |
| 12 | </Wix> |