diff options
author | Bob Arnson <bob@firegiant.com> | 2022-09-09 21:23:26 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-09-12 13:33:03 -0400 |
commit | 5059f83d7dccd7221458fca414a0756bb83466a5 (patch) | |
tree | 485ccc37c018fb806fa76ea0401cfb7bfb24d315 /src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | |
parent | 6a45cb7687de57056532fe897a708435deec2ea3 (diff) | |
download | wix-5059f83d7dccd7221458fca414a0756bb83466a5.tar.gz wix-5059f83d7dccd7221458fca414a0756bb83466a5.tar.bz2 wix-5059f83d7dccd7221458fca414a0756bb83466a5.zip |
Support bundle updates in WixStdBA.
Fixes https://github.com/wixtoolset/issues/issues/6894.
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl index 8d222a3b..1ce15453 100644 --- a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl +++ b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | |||
@@ -5,6 +5,8 @@ | |||
5 | <WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | 5 | <WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
6 | <String Id="Caption">[WixBundleName] Setup</String> | 6 | <String Id="Caption">[WixBundleName] Setup</String> |
7 | <String Id="Title">[WixBundleName]</String> | 7 | <String Id="Title">[WixBundleName]</String> |
8 | <String Id="CheckingForUpdatesLabel">Checking for updates</String> | ||
9 | <String Id="UpdateButton">&Update to version [WixStdBAUpdateAvailable]</String> | ||
8 | <String Id="InstallHeader">Welcome</String> | 10 | <String Id="InstallHeader">Welcome</String> |
9 | <String Id="InstallMessage">Setup will install [WixBundleName] on your computer. Click Install to continue or Cancel to exit.</String> | 11 | <String Id="InstallMessage">Setup will install [WixBundleName] on your computer. Click Install to continue or Cancel to exit.</String> |
10 | <String Id="InstallMessageOptions">Setup will install [WixBundleName] on your computer. Click Install to continue, Options to set installation options, or Cancel to exit.</String> | 12 | <String Id="InstallMessageOptions">Setup will install [WixBundleName] on your computer. Click Install to continue, Options to set installation options, or Cancel to exit.</String> |