http://bugs.winehq.org/show_bug.cgi?id=32598
--- Comment #3 from Anastasius Focht focht@gmx.net 2012-12-30 06:57:41 CST --- Created attachment 43022 --> http://bugs.winehq.org/attachment.cgi?id=43022 Patch for winetricks to make .NET 3.x and service packs installs to work
Hello folks,
attached is a patch that should be applied against winetricks svn trunk: http://winetricks.googlecode.com/svn/trunk/src/winetricks
It allows to create .NET 3.5 and .NET 3.5 SP1 prefixes (WINEARCH=win32).
There are two message boxes shown during install, even in silent mode ('bash winetricks -q dotnet35sp1'). The first one is about .NET 2.0 SP1 not being removed during .NET 2.0 SP2 install. The second one is about .NET 3.0 SP1 not being removed during .NET 3.0 SP2 install.
Both can be safely ignored/dismissed as they state valid things (removal would break older apps).
You can verify the resulting .NET WINEPREFIXes using the .NET Framework Setup Verification Tool from Aaron Stebner (Microsoft) which checks for proper installation of .NET assemblies and registry entries. Website and download here: https://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx?Redirected... (as documented in appdb).
Regards