https://bugs.winehq.org/show_bug.cgi?id=35722
Bug ID: 35722 Summary: MS Visual C++ 2008 Redistributable KB-hotfix installer, part of Nero 10 installer crashes on unimplemented function msi.dll.MsiRemovePatchesW Product: Wine Version: 1.7.13 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
as the summary says ... Encountered after multiple KB-hotfix sub-installers have already been run.
Prerequisite: 'winetricks -q dotnet35sp1'
Not really critical, the main installer still proceeds further until finally refusing because the builtin activation code is time-bombed (already expired).
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+msi wine ./Nero-10.0.13100_trial.exe >>log.txt 2>&1 ... 0040:Call KERNEL32.CreateProcessA(00000000,001326e0 "msiexec /i vcredist.msi /qb!",00000000,00000000,00000000,00000020,00000000,00000000,0033fb0c,0033f8d4) ret=01004d01 ... 0042:Call KERNEL32.__wine_kernel_init() ret=7bc5a3aa 0040:Ret KERNEL32.CreateProcessA() retval=00000001 ret=01004d01 ... 0042:Call msi.MsiDeterminePatchSequenceW(0020f1e8 L"{9A1027CE-83F6-3CB2-B9BA-9DA38D0907D0}",00000000,00000001,00000001,0066e6a4) ret=0041716d 0042:trace:msi:MsiDeterminePatchSequenceW L"{9A1027CE-83F6-3CB2-B9BA-9DA38D0907D0}", (null), 1, 1, 0x66e6a4 0042:Call ole32.CLSIDFromString(0020f1e8 L"{9A1027CE-83F6-3CB2-B9BA-9DA38D0907D0}",0066dcd8) ret=7e1d169a 0042:Ret ole32.CLSIDFromString() retval=00000000 ret=7e1d169a 0042:trace:msi:MSIREG_OpenInstallProps L"{9A1027CE-83F6-3CB2-B9BA-9DA38D0907D0}" squished L"EC7201A96F382BC39BABD93AD890700D" ... 0042:Call advapi32.RegOpenKeyExW(80000002,0066dd3a L"Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-0-0-0-1000\Products\EC7201A96F382BC39BABD93AD890700D\InstallProperties",00000000,000f013f,0066e5e4) ret=7e1d3c1b 0042:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=7e1d3c1b 0042:Ret msi.MsiDeterminePatchSequenceW() retval=0000064a ret=0041716d ... 0042:Call KERNEL32.RaiseException(80000100,00000001,00000002,0066e734) ret=7e1f8221 0042:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83a9c3 ip=7b83a9c3 tid=0042 0042:trace:seh:raise_exception info[0]=7e1f8240 0042:trace:seh:raise_exception info[1]=7e1f850a wine: Call from 0x7b83a9c3 to unimplemented function msi.dll.MsiRemovePatchesW, aborting ... --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/aa370376%28v=vs.85%29.aspx
$ sha1sum Nero-10.0.13100_trial.exe a69250e194381afeae7202180056b549b7d6914b Nero-10.0.13100_trial.exe
$ du -sh Nero-10.0.13100_trial.exe 293M Nero-10.0.13100_trial.exe
$ wine --version wine-1.7.13-186-g049f08f
Regards