motub wrote: > . I have a source/programs/winecfg folder which contains a winecfg.exe.so, but I have no idea how to use that, if indeed it is useable, rather than the uncompiled source of winecfg. > That is winecfg. You should also have similar folders for regedit and all the other tools. With uninstalled Wine, you have to run it with the wine command: Code: ./wine winecfg (if you cd to the build directory first), or Code: /path/to/wine winecfg from outside the build directory.