summaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-09-09 21:23:26 -0400
committerBob Arnson <github@bobs.org>2022-09-12 13:33:03 -0400
commit5059f83d7dccd7221458fca414a0756bb83466a5 (patch)
tree485ccc37c018fb806fa76ea0401cfb7bfb24d315 /src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl
parent6a45cb7687de57056532fe897a708435deec2ea3 (diff)
downloadwix-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.wxl2
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">&amp;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>