https://bugs.winehq.org/show_bug.cgi?id=41361
Reinhold reinhold.hoffmann@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.9.19 |2.22
--- Comment #3 from Reinhold reinhold.hoffmann@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.