http://bugs.winehq.org/show_bug.cgi?id=34384
Bug #: 34384 Summary: Media Browser 3 Installer doesn't see .Net 4.5 as installed (wine-mono) Product: Wine Version: 1.7.0 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: mscoree AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: madewokherd@gmail.com Classification: Unclassified
Followup to bug 34309 (dupe of bug 31487).
Prerequisite check for system component Microsoft .NET Framework 4.5 (x86 and x64) failed with the following error message: "Installation of the Microsoft .NET Framework 4.5 is not supported on this operating system. Contact your application vendor."
See the setup log file located at 'C:\users\austin\Temp\VSDa1f3.tmp\install.log' for more information.
Looking at its log, it's missing registry keys: austin@aw25 ~/.wine/drive_c/users/austin/Temp/VSDa1f3.tmp $ cat install.log The following properties have been set: Property: [AdminUser] = true {boolean} Property: [InstallMode] = HomeSite {string} Property: [NTProductType] = 0 {int} Property: [ProcessorArchitecture] = Intel {string} Property: [VersionNT] = 5.1.3 {version} Running checks for package 'Microsoft .NET Framework 4.5 (x86 and x64)', phase BuildList Reading value 'Version' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full' Unable to read registry value Not setting value for property 'DotNet45Full_TargetVersion' The following properties have been set for package 'Microsoft .NET Framework 4.5 (x86 and x64)': Running checks for command 'DotNetFX45\dotNetFx45_Full_x86_x64.exe' Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true Result of checks for command 'DotNetFX45\dotNetFx45_Full_x86_x64.exe' is 'Bypass' Running checks for command 'DotNetFX45\dotNetFx45_Full_setup.exe' Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': false Skipping ByPassIf because Property 'DotNet45Full_TargetVersion' was not defined Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false Result of running operator 'VersionLessThan' on property 'VersionNT' and value '6.0.0': true Result of checks for command 'DotNetFX45\dotNetFx45_Full_setup.exe' is 'Fail' 'Microsoft .NET Framework 4.5 (x86 and x64)' RunCheck result: Fail A prerequisite failed for Package "Microsoft .NET Framework 4.5 (x86 and x64)" Package failed with message "Installation of the Microsoft .NET Framework 4.5 is not supported on this operating system. Contact your application vendor."