From 23e3978430ec3ae4f1ea808af0b590b71b2fec9a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 4 Mar 2021 21:04:53 -0600 Subject: Build the SoftwareTags. --- src/TestData/PatchTests/BundleA/BundleA.wixproj | 1 + src/TestData/PatchTests/BundleA/BundleA.wxs | 4 +--- src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj | 1 + src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs | 4 +--- src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj | 1 + src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs | 4 +--- src/TestData/PatchTests/PackageAv1/PackageA.props | 1 + src/TestData/PatchTests/PackageAv1/ProductComponents.wxs | 4 +--- src/TestData/PatchTests/PatchA/PatchA.wxs | 4 ++-- src/TestData/PatchTests/PatchA2/PatchA2.wxs | 4 ++-- src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wxs | 2 +- src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wxs | 2 +- src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs | 2 +- src/TestData/Templates/Bundle.wxs | 4 ++++ src/TestData/Templates/Package.wxs | 5 +++++ src/Wix.Build.targets | 1 + src/WixToolsetTest.BurnE2E/PatchTests.cs | 2 +- 17 files changed, 26 insertions(+), 20 deletions(-) (limited to 'src') 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 @@ Bundle + true {486FC795-69A5-4130-8727-4068F645A0A1} 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 @@  - + - - 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 @@ Bundle + true {AA083618-6280-44B8-9899-57BCC57906A5} 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 @@  - + - - 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 @@ Bundle + true {1BE09331-2327-4534-9223-59B54EFAE7A5} 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 @@  - + - - 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 @@ PackageA true {724F9BA5-DD9D-4851-855E-ECC35B27BF11} + true {C56DA396-7A9A-4177-8264-638161CE9EB8} 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 @@ - + - - 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 @@ - + - + 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 @@ - + - + diff --git a/src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wxs b/src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wxs index 3de10a91..2008fa8b 100644 --- a/src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wxs +++ b/src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wxs @@ -1,6 +1,6 @@  - + diff --git a/src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wxs b/src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wxs index 59fdd0c9..e3e0f4d7 100644 --- a/src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wxs +++ b/src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wxs @@ -1,6 +1,6 @@  - + diff --git a/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs b/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs index 27fed68e..88a93d7a 100644 --- a/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs +++ b/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs @@ -1,6 +1,6 @@  - + diff --git a/src/TestData/Templates/Bundle.wxs b/src/TestData/Templates/Bundle.wxs index 6042a616..c77bfbd7 100644 --- a/src/TestData/Templates/Bundle.wxs +++ b/src/TestData/Templates/Bundle.wxs @@ -10,6 +10,10 @@ + + + + diff --git a/src/TestData/Templates/Package.wxs b/src/TestData/Templates/Package.wxs index 4923e1aa..caf28a92 100644 --- a/src/TestData/Templates/Package.wxs +++ b/src/TestData/Templates/Package.wxs @@ -19,6 +19,10 @@ + + + + @@ -32,6 +36,7 @@ + diff --git a/src/Wix.Build.targets b/src/Wix.Build.targets index 3fe78ae3..20a9bf66 100644 --- a/src/Wix.Build.targets +++ b/src/Wix.Build.targets @@ -7,6 +7,7 @@ TestGroupName=$(TestGroupName);PackageName=$(PackageName);BundleName=$(BundleName);$(DefineConstants) BA=$(BA);$(DefineConstants) CabPrefix=$(CabPrefix);$(DefineConstants) + SoftwareTag=1;$(DefineConstants) ProductCode=$(ProductCode);$(DefineConstants) ProductComponents=1;$(DefineConstants) UpgradeCode=$(UpgradeCode);$(DefineConstants) diff --git a/src/WixToolsetTest.BurnE2E/PatchTests.cs b/src/WixToolsetTest.BurnE2E/PatchTests.cs index 19adf8db..0c7fdc98 100644 --- a/src/WixToolsetTest.BurnE2E/PatchTests.cs +++ b/src/WixToolsetTest.BurnE2E/PatchTests.cs @@ -55,7 +55,7 @@ namespace WixToolsetTest.BurnE2E packageAv1.VerifyTestRegistryRootDeleted(); } - [Fact(Skip = "https://github.com/wixtoolset/issues/issues/5949")] + [Fact(Skip = "https://github.com/wixtoolset/issues/issues/6380")] public void CanPatchSwidTag() { var originalVersion = "1.0.0.0"; -- cgit v1.2.3-55-g6feb