aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData')
-rw-r--r--src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs b/src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs
index f243c97d..86772ae9 100644
--- a/src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs
+++ b/src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs
@@ -8,6 +8,7 @@
8 <MsiPackage Id="PackageA" SourceFile="$(var.PackageA.TargetPath)"> 8 <MsiPackage Id="PackageA" SourceFile="$(var.PackageA.TargetPath)">
9 <MsiProperty Name="INSTALLLOCATION" Value="[INSTALLLOCATION]" /> 9 <MsiProperty Name="INSTALLLOCATION" Value="[INSTALLLOCATION]" />
10 <MsiProperty Name="LICENSEKEY" Value="[LICENSEKEY]" /> 10 <MsiProperty Name="LICENSEKEY" Value="[LICENSEKEY]" />
11 <MsiProperty Name="BLANKPROPERTY" Value="" />
11 </MsiPackage> 12 </MsiPackage>
12 </PackageGroup> 13 </PackageGroup>
13 14