[Wine] Running XP programs in wine

Dan Kegel dank at kegel.com
Thu Feb 28 14:22:53 CST 2008


2008/2/28 Dotan Cohen <dotancohen at gmail.com>:
>  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



More information about the wine-users mailing list