2008/2/28 Dotan Cohen <dotancohen@xxxxxxxxx>: > Winetricks does not leave me with a msvcr80.dll for any vcrun* > package. If I need to install the dll without winetricks, how can I do > that? You don't need to, and you shouldn't. msvcr80 is a prickly beast, it doesn't just want to be copied, it wants to be gently placed in a specially named directory. But fear not! winetricks installs it perfectly well. Looky: $ rm -rf .wine $ sh winetricks vcrun2005 ... Install of vcrun2005 done winetricks done. $ find .wine/drive_c -iname 'msvcr80*' .wine/drive_c/windows/system32/msvcr80.dll .wine/drive_c/windows/winsxs/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd/msvcr80.dll See? Try exactly those steps and I bet you'll see it installed fine. - Dan