http://bugs.winehq.org/show_bug.cgi?id=26162
Summary: Visual C++ 2005 Trial install fails Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Now that bug 25331 is fixed and Visual C++ 2005 Express installs again, I tried Trial. Sadly, it still seems to fail.
First problem seems to be a shdocvw problem:
fixme:shdocvw:ControlSite_OnFocus (0x4048c38)->(0) fixme:mshtml:HlinkTarget_SetBrowseContext (0x40469a0)->((nil)) fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 28 trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ed55a31 ip=7ed55a31 tid=002f trace:seh:raise_exception info[0]=00000001 trace:seh:raise_exception info[1]=00470000 trace:seh:raise_exception eax=9999cccc ebx=7ede8ff4 ecx=00000000 edx=00000067 esi=00000328 edi=00470000
ie7 seems to work around that (haven't tried Jacek's beta gecko yet).
After that, it gets further, but aborts, saying that visual studio isn't installed. The console log doesn't say much; it ends with
trace:msi:MSIREG_OpenProductKey (L"{1862162E-3BBC-448F-AA63-49F33152D54A}", 4, 0) trace:msi:MSIREG_OpenProductKey squished (L"E2612681CBB3F844AA36943F13255DA4") trace:msi:MSIREG_OpenInstallProps L"{1862162E-3BBC-448F-AA63-49F33152D54A}" trace:msi:MSIREG_OpenInstallProps squished (L"E2612681CBB3F844AA36943F13255DA4") trace:msi:MsiQueryProductStateW -> -1
I think this worked with wine-1.3.4, but I haven't done the regression.