[Bug 41361] MSI uninstaller calls wrong Custom Action and performs wrong action

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 3 02:56:20 CST 2017


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

Reinhold <reinhold.hoffmann at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.9.19                      |2.22

--- Comment #3 from Reinhold <reinhold.hoffmann at hotmail.com> ---
There is still an issue but in 2.22 it is different than in 2.11 which was my
former package. In 2.22 the issue is even worse than in 2.11.

Scenario:
=========
The installation needs to be performed twice in a row. This is what typically
an end user does when he receives an update or a new version. He does not
uninstalls the former installation.

Behaviour in Wine-2.11:
-----------------------
The first installation works fine. For the second installation at the beginning
a pop up windows comes up asking for "Repair" or "Remove". When selecting
"Remove" the custom action "Uninstall" should be executed but "Install" and
"Commit" is executed.
When running the regular uninstallation with
$ wine uninstaller
the custom action "Uninstall" is properly executed.

Behaviour in Wine-2.22:
----------------------- 
The first installation works fine. For the second installation at the beginning
a pop up windows comes up asking for "Repair" or "Remove". When selecting
"Remove" the custom action "Uninstall" should be executed but it is not
executed at all. The same issue exist when uninstalling the software through
$ wine uninstaller
that the custom action "Uninstall" is not executed.

In a nutshell: a custom action "Uninstall" is not executed when uninstalling.

Why is 2.22 worse than 2.11?
----------------------------
For Wine 2.11 running
$ wine uninstaller
executes the custom action "Uninstall" but on Wine 2.22 the is no way to get
the custom action "Uninstall" executed.

-- 
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