http://bugs.winehq.org/show_bug.cgi?id=32598
--- Comment #6 from Anastasius Focht focht@gmx.net 2013-01-10 01:17:08 CST --- Hello Austin,
--- quote --- Should dotnet35sp1 install dotnet20sp1, dotnet20sp2, or both? --- quote ---
the install deps are fine as of now.
'dotnet20sp1' is installed during 'dotnet30sp1' 'dotnet20sp2' is installed during 'dotnet35sp1'
It's the "installed_file" check in .NET 2.0 recipe that is broken.
As I already wrote, .NET 2.0 recipe checks for existence of "c:/windows/Microsoft.NET/Framework/v2.0.50727/Microsoft .NET Framework 2.0/netfx.bmp". That file is removed later by .NET 2.0 service pack installer. You need to pick a different file (ex: "install.exe") that stays even after all service packs applied.
Regards