diff options
Diffstat (limited to 'src/test/burn/TestData/Manual/BundleB/Bundle.wxs')
-rw-r--r-- | src/test/burn/TestData/Manual/BundleB/Bundle.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/Manual/BundleB/Bundle.wxs b/src/test/burn/TestData/Manual/BundleB/Bundle.wxs index 8c670577..248ec05c 100644 --- a/src/test/burn/TestData/Manual/BundleB/Bundle.wxs +++ b/src/test/burn/TestData/Manual/BundleB/Bundle.wxs | |||
@@ -30,11 +30,11 @@ | |||
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 | <Payloads Include="$(sys.SOURCEFILEDIR)\BAPayloads\**" /> |
34 | </BootstrapperApplication> | 34 | </BootstrapperApplication> |
35 | <?else?> | 35 | <?else?> |
36 | <BootstrapperApplicationRef Id="$(var.BA)"> | 36 | <BootstrapperApplicationRef Id="$(var.BA)"> |
37 | <PayloadGroupRef Id="BAPayloads" /> | 37 | <Payloads Include="$(sys.SOURCEFILEDIR)\BAPayloads\**" /> |
38 | </BootstrapperApplicationRef> | 38 | </BootstrapperApplicationRef> |
39 | <?endif?> | 39 | <?endif?> |
40 | 40 | ||