aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs')
-rw-r--r--src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs b/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs
index 98a00344..70b8ed1f 100644
--- a/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs
+++ b/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs
@@ -4,7 +4,11 @@
4 <Bundle Name="~$(var.TestGroupName) - $(var.BundleName)" Version="$(var.Version)" UpgradeCode="$(var.UpgradeCode)" Compressed="yes" bal:CommandLineVariables="caseSensitive"> 4 <Bundle Name="~$(var.TestGroupName) - $(var.BundleName)" Version="$(var.Version)" UpgradeCode="$(var.UpgradeCode)" Compressed="yes" bal:CommandLineVariables="caseSensitive">
5 <Log Prefix="~$(var.TestGroupName)_$(var.BundleName)" /> 5 <Log Prefix="~$(var.TestGroupName)_$(var.BundleName)" />
6 6
7 <Update Location='http://wixtoolset.org/releases/feed/v3.14' /> 7 <?ifndef UpdateFeed ?>
8 <?define UpdateFeed = "http://wixtoolset.org/releases/feed/v3.14" ?>
9 <?endif?>
10
11 <Update Location='$(UpdateFeed)' />
8 12
9 <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> 13 <Variable Name="TestGroupName" Value="$(var.TestGroupName)" />
10 14