aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/PatchTests/PatchA
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-04 21:04:53 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-04 21:09:29 -0600
commit23e3978430ec3ae4f1ea808af0b590b71b2fec9a (patch)
tree146f8cd9e330afe7763a5debfde8dc98e2cfe87f /src/TestData/PatchTests/PatchA
parent9a58f85e8ce87776280fbd2d4ec36730b2e5ba0b (diff)
downloadwix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.tar.gz
wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.tar.bz2
wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.zip
Build the SoftwareTags.
Diffstat (limited to 'src/TestData/PatchTests/PatchA')
-rw-r--r--src/TestData/PatchTests/PatchA/PatchA.wxs4
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"/>