diff options
| author | Rob Mensching <rob@firegiant.com> | 2024-01-11 18:26:20 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-03-06 18:03:38 -0800 |
| commit | 0d3d54992104288e9ee0c834d0b96e8502fd2d42 (patch) | |
| tree | 9efa49c4983cd2ba1becab64bd1f2faccac88acf /src/test/burn/TestData/UpdateBundleTests | |
| parent | 2824298d9dd817a47527c920363556b54ead5d5d (diff) | |
| download | wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.gz wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.bz2 wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.zip | |
Move the BootstrapperApplication out of proc
Diffstat (limited to 'src/test/burn/TestData/UpdateBundleTests')
| -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?> |
