https://bugs.winehq.org/show_bug.cgi?id=47009
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 Summary|msi x64 app cannot be |Notation Player 4 cannot be |uninstalled |uninstalled CC| |madewokherd@gmail.com, | |z.figura12@gmail.com Regression SHA1| |88580a3ad6e6afea25716b8717a | |33d20184154e5
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Confirming; it's a regression from 88580a3ad6e6afea25716b8717a33d20184154e5.
It seems that on Windows msiexec should be capable of handling either architecture no matter which one it was launched with. This seems to be already the case in Wine, but there are a few places that we are missing support, e.g. MSIREG_OpenUninstallKey(). I'm working on a patch.