http://bugs.winehq.org/show_bug.cgi?id=10547
--- Comment #12 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-12-20 14:50:45 --- (In reply to comment #11)
I guess the problem now is fixme:wintrust:CryptCATAdminEnumCatalogFromHash 0x134738 0x134950 20
I have an implementation of this function in my tree that I'll submit next week. In fact, I was able to get past the trust verification stage in the ie7 installer, which has this code in common with many other MS installers. Credits should go to Maarten and Juan.
ah, cool. Do you have any idea why i still need the native pidgen.dll? With builtin i get:
001b:Call KERNEL32.LoadLibraryExA(0033b9c4 "C:\windows\system32\pidgen.dll",00000000,00000002) ret=0105d03f 001b:Call PE DLL (proc=0x613396f0,module=0x61330000 L"pidgen.dll",reason=WINE_PREATTACH,res=(nil)) 001b:Ret PE DLL (proc=0x613396f0,module=0x61330000 L"pidgen.dll",reason=WINE_PREATTACH,res=(nil)) retval=0 001b:Ret KERNEL32.LoadLibraryExA() retval=00000000 ret=0105d03f
So i created a fake one in wine.inf, but that didn't really help. Am I doing something wrong?