http://bugs.winehq.org/show_bug.cgi?id=28401
--- Comment #6 from Austin English austinenglish@gmail.com 2011-11-01 22:40:06 CDT --- (In reply to comment #5)
Hello,
works fine here. Just do what Hans (comment #1) said: remove the fake FontCache service before running the installer. The installer will create the .NET 3.0 FontCache service in msi custom action "InstallFCS" (debug using MsiBreak -> second time breakin).
- use clean/fresh WINEPREFIX
- wine sc delete FontCache3.0.0.0
- winetricks dotnet30
File a bug with winetricks to include step 2 as .NET 3.0 prerequisite to fix the mono-related mess ...
Regards
Done: http://code.google.com/p/winetricks/source/detail?r=709