diff options
Diffstat (limited to 'src/test/burn/TestData/UpdateBundleTests/BundleBv1/Bundle.wxs')
-rw-r--r-- | src/test/burn/TestData/UpdateBundleTests/BundleBv1/Bundle.wxs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/burn/TestData/UpdateBundleTests/BundleBv1/Bundle.wxs b/src/test/burn/TestData/UpdateBundleTests/BundleBv1/Bundle.wxs index 906121f4..63f3043b 100644 --- a/src/test/burn/TestData/UpdateBundleTests/BundleBv1/Bundle.wxs +++ b/src/test/burn/TestData/UpdateBundleTests/BundleBv1/Bundle.wxs | |||
@@ -22,9 +22,7 @@ | |||
22 | <?elseif $(var.BA) = "TestBAdnc"?> | 22 | <?elseif $(var.BA) = "TestBAdnc"?> |
23 | <!-- pulled in through the PackageGroupRef below --> | 23 | <!-- pulled in through the PackageGroupRef below --> |
24 | <?elseif $(var.BA) = "hyperlinkLicense"?> | 24 | <?elseif $(var.BA) = "hyperlinkLicense"?> |
25 | <BootstrapperApplication> | 25 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> |
26 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> | ||
27 | </BootstrapperApplication> | ||
28 | <?else?> | 26 | <?else?> |
29 | <BootstrapperApplicationRef Id="$(var.BA)" /> | 27 | <BootstrapperApplicationRef Id="$(var.BA)" /> |
30 | <?endif?> | 28 | <?endif?> |