Ivraine wrote:
Hey, I was trying to get a few of my own programs on windows to work under wine, and while trying to get my installer to work, overrode comctl32.dll, which is a required library for winecfg to work, so now I am stuck with a bunch of programs and winecfg all not working at all. As far as I can tell, this dll is full of common controls for windows programs, and must somewhere be used by wine.
These would not happen to be .NET programs would they? If so, you will
have to use winetricks to install the appropriate version of .NET. .NET
directly from Microsoft will not properly install in Wine.
James McKenzie