aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/Templates/Bundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestData/Templates/Bundle.wxs')
-rw-r--r--src/TestData/Templates/Bundle.wxs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/TestData/Templates/Bundle.wxs b/src/TestData/Templates/Bundle.wxs
index c77bfbd7..06409504 100644
--- a/src/TestData/Templates/Bundle.wxs
+++ b/src/TestData/Templates/Bundle.wxs
@@ -18,6 +18,10 @@
18 <!-- pulled in through the PackageGroupRef below --> 18 <!-- pulled in through the PackageGroupRef below -->
19 <?elseif $(var.BA) = "TestBAdnc"?> 19 <?elseif $(var.BA) = "TestBAdnc"?>
20 <!-- pulled in through the PackageGroupRef below --> 20 <!-- pulled in through the PackageGroupRef below -->
21 <?elseif $(var.BA) = "TestBA_x64"?>
22 <!-- pulled in through the PackageGroupRef below -->
23 <?elseif $(var.BA) = "TestBAdnc_x64"?>
24 <!-- pulled in through the PackageGroupRef below -->
21 <?elseif $(var.BA) = "hyperlinkLicense"?> 25 <?elseif $(var.BA) = "hyperlinkLicense"?>
22 <BootstrapperApplication> 26 <BootstrapperApplication>
23 <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> 27 <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" />
@@ -31,6 +35,10 @@
31 <PackageGroupRef Id="TestBA" /> 35 <PackageGroupRef Id="TestBA" />
32 <?elseif $(var.BA) = "TestBAdnc"?> 36 <?elseif $(var.BA) = "TestBAdnc"?>
33 <PackageGroupRef Id="TestBAdnc" /> 37 <PackageGroupRef Id="TestBAdnc" />
38 <?elseif $(var.BA) = "TestBA_x64"?>
39 <PackageGroupRef Id="TestBA_x64" />
40 <?elseif $(var.BA) = "TestBAdnc_x64"?>
41 <PackageGroupRef Id="TestBAdnc_x64" />
34 <?endif?> 42 <?endif?>
35 43
36 <PackageGroupRef Id="BundlePackages" /> 44 <PackageGroupRef Id="BundlePackages" />