Re: winetricks missing MFC42

2008-05-08 Thread Mike Kronenberg
On 08.05.2008, at 01:23, Dan Kegel wrote: > On Wed, May 7, 2008 at 3:46 PM, Vitaliy Margolen > <[EMAIL PROTECTED]> wrote: >> Dan that's going way overboard. You creating another winedoors or >> worse >> winetools. >> >> Original idea of having few dlls and registry changes in one place >> - w

Re: winetricks missing MFC42

2008-05-07 Thread Dan Kegel
On Wed, May 7, 2008 at 3:46 PM, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > Dan that's going way overboard. You creating another winedoors or worse > winetools. > > Original idea of having few dlls and registry changes in one place - was > great. So no one would need to repeat those instruction

Re: winetricks missing MFC42

2008-05-07 Thread Vitaliy Margolen
Dan Kegel wrote: > On Wed, May 7, 2008 at 12:32 PM, Cesar Izurieta <[EMAIL PROTECTED]> wrote: >> Maybe it would be nice to have something like: >> >> winetricks mfc42.dll >> >> and have some sort of alias database with some dlls filenames there. >> It would make end users life much more easier

Re: winetricks missing MFC42

2008-05-07 Thread Dan Kegel
On Wed, May 7, 2008 at 12:32 PM, Cesar Izurieta <[EMAIL PROTECTED]> wrote: > Maybe it would be nice to have something like: > > winetricks mfc42.dll > > and have some sort of alias database with some dlls filenames there. > It would make end users life much more easier imho. Yes, exactly. The

Re: winetricks missing MFC42

2008-05-07 Thread Cesar Izurieta
On Wed, May 7, 2008 at 12:43 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Cesar wrote: > > I see that MFC42 is missing on wine tricks. > > Nope! It's installed by the vcrun6 verb: > echo " vcrun6 vc6redist from VS6sp4 (mfc42, msvcp60, msvcrt)" > I've been considering making it more obviou

re: winetricks missing MFC42

2008-05-07 Thread Dan Kegel
Cesar wrote: > I see that MFC42 is missing on wine tricks. Nope! It's installed by the vcrun6 verb: echo " vcrun6 vc6redist from VS6sp4 (mfc42, msvcp60, msvcrt)" I've been considering making it more obvious. > There's a cab available from: > http://activex.microsoft.com/controls/vc/mfc42

winetricks missing MFC42

2008-05-07 Thread Cesar Izurieta
I see that MFC42 is missing on wine tricks. There's a cab available from: http://activex.microsoft.com/controls/vc/mfc42.cab that contains an installer. It would be nice to add this to winetricks I guess.