http://bugs.winehq.org/show_bug.cgi?id=1886 Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Component|wine-kernel |wine-misc --- Comment #26 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-10-28 14:47:53 --- OK, so now I do actually have an idea as to why the installation is failing. :) The installer calls mscat32.CryptCATAdminAddCatalog which forwards to the same wintrust function, which is a stub. This function should copy the file to a place in system32/CatRoot, but the stub does not do that of course. Implementing a stub that merely copies the file should hopefully suffice for us, so I'll get working on that. Changing component to wine-misc since there is no wintrust/mscat32 component. Assigning to me. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.