http://bugs.winehq.org/show_bug.cgi?id=26316
--- Comment #3 from Kenneth Robinette support@securenetterm.com 2011-03-09 10:42:27 CST --- (In reply to comment #2)
(In reply to comment #1)
I traced this problem to changes made to main.c of the unistaller program. If I use the main.c from the 1.3.12 version in the 1.3.15 version everything works as it should. Looks like someone made some 64 bit related changes and forgot to test the program!
If you could provide the results of a regression test that would be helpful, it should be really quick since you know even the offending file.
To much overkill to do regression. I just looked at changes made since 1.3.14 and saw the following:
Hans Leidekker (9): appwiz.cpl: List 32-bit applications on 64-bit platforms. uninstaller: List 32-bit applications on 64-bit platforms.
I compared the uninstaller main.c with the last older wine source and saw the problem. I suspect appwiz.cpl may be messed up also, but decided Hans could figure this out.