http://bugs.winehq.org/show_bug.cgi?id=6956
------- Additional Comments From fpga@pacbell.net 2007-11-01 14:21 ------- Well, on my Win2K system, it looks like that class ID is registered to the file: c:\Program Files\Common Files\System\ado\msado15.dll A bit of a strange place, at least to me. I don't know whether WinXP comes with that by default, but you might want to take a look. If the CD expects the system to already have them, then maybe they are a standard part of WinXP.
Anyway, I installed msado15.dll and msadox.dll into my Wine windows/system32 directory, and then registered them: regsrv32 msado15.dll regsrv32 msadox.dll With that, the installer (from Scott) runs. I don't have the CD, so I can't test beyond that point.