Skip to content

Commit

Permalink
Update self-deletion message in UninstallerWindow class
Browse files Browse the repository at this point in the history
  • Loading branch information
LyubomirT committed May 1, 2024
1 parent ea9f081 commit 86050d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86050d7

Please sign in to comment.