diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-27 20:06:23 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-27 20:45:17 -0600 |
| commit | 9a6688a8d6ec05817451dc8706a0bc9db82b9d36 (patch) | |
| tree | c3b8347c32a4b6986ace5da37866e3c47d175662 /src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB | |
| parent | 8eed3c02afb5883bc4e3bb45ab1f9b6da5a65476 (diff) | |
| download | wix-9a6688a8d6ec05817451dc8706a0bc9db82b9d36.tar.gz wix-9a6688a8d6ec05817451dc8706a0bc9db82b9d36.tar.bz2 wix-9a6688a8d6ec05817451dc8706a0bc9db82b9d36.zip | |
Add patch test from old repo and get it passing.
Fixes #6341.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs new file mode 100644 index 00000000..f0630ead --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 2 | <Patch AllowRemoval="yes" Classification="Update" ClientPatchId="PatchB" Description="Patch B" DisplayName="Patch B" Manufacturer="Example Corporation" MinorUpdateTargetRTM="yes"> | ||
| 3 | <Media Id="100" Cabinet="B" EmbedCab="yes"> | ||
| 4 | <PatchBaseline Id="PatchB" BaselineFile="Baseline.wixpdb" UpdateFile="Update.wixpdb"> | ||
| 5 | <Validate ProductId="no" /> | ||
| 6 | </PatchBaseline> | ||
| 7 | </Media> | ||
| 8 | |||
| 9 | <PatchFamily Id="B" Version="$(var.V)" Supersede="yes"> | ||
| 10 | <ComponentRef Id="RegistryComponent" /> | ||
| 11 | <PropertyRef Id="TestVersion" /> | ||
| 12 | </PatchFamily> | ||
| 13 | </Patch> | ||
| 14 | </Wix> | ||
