https://bugs.winehq.org/show_bug.cgi?id=47626
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rpisl@seznam.cz
--- Comment #1 from Roman Pišl rpisl@seznam.cz --- Clean wine 4.17 prefix and winetricks -q corefonts dotnet462:
The installer downloads 71MB several times and gives up.
I created offline installation by creating vslayout on Windows box. It seems that the file downloaded in the first step of online installer is vs_installer.opc which is a simple archive containing the actual installer (including nodejs, v8 and even sources..).
Unpacking the archive and running
wine Contents/vs_installer.exe --layoutPath C:/vslayout install --channelId VisualStudio.16.Release --productId Microsoft.VisualStudio.Product.BuildTools --channelUri "https://visualstudio.com" --installChannelUri file:///c:/vslayout/ChannelManifest.json
starts interactive installer, everything works and I can even select required components. But after clicking on the install button an error message box appears that call is not implemented. I was unable to determine what is not implemented, basic WINEDEBUG tricks did not give any useful hint.
If anynone has any idea what is missing, please let me know.