summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/PatchTests/PatchA/PatchA.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/PatchTests/PatchA/PatchA.wxs')
-rw-r--r--src/test/burn/TestData/PatchTests/PatchA/PatchA.wxs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/burn/TestData/PatchTests/PatchA/PatchA.wxs b/src/test/burn/TestData/PatchTests/PatchA/PatchA.wxs
index ba961762..1bb8aeb4 100644
--- a/src/test/burn/TestData/PatchTests/PatchA/PatchA.wxs
+++ b/src/test/burn/TestData/PatchTests/PatchA/PatchA.wxs
@@ -1,7 +1,7 @@
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<?ifndef Version?> 3<?ifndef TestVersion?>
4<?define Version = 1.0.0.0?> 4<?define TestVersion = 1.0.0.0?>
5<?endif?> 5<?endif?>
6 6
7<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 7<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
@@ -14,7 +14,7 @@
14 /> 14 />
15 </Media> 15 </Media>
16 16
17 <PatchFamily Id="A" Version="$(var.Version)" Supersede="yes"> 17 <PatchFamily Id="A" Version="$(var.TestVersion)" Supersede="yes">
18 <SoftwareTagRef Regid="regid.1995-08.com.example" /> 18 <SoftwareTagRef Regid="regid.1995-08.com.example" />
19 19
20 <ComponentRef Id="RegistryComponent"/> 20 <ComponentRef Id="RegistryComponent"/>