aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Templates
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-07-19 15:17:10 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-07-20 08:53:56 -0500
commit913b6238417dceeb8440315e4669990756d17655 (patch)
treea9e3552ea124d2025e30436afc8629f071c01ed4 /src/test/burn/TestData/Templates
parent93bb820eff547f8de304f05249f572da861256fb (diff)
downloadwix-913b6238417dceeb8440315e4669990756d17655.tar.gz
wix-913b6238417dceeb8440315e4669990756d17655.tar.bz2
wix-913b6238417dceeb8440315e4669990756d17655.zip
Add WixInternalUIBootstrapperApplication as a new built-in BA.
Implements 6835
Diffstat (limited to 'src/test/burn/TestData/Templates')
-rw-r--r--src/test/burn/TestData/Templates/Bundle.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Templates/Bundle.wxs b/src/test/burn/TestData/Templates/Bundle.wxs
index 612e67f5..c55f67a7 100644
--- a/src/test/burn/TestData/Templates/Bundle.wxs
+++ b/src/test/burn/TestData/Templates/Bundle.wxs
@@ -33,6 +33,10 @@
33 <BootstrapperApplication> 33 <BootstrapperApplication>
34 <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> 34 <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" />
35 </BootstrapperApplication> 35 </BootstrapperApplication>
36 <?elseif $(var.BA) = "iui"?>
37 <BootstrapperApplication>
38 <bal:WixInternalUIBootstrapperApplication />
39 </BootstrapperApplication>
36 <?else?> 40 <?else?>
37 <BootstrapperApplicationRef Id="$(var.BA)" /> 41 <BootstrapperApplicationRef Id="$(var.BA)" />
38 <?endif?> 42 <?endif?>