https://bugs.winehq.org/show_bug.cgi?id=45317
Bug ID: 45317 Summary: updating wine mono does not change version in uninstaller.exe Product: Wine Version: 3.10 Hardware: x86 URL: https://dl.winehq.org/wine/wine-mono/ OS: Linux Status: NEW Keywords: download, regression, source Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Blocks: 34989 Distribution: ---
I'm trying to do a new Wine Mono release to address https://www.winehq.org/pipermail/wine-devel/2018-June/127993.html, and I'm finding that the version shown in uninstaller.exe never gets updated. However, the files from the new package are installed, and MsiInstallProduct claims success.
Steps to reproduce: * 'wine64 uninstaller' and remove wine mono * 'wine64 msiexec /i wine-mono-4.7.1.msi' * 'wine64 msiexec /i wine-mono-4.7.2.msi'
I don't know when this last worked.