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