[Bug 40761] MS .NET Framework 4.5 installer does not find Windows Modules Installer Service (TrustedInstaller.exe)

WineHQ Bugzilla wine-bugs at winehq.org
Wed Nov 11 22:50:43 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=40761

--- Comment #10 from minion <minion.procyk at gmail.com> ---
Seems like you can get this to install by adding a stub for the Windows Modules
Installer Service. After doing this the application complains that the .net
framework version already installed is too high. This is because
HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v4\Full\Version
DWORD is set to 4.7 by default (verified by checking regedit after ./wine
wineboot). If i set the version lower (e.g. 4.1) it will still report that the
Windows Modules Installer Service is not installed, however the installation
button will no longer be greyed out and installation continues.

I'm not sure where/why/how that registry key is defaulted to 4.7, or if that's
intentional. I'll attach a patch with what I did to get thus far and maybe
someone else can shed a little light on this.

-- 
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.



More information about the wine-bugs mailing list