[Bug 40232] uninstaller leaves files behind.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 26 10:29:24 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=40232

--- Comment #1 from Hans Leidekker <hans at meelstraat.net> ---
Conditions are evaluated when you try to uninstall but the property values
involved are probably not right.

ResumeDlg is shown instead of MaintenanceWelcomeDlg. The condition for
MaintenanceWelcomeDlg is:

  Installed AND NOT RESUME AND NOT Preselected AND NOT PATCH

Installed is set to "1", RESUME is not set, Preselected is set to "1", PATCH is
not set. This means it evaluates to FALSE.

I suspect that Preselected should not be set, which would make it evaluate to
TRUE. This will need some tests.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list