diff options
Diffstat (limited to 'src/test/burn/TestData/Manual/BundleB/Bundle.wxs')
-rw-r--r-- | src/test/burn/TestData/Manual/BundleB/Bundle.wxs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/burn/TestData/Manual/BundleB/Bundle.wxs b/src/test/burn/TestData/Manual/BundleB/Bundle.wxs index 615d4b1d..eea96895 100644 --- a/src/test/burn/TestData/Manual/BundleB/Bundle.wxs +++ b/src/test/burn/TestData/Manual/BundleB/Bundle.wxs | |||
@@ -30,9 +30,12 @@ | |||
30 | <?elseif $(var.BA) = "hyperlinkLicense"?> | 30 | <?elseif $(var.BA) = "hyperlinkLicense"?> |
31 | <BootstrapperApplication> | 31 | <BootstrapperApplication> |
32 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> | 32 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> |
33 | <PayloadGroupRef Id="BAPayloads" /> | ||
33 | </BootstrapperApplication> | 34 | </BootstrapperApplication> |
34 | <?else?> | 35 | <?else?> |
35 | <BootstrapperApplicationRef Id="$(var.BA)" /> | 36 | <BootstrapperApplicationRef Id="$(var.BA)"> |
37 | <PayloadGroupRef Id="BAPayloads" /> | ||
38 | </BootstrapperApplicationRef> | ||
36 | <?endif?> | 39 | <?endif?> |
37 | 40 | ||
38 | <Chain> | 41 | <Chain> |