http://bugs.winehq.org/show_bug.cgi?id=28370
--- Comment #7 from Detlef Riekenberg wine.dev@web.de 2011-12-29 17:46:03 CST --- Created attachment 38169 --> http://bugs.winehq.org/attachment.cgi?id=38169 Every app from http://www.giveawayoftheday.com is also affected
Every day, a different app is downloadable and must be installed and registered within the 24h timeframe to get the full version for free.
The original application installer is wrapped in a "Setup.exe" by giveawayoftheday.com, which need mfc42 and crash on an unimplemented function: msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z
Result from mscodescan.pl is attached
msvcp90.dll has an implementation, but for msvcp60 it's a stub and msvcp60.spec has the comment: # don't forward to msvcp90
Using a native msvcp60.dll let the wrapper do the work and run the installer from the application.