http://bugs.winehq.org/show_bug.cgi?id=9146
Summary: regression: unimplemented MsiSourceListEnumSources Product: Wine Version: 0.9.42. Platform: Other URL: http://www.famatech.com/download/radmin30.zip OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: rmh@aybabtu.com
When trying to install radmin 3.0.1 (rview30.exe in http://www.famatech.com/download/radmin30.zip):
wine: Call from 0x7b840400 to unimplemented function msi.dll.MsiSourceListEnumSourcesA, aborting wine: Unimplemented function msi.dll.MsiSourceListEnumSourcesA called at address 0x7b840400 (thread 0009), starting debugger... Unhandled exception: unimplemented function msi.dll.MsiSourceListEnumSourcesA called in 32-bit code (0x7b840489).
This is a regression introduced when adding that stub, in:
commit d4877a32f1e777290c02d64ce82e94bb3d6bdb8e Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Nov 28 21:49:09 2006 +0800
msi: Synchronize msi exports with what PSDK has.