diff options
Diffstat (limited to 'src/TestData/PatchTests/BundleA')
| -rw-r--r-- | src/TestData/PatchTests/BundleA/BundleA.wixproj | 1 | ||||
| -rw-r--r-- | src/TestData/PatchTests/BundleA/BundleA.wxs | 4 |
2 files changed, 2 insertions, 3 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> |
