krb5 commit: Replace Windows installer FilesInUse dialog text
ghudson at mit.edu
ghudson at mit.edu
Mon Aug 19 17:03:24 EDT 2024
https://github.com/krb5/krb5/commit/5495454583261ab5567b9916cbcfd41a3d5bd75d
commit 5495454583261ab5567b9916cbcfd41a3d5bd75d
Author: Greg Hudson <ghudson at mit.edu>
Date: Thu Aug 15 11:30:07 2024 -0400
Replace Windows installer FilesInUse dialog text
Windows installers must provide a FilesInUse dialog, with the intent
of minimizing the need to restart the system after software
installations. For reasons related to the LSA cache, the KfW
installer always schedules a post-installation reboot (see commit
50a3c3cbeab32577fba2b21deb72a64015c48ec7). Reword the FilesInUse
dialog text to recommend clicking Ignore, causing the conflicting
files to replaced on the reboot. (The affected files are likely C
runtime DLLs, and the existing versions will almost certainly suffice
if KfW programs are run prior to a reboot.)
ticket: 9135 (new)
src/windows/installer/wix/lang/ui_1033.wxi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/windows/installer/wix/lang/ui_1033.wxi b/src/windows/installer/wix/lang/ui_1033.wxi
index cc98b51e8..7e3b19118 100644
--- a/src/windows/installer/wix/lang/ui_1033.wxi
+++ b/src/windows/installer/wix/lang/ui_1033.wxi
@@ -360,7 +360,7 @@
</Control>
<Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" TabSkip="no" Text="[BannerBitmap]" />
<Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="30">
- <Text>The following applications are using files that need to be updated by this setup. Close these applications and then click Retry to continue the installation or Cancel to exit it.</Text>
+ <Text>Some updated files are in use by the following applications. Click Ignore to continue installation, then reboot the system to replace the affected files.</Text>
</Control>
<Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
More information about the cvs-krb5
mailing list