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