On Fri, May 2, 2008 at 3:04 PM, ReedMace <wineforum-user@xxxxxxxxxx> wrote: > > Don't do that. Instead, do > > wget http://kegel.com/wine/winetricks > > sh winetricks vcrun6 wsh56 > > as I suggested earlier. It will install the DLLs properly. > > I did do this, and then copied the remainder of the VB dlls > from my windows directory into the WINE directory. What DLLs are you talking about? > > You might also need to do > > sh winetricks mdac27 > > or possibly even > > sh winetricks art2kmin > > or > > sh winetricks jet40 > > Have done this and there are no more VB error message dialogs! Thank you. Which one did you do? > However, trying to uninstall the software fails. Uninstallers haven't been a high priority in Wine, partly because you can just do rm -rf ~/.wine to uninstall everything.