I'm testing an Installshield 6 setup program tonight against wine-20030115 remotely over a 1Mbit/sec link. Running native $ wine SETUP.EXE takes 1 minute 40 seconds to put up the main dialog. With the DLL overrides $ wine --dll compobj,storage,ole,ole2,ole32,oleaut32,rpcrt4=n SETUP.EXE it takes 1 minute 10 seconds. So our OLE seems to be noticably slower. I imagine we'll fix that up before 1.0. - Dan