diff options
Diffstat (limited to 'src/TestData/PatchTests/PatchA2/PatchA2.wxs')
-rw-r--r-- | src/TestData/PatchTests/PatchA2/PatchA2.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TestData/PatchTests/PatchA2/PatchA2.wxs b/src/TestData/PatchTests/PatchA2/PatchA2.wxs index a06401cc..e2aa3e2b 100644 --- a/src/TestData/PatchTests/PatchA2/PatchA2.wxs +++ b/src/TestData/PatchTests/PatchA2/PatchA2.wxs | |||
@@ -4,7 +4,7 @@ | |||
4 | <?define Version = 1.0.0.0?> | 4 | <?define Version = 1.0.0.0?> |
5 | <?endif?> | 5 | <?endif?> |
6 | 6 | ||
7 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag"> | 7 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
8 | <Patch AllowRemoval="yes" Classification="Update" Description="Patch A2 in test $(var.TestGroupName)" DisplayName="$(var.TestGroupName) - Patch A2" Manufacturer="Example Corporation" MinorUpdateTargetRTM="yes"> | 8 | <Patch AllowRemoval="yes" Classification="Update" Description="Patch A2 in test $(var.TestGroupName)" DisplayName="$(var.TestGroupName) - Patch A2" Manufacturer="Example Corporation" MinorUpdateTargetRTM="yes"> |
9 | <Media Id="100" Cabinet="PatchA2" EmbedCab="yes"> | 9 | <Media Id="100" Cabinet="PatchA2" EmbedCab="yes"> |
10 | <PatchBaseline | 10 | <PatchBaseline |
@@ -15,7 +15,7 @@ | |||
15 | </Media> | 15 | </Media> |
16 | 16 | ||
17 | <PatchFamily Id="A2" Version="$(var.Version)" Supersede="yes"> | 17 | <PatchFamily Id="A2" Version="$(var.Version)" Supersede="yes"> |
18 | <!-- <swid:TagRef Regid="regid.1995-08.com.example" /> --> | 18 | <SoftwareTagRef Regid="regid.1995-08.com.example" /> |
19 | 19 | ||
20 | <ComponentRef Id="RegistryComponent2"/> | 20 | <ComponentRef Id="RegistryComponent2"/> |
21 | </PatchFamily> | 21 | </PatchFamily> |