diff options
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> |
