http://bugs.winehq.org/show_bug.cgi?id=26010
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2011-03-18 04:14:34 CDT --- (In reply to comment #2)
I have that on wine-git from 2011-03-17. It's 58 Megs, opbviously OK in places and obvoiusly looping in others do you want 58 Megs, or will I cut it as I see fit?? +msi seems to have been the relevant trace. I had top open during the install and msiexec.exe had over 95% cpu, mscorsvw.exe nearly as much.
You need to install .NET 2.0 with winetricks, it won't work if you let the installer do it:
0. create a fresh wine prefix 1. rm -rf ~/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727 2. winetricks dotnet20 3. WINEDEBUG=+msi /path/to/setup.exe &> log.txt 4. compress and attach log.txt here