https://bugs.winehq.org/show_bug.cgi?id=41269
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #55580|0 |1 is obsolete| |
--- Comment #22 from Hans Leidekker hans@meelstraat.net --- Created attachment 55597 --> https://bugs.winehq.org/attachment.cgi?id=55597 patch
I don't get the repair/remove dialog on Windows. This dialog is gated by the condition Installed<>"", which will be true if the product is installed. If you run the first installer twice on Windows you get the same dialog. This must mean that RemoveExistingProducts runs the installer without UI.
Here's a patch that includes fixes for the 3 bugs we found so far.