These are the last lines of the log:
Found setup instance 883a9c0e but not in launchable state.
Install Error : System.InvalidOperationException: Cannot find setup engine instance.
I managed to install it by installing "Visual Studio extension development" workload as suggested here: https://stackoverflow.com/a/56001724/114029.
If "Visual Studio extension development" is necessary... it should be mentioned @ the documentation.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@leniel For context, you were trying to install the analyzers using VSIX, and you ran into this issue?
@Mikejo5000 exactly... using the VSIX package.
@mikadumont Mika, do you know whether the "Visual Studio extension development" workload is required to install the analyzers using the VSIX? If so, I can update this.
I tested this (no VS extension development workload installed), but no repro. Seems to have installed OK. Likely a product issue.
Im having the similar issue when I tried to install "ML.NET Model builder" into my VS2019 community Edition 16.4.2
Note that we are soon planning to deprecate Microsoft Code Analysis VS2019 VSIX (aka FxCop analyzers VSIX): https://github.com/dotnet/roslyn-analyzers/issues/3314. It is strongly recommended to install the analyzers through the NuGet package right now.
Closing this issue now, if problems persist please comment below to re-open the issue.
Also consider using the Report a problem or Suggest a feature options in Visual Studio community where feedback can be solicited directly from the product team.
I had the same Issue with VS2017 - "PowerShell Tools for VS" and "Redgate SQL Change Automation" got an update today - and didn't install with this error message.
I uninstalled the feature "VS-Extension Developement workload" - and reinstalled it - after that it worked.
Most helpful comment
Note that we are soon planning to deprecate Microsoft Code Analysis VS2019 VSIX (aka FxCop analyzers VSIX): https://github.com/dotnet/roslyn-analyzers/issues/3314. It is strongly recommended to install the analyzers through the NuGet package right now.