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.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
index 896b7e3f..9f5e3f34 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
@@ -6,6 +6,10 @@
6<?define Bar = "Bar" ?> 6<?define Bar = "Bar" ?>
7<?define Bar = "Baz" ?> 7<?define Bar = "Baz" ?>
8 8
9<?if $(sys.WIXMAJORVERSION) >= 4 AND $(sys.WIXMAJORVERSION) < 5 ?>
10 <?warning WiX v4 is in effect! ?>
11<?endif?>
12
9<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 13<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
10 <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> 14 <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">
11 <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> 15 <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" />