https://bugs.winehq.org/show_bug.cgi?id=39613
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer, regression Fixed by SHA1| |7b54917f28edf84c4d9db2e1a52 | |e4dac67dd7e31 Status|UNCONFIRMED |RESOLVED Component|-unknown |tools Resolution|--- |FIXED Summary|Dot.NET redistributable |Microsoft .NET Framework |Package 1.1 no longer works |1.1 fails to install with |beginning in wine-1.3.2 |Wine 1.3.2+ Regression SHA1| |d57f3886932aa223dfac3215a08 | |fe017cdd2b126
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
although wasted time on my side, I did the task of finding the commit that broke the installer with the old Wine 1.3.2 version.
--- snip --- $ git bisect bad d57f3886932aa223dfac3215a08fe017cdd2b126 is the first bad commit commit d57f3886932aa223dfac3215a08fe017cdd2b126 Author: Louis Lenders xerox_xerox2000@yahoo.co.uk Date: Tue Aug 24 13:45:16 2010 +0200
wine.inf: Added .NET InstallRoot and v2.0 policy keys.
:040000 040000 e31ddddfb340b70eae78294fa9710d79fdac355e 6770ea64424e075fd8d7306c818c41d3186ff86f M tools --- snip ---
All the registry mess for faking .NET installs was moved to Wine-Mono package at one point, with the registry keys that confused .NET installers removed again.
https://source.winehq.org/git/wine.git/commitdiff/7b54917f28edf84c4d9db2e1a5... ("wine.inf: Do not install .NET registry keys and fake dlls.")
At this point the original regression should be gone but since bug 25120 exists you can only test it with 'regsvcs.exe' builtin override.
Regards