https://bugs.winehq.org/show_bug.cgi?id=35691
Bug ID: 35691 Summary: IPLA 0.9 installer aborts with 'Windows Media Player version 9 or newer needed' (wmp.dll version resource missing) Product: Wine Version: 1.7.13 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
another way to check for WMP version (same category as bug 35677 and bug 35688).
The installer message is polish, translator tells it's something along:
"... Windows Media Player version 9 or newer needed. We recommend installing version 11"
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./iplasetup.exe >>log.txt 2>&1 ... 0025:Call version.GetFileVersionInfoSizeA(00409f48 "C:\windows\system32\wmp.dll",0033fa4c) ret=00401ed9 ... 0025:Call KERNEL32.lstrcpynA(0040a748,00422e00 "Do zainstalowania programu wymagany jest Windows Media Player w wersji 9 lub nowszej. Zalecamy instalacj\xea wersji 11.",00000400) ret=0040590f 0025:Ret KERNEL32.lstrcpynA() retval=0040a748 ret=0040590f 0025:Call user32.MessageBoxIndirectA(004091d0) ret=0040521e --- snip ---
$ sha1sum iplasetup.exe cbd5578e1c8a3439ecc126d246fcb271825c2e37 iplasetup.exe
$ du -sh iplasetup.exe 8.2M iplasetup.exe
$ wine --version wine-1.7.13-100-gfcae016
Regards