| 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="AppIdComp" Directory="INSTALLFOLDER" Guid="171BEE79-43CC-4A28-892F-7EFAC696FA4B"> |
| 6 | <File Id="AppIdComp.txt" Source="test.txt" Name="AppIdComp.txt"></File> |
| 7 | <AppId Id="D6040299-B15C-4C94-AE26-0C9B60D14C35" Advertise="yes" /> |
| 8 | </Component> |
| 9 | </ComponentGroup> |
| 10 | </Fragment> |
| 11 | </Wix> |