diff options
author | Bob Arnson <bob@firegiant.com> | 2022-08-01 18:16:08 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-08-03 14:25:36 -0400 |
commit | b6507f65c183c0b0bd165900bcefe6c3ea15b935 (patch) | |
tree | a8134be57add94265305f5926ff2bcdfb8794e45 /src/test | |
parent | 7e2a9522351c58c45c7185f9e97b3b2faf1f9c90 (diff) | |
download | wix-b6507f65c183c0b0bd165900bcefe6c3ea15b935.tar.gz wix-b6507f65c183c0b0bd165900bcefe6c3ea15b935.tar.bz2 wix-b6507f65c183c0b0bd165900bcefe6c3ea15b935.zip |
Handle suppressed Options button.
Fixes https://github.com/wixtoolset/issues/issues/5624.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs b/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs index dded1f40..e4c10d5a 100644 --- a/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs +++ b/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs | |||
@@ -7,7 +7,7 @@ | |||
7 | <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> | 7 | <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> |
8 | 8 | ||
9 | <BootstrapperApplication> | 9 | <BootstrapperApplication> |
10 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" SuppressDowngradeFailure="yes" /> | 10 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLargeLicense" SuppressOptionsUI="yes" SuppressDowngradeFailure="yes" /> |
11 | </BootstrapperApplication> | 11 | </BootstrapperApplication> |
12 | 12 | ||
13 | <Chain> | 13 | <Chain> |