From b6507f65c183c0b0bd165900bcefe6c3ea15b935 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 1 Aug 2022 18:16:08 -0400 Subject: Handle suppressed Options button. Fixes https://github.com/wixtoolset/issues/issues/5624. --- src/ext/Bal/wixstdba/Resources/HyperlinkLargeTheme.xml | 3 ++- src/ext/Bal/wixstdba/Resources/HyperlinkSidebarTheme.xml | 3 ++- src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'src/ext') diff --git a/src/ext/Bal/wixstdba/Resources/HyperlinkLargeTheme.xml b/src/ext/Bal/wixstdba/Resources/HyperlinkLargeTheme.xml index 39a38ee0..beb75cca 100644 --- a/src/ext/Bal/wixstdba/Resources/HyperlinkLargeTheme.xml +++ b/src/ext/Bal/wixstdba/Resources/HyperlinkLargeTheme.xml @@ -22,7 +22,8 @@ - + + #(loc.InstallLicenseLinkText) #(loc.InstallAcceptCheckbox) diff --git a/src/ext/Bal/wixstdba/Resources/HyperlinkSidebarTheme.xml b/src/ext/Bal/wixstdba/Resources/HyperlinkSidebarTheme.xml index d9076a5d..3365a292 100644 --- a/src/ext/Bal/wixstdba/Resources/HyperlinkSidebarTheme.xml +++ b/src/ext/Bal/wixstdba/Resources/HyperlinkSidebarTheme.xml @@ -23,7 +23,8 @@ - + + #(loc.InstallLicenseLinkText) #(loc.InstallAcceptCheckbox) diff --git a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl index cb1f8da4..8d222a3b 100644 --- a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl +++ b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl @@ -6,7 +6,8 @@ [WixBundleName] Setup [WixBundleName] Welcome - Setup will install [WixBundleName] on your computer. Click install to continue, options to set the install directory or Close to exit. + Setup will install [WixBundleName] on your computer. Click Install to continue or Cancel to exit. + Setup will install [WixBundleName] on your computer. Click Install to continue, Options to set installation options, or Cancel to exit. Version [WixBundleVersion] Are you sure you want to cancel? Previous version -- cgit v1.2.3-55-g6feb