http://bugs.winehq.org/show_bug.cgi?id=22551
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-08-23 04:14:07 --- Created an attachment (id=30324) --> (http://bugs.winehq.org/attachment.cgi?id=30324) reg file faking .net 2.0 SP1 install
you can install at least some of the .net 3.5 needed stuff by doing on a clean .wine:
*'winetricks dotnet35'
After successful .net 2.0 and 3.0 install the 3.5 will crash. Then do:
*cd ~/.wine/drive_c/wcu/dotNetFramework/dotNetFX35/x86/
*cabextract netfx35_x86.exe
*Save the attached file as sp1.reg, and do
*regedit sp1.reg
*msiexec /i vs_setup.msi ADDEPLOY=1
This will install at least the missing System.Core. The app starts now for me, running into a gdiplus error already covered by other bugreport (winetricks gdiplus helps) and then another non-fatal error message box. No clue where that comes from. The GUI at least seems to work fine, but i don't know how to use the program.