http://bugs.winehq.org/show_bug.cgi?id=11420
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.microsoft.com/dow | |nloads/details.aspx?familyid | |=9B3A2CA6-3647-4070-9F41- | |A333C6B9181D&displaylang=en
--- Comment #3 from Anastasius Focht focht@gmx.net 2008-03-24 17:10:42 --- Hello,
could this bug get a wine target milestone too? I consider this bug important not to be left out/forgotten. Several apps which install specific services are affected (VS.NET 7.x/.NET Framework SDK/various apps which use C-Dilla protection, e.g. AutoCAD 2K).
I've already described the problem in detail and gave a possible fix (although quick'n'dirty for proof-of-concept purpose).
The problem can be reproduced with the local/remote DevStudio Debugging Service that is shipped with .NET Framework SDK (NOTE the difference: .NET SDK != .NET redistributable)
1. clean your ~/.wine 2. install .NET 1.1 redistributable which is required prerequisite to SDK (if you use 'sh winetricks dotnet11' make sure winetricks script is up-to-date) 3. install .NET 1.1 SDK with default install settings
You might have to kill the SDK installer at some point due to that bug and others (hang symptoms, wineserver -k) - but don't kill it too early because the msi table joins take a while. You can then simulate with 'wine net start mdm'
Regards