http://bugs.winehq.org/show_bug.cgi?id=25153
Summary: Windows Live Essentials beta (webc variant) won't install without native .NET Product: Wine Version: 1.3.7 Platform: x86-64 URL: http://wl.dlservice.microsoft.com/download/B/2/9/B2954 09B-AAAB-4415-B32D-A36EFD6DC36E/en/wlsetup-webc.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com
Created an attachment (id=31904) --> (http://bugs.winehq.org/attachment.cgi?id=31904) Terminal output
This particular installer isn't satisfied with "winetricks mono26 win7" even if the registry key from bug 24875 is added. It just says it needs .NET 3 and refuses to proceed any further without it.
http://bugs.winehq.org/show_bug.cgi?id=25153
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
http://bugs.winehq.org/show_bug.cgi?id=25153
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-11-14 06:47:24 CST --- Confirming.It checks for key. I'll send another patch
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft.NETFramework\v3.0]
http://bugs.winehq.org/show_bug.cgi?id=25153
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2011-07-26 17:53:10 CDT --- Still an issue. Louis?
http://bugs.winehq.org/show_bug.cgi?id=25153
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9119f3562d62c53d6640a5b5b1a | |cdb847a54479b Status|NEW |RESOLVED CC| |focht@gmx.net Component|-unknown |tools Resolution| |FIXED Summary|Windows Live Essentials |Windows Live Essentials |beta (webc variant) won't |beta (webc variant) doesn't |install without native .NET |detect .NET Framework 3.0 | |installation | |(Mono/Registry)
--- Comment #3 from Anastasius Focht focht@gmx.net 2012-02-19 15:21:04 CST --- Hello,
the old beta (2010) is no longer available for testing.
Most likely fixed by commit http://source.winehq.org/git/wine.git/commitdiff/9119f3562d62c53d6640a5b5b1a...
Regards
http://bugs.winehq.org/show_bug.cgi?id=25153
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2012-02-24 12:48:59 CST --- Closing bugs fixed in 1.4-rc5.
https://bugs.winehq.org/show_bug.cgi?id=25153
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Windows Live Essentials |Windows Live Essentials |beta (webc variant) doesn't |Beta 2011 (webc variant) |detect .NET Framework 3.0 |doesn't detect .NET |installation |Framework 3.0 installation |(Mono/Registry) |(Mono/Registry) URL|http://wl.dlservice.microso |https://web.archive.org/web |ft.com/download/B/2/9/B2954 |/20140814052134/http://wl.d |09B-AAAB-4415-B32D-A36EFD6D |lservice.microsoft.com/down |C36E/en/wlsetup-webc.exe |load/B/2/9/B295409B-AAAB-44 | |15-B32D-A36EFD6DC36E/en/wls | |etup-webc.exe
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
the original resolution was not correct. Commit https://source.winehq.org/git/wine.git/commitdiff/9119f3562d62c53d6640a5b5b1... ("wine.inf: Add another .NET v3.0 registry-key.") should have been used for bug 25134.
The missing registry key for the WL 2011 beta mentioned by Louis in comment #1 was never added. Instead the whole mess of .NET registry keys to fake native MS .NET Framework install for Mono-based prefixes was moved to Wine-Mono itself. But even then, that key wasn't added by Wine-Mono either.
* https://source.winehq.org/git/wine.git/commitdiff/1e721a487775a2f306512a7c71... ("mscoree: Install Wine Mono on prefix update.") -> Wine-Mono 0.0.4
* https://source.winehq.org/git/wine.git/commitdiff/7b54917f28edf84c4d9db2e1a5... ("wine.inf: Do not install .NET registry keys and fake dlls.")
Part of Wine 1.5.6 release.
It seems only WL 2011 beta installer used that stupid way to check for presence of .NET Framework 3.0. It was corrected later with the final version of WL 2011.
Official/reliable methods:
https://github.com/dotnet/docs/blob/main/docs/framework/migration-guide/how-...
Anyway, I'll leave the information for documentation here.
Regards