| 1 | <Wix xmlns='http://wixtoolset.org/schemas/v4/wxs'> |
| 2 | <Patch |
| 3 | AllowRemoval="yes" |
| 4 | DisplayName="~Test Patch v$(var.V)" |
| 5 | Description="~Test Small Update Patch v$(var.V)" |
| 6 | MoreInfoURL="http://www.example.com/" |
| 7 | Manufacturer="Example Corporation" |
| 8 | Classification="Update"> |
| 9 | |
| 10 | <Media Id="1" Cabinet="foo.cab"> |
| 11 | <PatchBaseline Id="RTM" BaselineFile="Baseline.wixpdb" UpdateFile="Update.wixpdb" /> |
| 12 | </Media> |
| 13 | |
| 14 | <PatchFamily Id='SequenceFamily' Version='$(var.V)' /> |
| 15 | </Patch> |
| 16 | </Wix> |