diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-07-24 14:09:53 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-07-25 13:04:12 -0400 |
commit | b86beafe859dea600209d19502bc194affd5fe2b (patch) | |
tree | 4eaeeb3cfb51f06119b21a9990daa530571e24da /src/ext/Bal/wixstdba/Resources | |
parent | 2e327df0b7c785a6cad36f6b3bf79ba8becf9000 (diff) | |
download | wix-b86beafe859dea600209d19502bc194affd5fe2b.tar.gz wix-b86beafe859dea600209d19502bc194affd5fe2b.tar.bz2 wix-b86beafe859dea600209d19502bc194affd5fe2b.zip |
Add dialog for non-RM FilesInUse and Netfx FilesInUse.
Fixes 5208
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | 4 | ||||
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/RtfTheme.wxl | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl index 9fd0be43..cb1f8da4 100644 --- a/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl +++ b/src/ext/Bal/wixstdba/Resources/HyperlinkTheme.wxl | |||
@@ -65,6 +65,10 @@ | |||
65 | <String Id="FailureCloseButton">&Close</String> | 65 | <String Id="FailureCloseButton">&Close</String> |
66 | <String Id="FilesInUseTitle">Files In Use</String> | 66 | <String Id="FilesInUseTitle">Files In Use</String> |
67 | <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> | 67 | <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> |
68 | <String Id="FilesInUseNetfxCloseRadioButton">Close the &applications.</String> | ||
68 | <String Id="FilesInUseCloseRadioButton">Close the &applications and attempt to restart them.</String> | 69 | <String Id="FilesInUseCloseRadioButton">Close the &applications and attempt to restart them.</String> |
69 | <String Id="FilesInUseDontCloseRadioButton">&Do not close applications. A reboot will be required.</String> | 70 | <String Id="FilesInUseDontCloseRadioButton">&Do not close applications. A reboot will be required.</String> |
71 | <String Id="FilesInUseRetryButton">&Retry</String> | ||
72 | <String Id="FilesInUseIgnoreButton">&Ignore</String> | ||
73 | <String Id="FilesInUseExitButton">E&xit</String> | ||
70 | </WixLocalization> | 74 | </WixLocalization> |
diff --git a/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl b/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl index 4948cd75..efe66f41 100644 --- a/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl +++ b/src/ext/Bal/wixstdba/Resources/RtfTheme.wxl | |||
@@ -62,6 +62,10 @@ | |||
62 | <String Id="FailureCloseButton">&Close</String> | 62 | <String Id="FailureCloseButton">&Close</String> |
63 | <String Id="FilesInUseTitle">Files In Use</String> | 63 | <String Id="FilesInUseTitle">Files In Use</String> |
64 | <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> | 64 | <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> |
65 | <String Id="FilesInUseNetfxCloseRadioButton">Close the &applications.</String> | ||
65 | <String Id="FilesInUseCloseRadioButton">Close the &applications and attempt to restart them.</String> | 66 | <String Id="FilesInUseCloseRadioButton">Close the &applications and attempt to restart them.</String> |
66 | <String Id="FilesInUseDontCloseRadioButton">&Do not close applications. A reboot will be required.</String> | 67 | <String Id="FilesInUseDontCloseRadioButton">&Do not close applications. A reboot will be required.</String> |
68 | <String Id="FilesInUseRetryButton">&Retry</String> | ||
69 | <String Id="FilesInUseIgnoreButton">&Ignore</String> | ||
70 | <String Id="FilesInUseExitButton">E&xit</String> | ||
67 | </WixLocalization> | 71 | </WixLocalization> |