[Bug 19636] New: Vista SDK installer fails in "Microsoft VC Redist 2008" subinstaller

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 8 23:47:37 CDT 2009


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 at winehq.org
        ReportedBy: dank at kegel.com


http://www.microsoft.com/downloads/details.aspx?familyid=4377F86D-C913-4B5C-B87E-EF72E5B4E065
which links to
http://download.microsoft.com/download/c/a/1/ca145d10-e254-475c-85f9-1439f4cd2a9e/Setup.exe
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-9BE5-FA919850BDBF
which links to

http://download.microsoft.com/download/f/e/6/fe6eb291-e187-4b06-ad78-bb45d066c30f/6.0.6001.18000.367-KRMSDK_EN.iso
 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list