aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Templates/Bundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/Templates/Bundle.wxs')
-rw-r--r--src/test/burn/TestData/Templates/Bundle.wxs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Templates/Bundle.wxs b/src/test/burn/TestData/Templates/Bundle.wxs
index 06409504..b211d9c3 100644
--- a/src/test/burn/TestData/Templates/Bundle.wxs
+++ b/src/test/burn/TestData/Templates/Bundle.wxs
@@ -22,6 +22,10 @@
22 <!-- pulled in through the PackageGroupRef below --> 22 <!-- pulled in through the PackageGroupRef below -->
23 <?elseif $(var.BA) = "TestBAdnc_x64"?> 23 <?elseif $(var.BA) = "TestBAdnc_x64"?>
24 <!-- pulled in through the PackageGroupRef below --> 24 <!-- pulled in through the PackageGroupRef below -->
25 <?elseif $(var.BA) = "WixBA"?>
26 <!-- pulled in through the PackageGroupRef below -->
27 <?elseif $(var.BA) = "WixBAdnc_x64"?>
28 <!-- pulled in through the PackageGroupRef below -->
25 <?elseif $(var.BA) = "hyperlinkLicense"?> 29 <?elseif $(var.BA) = "hyperlinkLicense"?>
26 <BootstrapperApplication> 30 <BootstrapperApplication>
27 <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> 31 <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" />
@@ -39,6 +43,10 @@
39 <PackageGroupRef Id="TestBA_x64" /> 43 <PackageGroupRef Id="TestBA_x64" />
40 <?elseif $(var.BA) = "TestBAdnc_x64"?> 44 <?elseif $(var.BA) = "TestBAdnc_x64"?>
41 <PackageGroupRef Id="TestBAdnc_x64" /> 45 <PackageGroupRef Id="TestBAdnc_x64" />
46 <?elseif $(var.BA) = "WixBA"?>
47 <PackageGroupRef Id="WixBA" />
48 <?elseif $(var.BA) = "WixBAdnc_x64"?>
49 <PackageGroupRef Id="WixBAdnc_x64" />
42 <?endif?> 50 <?endif?>
43 51
44 <PackageGroupRef Id="BundlePackages" /> 52 <PackageGroupRef Id="BundlePackages" />