http://bugs.winehq.org/show_bug.cgi?id=28401
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@gmx.net 2011-11-01 18:25:57 CDT --- 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).
1) use clean/fresh WINEPREFIX 2) wine sc delete FontCache3.0.0.0 3) winetricks dotnet30
File a bug with winetricks to include step 2 as .NET 3.0 prerequisite to fix the mono-related mess ...
Regards