| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
| 2 | <Package Name="~TouchFile" Version="1.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> |
| 3 | <Component> |
| 4 | <File Source="$(sys.SOURCEFILEPATH)" /> |
| 5 | <util:TouchFile Path="[LocalAppDataFolder]touch-file-test.txt" /> |
| 6 | </Component> |
| 7 | </Package> |
| 8 | </Wix> |