diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/PatchTests/PatchA/PatchA.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TestData/PatchTests/PatchA/PatchA.wxs b/src/TestData/PatchTests/PatchA/PatchA.wxs index 067f25ca..ba961762 100644 --- a/src/TestData/PatchTests/PatchA/PatchA.wxs +++ b/src/TestData/PatchTests/PatchA/PatchA.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 A in test $(var.TestGroupName)" DisplayName="$(var.TestGroupName) - Patch A" Manufacturer="Example Corporation" MinorUpdateTargetRTM="yes"> | 8 | <Patch AllowRemoval="yes" Classification="Update" Description="Patch A in test $(var.TestGroupName)" DisplayName="$(var.TestGroupName) - Patch A" Manufacturer="Example Corporation" MinorUpdateTargetRTM="yes"> |
9 | <Media Id="100" Cabinet="PatchA" EmbedCab="yes"> | 9 | <Media Id="100" Cabinet="PatchA" EmbedCab="yes"> |
10 | <PatchBaseline | 10 | <PatchBaseline |
@@ -15,7 +15,7 @@ | |||
15 | </Media> | 15 | </Media> |
16 | 16 | ||
17 | <PatchFamily Id="A" Version="$(var.Version)" Supersede="yes"> | 17 | <PatchFamily Id="A" 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="RegistryComponent"/> | 20 | <ComponentRef Id="RegistryComponent"/> |
21 | <PropertyRef Id="TestVersion"/> | 21 | <PropertyRef Id="TestVersion"/> |