aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/PatchTests
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
parent9a58f85e8ce87776280fbd2d4ec36730b2e5ba0b (diff)
downloadwix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.tar.gz
wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.tar.bz2
wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.zip
Build the SoftwareTags.
Diffstat (limited to 'src/TestData/PatchTests')
-rw-r--r--src/TestData/PatchTests/BundleA/BundleA.wixproj1
-rw-r--r--src/TestData/PatchTests/BundleA/BundleA.wxs4
-rw-r--r--src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj1
-rw-r--r--src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs4
-rw-r--r--src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj1
-rw-r--r--src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs4
-rw-r--r--src/TestData/PatchTests/PackageAv1/PackageA.props1
-rw-r--r--src/TestData/PatchTests/PackageAv1/ProductComponents.wxs4
-rw-r--r--src/TestData/PatchTests/PatchA/PatchA.wxs4
-rw-r--r--src/TestData/PatchTests/PatchA2/PatchA2.wxs4
10 files changed, 12 insertions, 16 deletions
diff --git a/src/TestData/PatchTests/BundleA/BundleA.wixproj b/src/TestData/PatchTests/BundleA/BundleA.wixproj
index e1465732..96f1e03a 100644
--- a/src/TestData/PatchTests/BundleA/BundleA.wixproj
+++ b/src/TestData/PatchTests/BundleA/BundleA.wixproj
@@ -2,6 +2,7 @@
2<Project Sdk="WixToolset.Sdk"> 2<Project Sdk="WixToolset.Sdk">
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Bundle</OutputType> 4 <OutputType>Bundle</OutputType>
5 <IncludeSoftwareTag>true</IncludeSoftwareTag>
5 <UpgradeCode>{486FC795-69A5-4130-8727-4068F645A0A1}</UpgradeCode> 6 <UpgradeCode>{486FC795-69A5-4130-8727-4068F645A0A1}</UpgradeCode>
6 </PropertyGroup> 7 </PropertyGroup>
7 <ItemGroup> 8 <ItemGroup>
diff --git a/src/TestData/PatchTests/BundleA/BundleA.wxs b/src/TestData/PatchTests/BundleA/BundleA.wxs
index d40351a1..e3e0f4d7 100644
--- a/src/TestData/PatchTests/BundleA/BundleA.wxs
+++ b/src/TestData/PatchTests/BundleA/BundleA.wxs
@@ -1,11 +1,9 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2 2
3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag"> 3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
4 <Fragment> 4 <Fragment>
5 <PackageGroup Id="BundlePackages"> 5 <PackageGroup Id="BundlePackages">
6 <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" /> 6 <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" />
7 </PackageGroup> 7 </PackageGroup>
8
9 <!--<swid:Tag Regid="regid.1995-08.com.example" />-->
10 </Fragment> 8 </Fragment>
11</Wix> 9</Wix>
diff --git a/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
index 290d5291..f7a8c580 100644
--- a/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
+++ b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
@@ -2,6 +2,7 @@
2<Project Sdk="WixToolset.Sdk"> 2<Project Sdk="WixToolset.Sdk">
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Bundle</OutputType> 4 <OutputType>Bundle</OutputType>
5 <IncludeSoftwareTag>true</IncludeSoftwareTag>
5 <UpgradeCode>{AA083618-6280-44B8-9899-57BCC57906A5}</UpgradeCode> 6 <UpgradeCode>{AA083618-6280-44B8-9899-57BCC57906A5}</UpgradeCode>
6 </PropertyGroup> 7 </PropertyGroup>
7 <ItemGroup> 8 <ItemGroup>
diff --git a/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs
index 89f24936..bf0c0451 100644
--- a/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs
+++ b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs
@@ -1,11 +1,9 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2 2
3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag"> 3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
4 <Fragment> 4 <Fragment>
5 <PackageGroup Id="BundlePackages"> 5 <PackageGroup Id="BundlePackages">
6 <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" PerMachine="yes" /> 6 <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" PerMachine="yes" />
7 </PackageGroup> 7 </PackageGroup>
8
9 <!--<swid:Tag Regid="regid.1995-08.com.example" Type="patch" />-->
10 </Fragment> 8 </Fragment>
11</Wix> 9</Wix>
diff --git a/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj
index 07b82dc8..b886f148 100644
--- a/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj
+++ b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj
@@ -2,6 +2,7 @@
2<Project Sdk="WixToolset.Sdk"> 2<Project Sdk="WixToolset.Sdk">
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Bundle</OutputType> 4 <OutputType>Bundle</OutputType>
5 <IncludeSoftwareTag>true</IncludeSoftwareTag>
5 <UpgradeCode>{1BE09331-2327-4534-9223-59B54EFAE7A5}</UpgradeCode> 6 <UpgradeCode>{1BE09331-2327-4534-9223-59B54EFAE7A5}</UpgradeCode>
6 </PropertyGroup> 7 </PropertyGroup>
7 <ItemGroup> 8 <ItemGroup>
diff --git a/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs
index f2c44ad4..24063db3 100644
--- a/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs
+++ b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs
@@ -1,12 +1,10 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2 2
3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag"> 3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
4 <Fragment> 4 <Fragment>
5 <PackageGroup Id="BundlePackages"> 5 <PackageGroup Id="BundlePackages">
6 <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" PerMachine="yes" /> 6 <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" PerMachine="yes" />
7 <MspPackage Id="PatchA2" SourceFile="$(var.PatchA2.TargetPath)" PerMachine="yes" /> 7 <MspPackage Id="PatchA2" SourceFile="$(var.PatchA2.TargetPath)" PerMachine="yes" />
8 </PackageGroup> 8 </PackageGroup>
9
10 <!--<swid:Tag Regid="regid.1995-08.com.example" Type="patch" />-->
11 </Fragment> 9 </Fragment>
12</Wix> 10</Wix>
diff --git a/src/TestData/PatchTests/PackageAv1/PackageA.props b/src/TestData/PatchTests/PackageAv1/PackageA.props
index 1209d09e..a9d9b981 100644
--- a/src/TestData/PatchTests/PackageAv1/PackageA.props
+++ b/src/TestData/PatchTests/PackageAv1/PackageA.props
@@ -4,6 +4,7 @@
4 <PackageName>PackageA</PackageName> 4 <PackageName>PackageA</PackageName>
5 <ProductComponentsRef>true</ProductComponentsRef> 5 <ProductComponentsRef>true</ProductComponentsRef>
6 <ProductCode>{724F9BA5-DD9D-4851-855E-ECC35B27BF11}</ProductCode> 6 <ProductCode>{724F9BA5-DD9D-4851-855E-ECC35B27BF11}</ProductCode>
7 <IncludeSoftwareTag>true</IncludeSoftwareTag>
7 <UpgradeCode>{C56DA396-7A9A-4177-8264-638161CE9EB8}</UpgradeCode> 8 <UpgradeCode>{C56DA396-7A9A-4177-8264-638161CE9EB8}</UpgradeCode>
8 </PropertyGroup> 9 </PropertyGroup>
9 <ItemGroup> 10 <ItemGroup>
diff --git a/src/TestData/PatchTests/PackageAv1/ProductComponents.wxs b/src/TestData/PatchTests/PackageAv1/ProductComponents.wxs
index 81c6da0c..72b5d4bd 100644
--- a/src/TestData/PatchTests/PackageAv1/ProductComponents.wxs
+++ b/src/TestData/PatchTests/PackageAv1/ProductComponents.wxs
@@ -1,12 +1,10 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2 2
3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag"> 3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
4 <Fragment> 4 <Fragment>
5 <ComponentGroup Id="ProductComponents"> 5 <ComponentGroup Id="ProductComponents">
6 <ComponentRef Id="RegistryComponent2" /> 6 <ComponentRef Id="RegistryComponent2" />
7 </ComponentGroup> 7 </ComponentGroup>
8
9 <!-- <swid:Tag Regid="regid.1995-08.com.example" /> -->
10 </Fragment> 8 </Fragment>
11 9
12 <Fragment> 10 <Fragment>
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"/>
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>