https://bugs.winehq.org/show_bug.cgi?id=35546
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer URL| |http://uni-smr.ac.ru/archiv | |e/win/MS%20.NET%20Framework | |/3.0/dotnetfx3.exe CC| |focht@gmx.net Hardware|x86-64 |x86 Version|unspecified |1.7.11 Summary|Microsoft.NET 3 installer |Microsoft .NET Framework |crashed with |3.0 'servicemodelreg.exe' |servicemodelreg.exe |crashes during installation
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce this, works fine here with wine-1.7.12 Make sure you use a clean (new!) 32-bit WINEPREFIX.
In general it's advised to use 'winetricks' recipes for installation of .NET Frameworks.
'winetricks' recipes contain prerequisite tasks such as the automatic removal of Mono from prefix and workarounds for some Wine versions.
Another example: The recipe for .NET Framework 3.0 contains a workaround for MUI (language packs), a bug in original MS installer which stalls the installation for each supported user interface language for 30 seconds.
$ sha1sum dotnetfx3.exe f3d2c3c7e4c0c35450cf6dab1f9f2e9e7ff50039 dotnetfx3.exe
$ du -sh dotnetfx3.exe 51M dotnetfx3.exe
$ wine --version wine-1.7.12
Regards