https://bugs.winehq.org/show_bug.cgi?id=40761
--- Comment #10 from minion minion.procyk@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.