| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Fragment> |
| 3 | <StandardDirectory Id="ProgramFilesFolder"> |
| 4 | <Directory Id="WixLibFolder" /> |
| 5 | </StandardDirectory> |
| 6 | </Fragment> |
| 7 | |
| 8 | <Fragment> |
| 9 | <ComponentGroup Id="ProductComponents" Directory="WixLibFolder"> |
| 10 | <Component Id="TextFile" Guid="2D93B748-4926-4185-BC84-9F1D6883AF20"> |
| 11 | <File Source="!(wix.SubfolderVar)\Library.txt" /> |
| 12 | </Component> |
| 13 | </ComponentGroup> |
| 14 | </Fragment> |
| 15 | </Wix> |