http://bugs.winehq.org/show_bug.cgi?id=19636
Summary: Vista SDK installer fails in "Microsoft VC Redist 2008" subinstaller Product: Wine Version: 1.1.27 Platform: PC OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
http://www.microsoft.com/downloads/details.aspx?familyid=4377F86D-C913-4B5C-... which links to http://download.microsoft.com/download/c/a/1/ca145d10-e254-475c-85f9-1439f4c... sha1sum 756c21a7fc9b831f7200f3f44ae55cc7689e8063 size 411000 bytes. This is a little online installer.
I tried running it like this: rm -rf .wine sh winetricks dotnet20 wine setup
It seemed to go fine, but once it got to installing things, it seemed to slow to a stop. After a while the cursor changed to an hourglass. The console showed the following err's and a bunch of fixmes:
err:ole:NDRCContextBinding invalid handle 0x3ef72c0 err:ole:NDRCContextBinding invalid handle 0x3ed7ee0 err:ole:NDRCContextBinding invalid handle 0x3f1ea38 err:ole:NDRCContextBinding invalid handle 0x21b7b0 err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded err:msi:ACTION_CreateShortcuts CoInitialize failed err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627 err:msi:remove_tracked_tempfiles failed to delete L"C:\windows\temp\msieb3f.tmp" fixme:thread:NtQueryInformationThread info class 16 not supported yet fixme:thread:NtQueryInformationThread info class 16 not supported yet ... That 1627 seems to have been from a subinstaller, and the main installer just kept waiting forever (maybe because the thread query failed).
A similar error happened with the offline installer
http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-... which links to
http://download.microsoft.com/download/f/e/6/fe6eb291-e187-4b06-ad78-bb45d06... size 1394618368 bytes, sha1sum dfb601096f62fd75af6ad62b277be79793f53b56 but it was able to report the problem: "Installation of the "Microsoft VC Redist 2008" product has reported the following error: ERROR_FUNCTION_FAILED"
So I tried winetricks vcrun2008 and vcrun2008sp1. Sadly, those didn't help.
The little bit of log makes this sound like either an OLE or an MSI bug.