[Bug 25153] New: Windows Live Essentials beta (webc variant) won't install without native .NET
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(a)winehq.org ReportedBy: RandomAccountName(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25153 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25153 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000(a)yahoo.co.uk Ever Confirmed|0 |1 --- Comment #1 from Louis Lenders <xerox_xerox2000(a)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] -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25153 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #2 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-07-26 17:53:10 CDT --- Still an issue. Louis? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25153 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9119f3562d62c53d6640a5b5b1a | |cdb847a54479b Status|NEW |RESOLVED CC| |focht(a)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(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25153 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-24 12:48:59 CST --- Closing bugs fixed in 1.4-rc5. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=25153 Anastasius Focht <focht(a)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(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla