Mysql fail to install for visual studio - c++

As my title says it all. I had a problem with installing Mysql for Visual studio.
As this messages pops up all the time i open the installer.
At first I was installing the full developer package from the Mysql installer and it had fails to install
for Visual studio, so i downloaded the solo installer for that part and it still fails.
Notes: I have Visual studio 2019 community edition, and I am downloading MySQL for Visual Studio 1.2.9
Error message

Related

After install Microsoft SQL Server Management Studio 2017 and build project, project not work

Vusual Studio 2017 installed. After install Microsoft SQL Server Management Studio 2017 (together with her install Visual Studio 2015 shell (isolated)) and build project, project could not load file or assembly Microsoft.VisualStudio.Diagnostics.PerformanceProvider, Version=14.0.0.0.
After remove Visual Studio 2015 shell (isolated) and rebuild, project work. How can I fix this?

Failed Install of SSDT for Visual Studio 2017

I am trying to install SSDT for VS 2017 (15.5.1), and I get this error:
"The requested metafile operation is not support (0x800707D3)".
The Microsoft page states that this was fixed in the current release but apparently that isn't true. From Microsoft's change log: Fix an issue where setup fails with the following error message:
"The requested metafile operation is not support (0x800707D3)".
I have Visual 2017 installed and working and all updates to it have been installed
I am running Windows 7 Enterprise (company machine out of my control)
Has anyone figured out a work around?
https://learn.microsoft.com/en-us/sql/ssdt/changelog-for-sql-server-data-tools-ssdt
The method I successfully used after encountering the failure message cited above was to uninstall the Visual Studio 2015 shell using add / remove programs (Win 10 Pro); rebooting, and then reinstalling SSDT for Visual Studio 2017 (Community Ed).
I am not sure how the Visual Studio 2015 Shell got installed: I previously removed all prior versions of SQL Server, and Visual Studio from the machine. I did build out the machine again by first installing SQL Server 2017 Dev, Visual Studio 2017 Comm Ed.
Same issue, Windows 10 Ent. Ended up installing SSDT for VS2015.

Visual C++ component "VCBuild.exe"

I installed visual studio 2015 and able to compile and run c++ test application within the IDE.
My npm installer is throwing the error
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe".
When I install visual studio 2013, I don't get this error. The libraries this npm project uses is based on visual studio 2015.
Is there something extra I need to do after the Visual studio 2015 install that I don't need to do in visual studio 2013?
Microsoft provides an npm package that solves all these native build issues without the need to install visual studio.
"windows-build-tools": "^1.3.2"

Microsoft Visual C++ 2015 Redistributable Setup Fails [0x80070652]

Installed Microsoft visual c++ 2015 redistributable exe before completion of the complete download in windows 7 pc. hence installation did not happen properly due to corrupt source. now i tried to uninstall and install again with the new exe the following error comes:
Microsoft Visual C++ 2015 Redistributable Setup Fails [0x80070652] - another installation is already in progress. complete that installation before proceeding to install.

Cannot Install Visual Studio 2015 Community on Windows 7

Every time I try to install visual studio community version I run into an issue with missing setup packages. The installer particularly tells me that I am missing vcredist_x86.exe.
However, I have installed the visual c++ redistributable Packages for Visual Studio 2013 as well as the ones for visual studio 2015. I don't get why this message keeps coming up.
I can continue installation if I select "skip", but the message comes back not much later.
Try running the installer with administrator rights (right click on installer exe and select 'Run as administrator').