diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-04 21:04:53 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-04 21:09:29 -0600 |
| commit | 23e3978430ec3ae4f1ea808af0b590b71b2fec9a (patch) | |
| tree | 146f8cd9e330afe7763a5debfde8dc98e2cfe87f /src/TestData/PatchTests/BundlePatchA2 | |
| parent | 9a58f85e8ce87776280fbd2d4ec36730b2e5ba0b (diff) | |
| download | wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.tar.gz wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.tar.bz2 wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.zip | |
Build the SoftwareTags.
Diffstat (limited to 'src/TestData/PatchTests/BundlePatchA2')
| -rw-r--r-- | src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj | 1 | ||||
| -rw-r--r-- | src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs | 4 |
2 files changed, 2 insertions, 3 deletions
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> |
