Bug 181142 - "Can't remove file" alert during install is confusing, should be Abort, Retry, Ignore
Summary: "Can't remove file" alert during install is confusing, should be Abort, Retry...
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: installer (show other bugs)
Version: unspecified
Platform: Compiled Sources Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-18 05:47 UTC by skierpage
Modified: 2017-03-24 17:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.7-1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skierpage 2009-01-18 05:47:22 UTC
Version:           0.9.4-1 (using Devel)
OS:                MS Windows
Installed from:    Compiled sources

When the kdewin installer can't install a package because a file is in use, it displays an alert
	Error
	Can't remove C:/path/to/file.exe
	[Cancel]

but if you click Cancel, the installer completes and indicates everything is fine.

A dialog that says [Cancel] yet installation continues leaves the user and the system in a confused state.

It would be better if the alert had three choices
  [Abort] [Retry] [Ignore]

Abort would exit the installer immediately, Retry would try again (allowing you to e.g., kill off the running process), and Ignore would continue, *but* the installer at the end should indicate that some files were not successfully updated.
Comment 1 Ralf Habacker 2013-01-22 10:20:13 UTC
With bug 181140 https://bugs.kde.org/show_bug.cgi?id=181140 a feature has been implemented which kills all running kde processes before installing/removing any files. 
This reduces the amount of messages described in this bug very much.
Comment 2 Ralf Habacker 2017-03-24 17:02:46 UTC
In fact installing only happens if no KDE application including dbus-daemon is running from the related install directory.