[Bug 9929] Unimplemented function call in Internet Explorer 7 installer

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 8 17:51:53 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9929


Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #4 from Juan Lang <juan_lang at yahoo.com>  2007-10-08 17:51:53 ---
I've taken a quick look at this, and I won't have a quick fix for it.  I'll
send some patches that remove the crash, but the install will still fail.  The
reason is:
1. The Microsoft root certificates aren't trusted, that is, they're not likely
to be in the CA root certificate list installed on your system.
2. Hacking around this (implementing a stub GenericChainCertificateTrust that
just returns S_OK, for instance) leads to CertVerifyCertificateChainPolicy
failing, due to the CERT_CHAIN_POLICY_MICROSOFT_ROOT policy not being
implemented.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list