aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Variables
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/Variables')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
index 8d49c30e..7de55810 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
@@ -1,6 +1,4 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?define Foo = "Foo" ?>
2
3<?define Foo = "Foo" ?>
4<?define Foo = "Foo" ?> 2<?define Foo = "Foo" ?>
5 3
6<?define Bar = "Bar" ?> 4<?define Bar = "Bar" ?>
@@ -13,15 +11,15 @@
13<?endif?> 11<?endif?>
14 12
15<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 13<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
16 <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> 14 <Package Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="no" InstallerVersion="200" Scope="perMachine">
17 <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> 15
18 16
19 <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> 17 <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
20 18
21 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> 19 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)">
22 <ComponentGroupRef Id="ProductComponents" /> 20 <ComponentGroupRef Id="ProductComponents" />
23 </Feature> 21 </Feature>
24 </Product> 22 </Package>
25 23
26 <Fragment> 24 <Fragment>
27 <Directory Id="TARGETDIR" Name="SourceDir"> 25 <Directory Id="TARGETDIR" Name="SourceDir">