From 5495454583261ab5567b9916cbcfd41a3d5bd75d Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 15 Aug 2024 11:30:07 -0400 Subject: [PATCH] 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 cc98b51e8d..7e3b191186 100644 --- a/src/windows/installer/wix/lang/ui_1033.wxi +++ b/src/windows/installer/wix/lang/ui_1033.wxi @@ -360,7 +360,7 @@ - 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. + Some updated files are in use by the following applications. Click Ignore to continue installation, then reboot the system to replace the affected files. -- 2.47.2