From 86050d7969627ee4df189cdce5cba3eccb084fe8 Mon Sep 17 00:00:00 2001 From: Lyubomir Ternavskiy <127299159+LyubomirT@users.noreply.github.com> Date: Wed, 1 May 2024 03:42:52 -0400 Subject: [PATCH] Update self-deletion message in UninstallerWindow class --- uninstaller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstaller.py b/uninstaller.py index 36f4fdc..9e09cf8 100644 --- a/uninstaller.py +++ b/uninstaller.py @@ -93,7 +93,7 @@ def start_uninstallation(self): "Uninstallation completed. The uninstaller and all associated files will be removed upon reboot. Please close the uninstaller.") def schedule_self_deletion(self): - self.infoText.append("yes") + self.infoText.append("If failed to delete, please delete whatever is left manually.") _MoveFileEx = ctypes.windll.kernel32.MoveFileExW _MoveFileEx.argtypes = [ctypes.c_wchar_p, ctypes.c_wchar_p, ctypes.c_uint] MOVEFILE_DELAY_UNTIL_REBOOT = 0x4