Installing Visual Studio 2015 Enterprise Edition on Windows 10 Pro, the following exception was encountered.
1.) Common Issue:
First of all, this is a common issue. The solution is described in the following URL.
http://stackoverflow.com/questions/33855177/multiple-errors-installing-visual-studio-2015-community-edition
The same installer worked in Windows 7 Pro - I was able to use the same installer to install Visual Studio 2015 successfully under Windows 7 Pro, however, this issue happens to Windows 10 Pro.
2.) Solution
I.) Uninstall all Visual C++ distributable libraries (for all 2012,2013,2016 for both x86 & x64).
II.) Download Visual C++ 2015 distributable libraries.
https://www.microsoft.com/en-us/download/details.aspx?id=48145
Download for both x86 and x64 builds.
Install both (x86 and x64) - even if the PC is 64-bit.
III.) Run the Visual Studio 2015 installer again.
It will reinstall the Visual C++ distributable libraries (for all 2012,2013 for both x86 & x64).
After which it would complete the whole installation as expected.
Setup Failed ! Install cannot continue because some required components failed. Team Explorer For Microsoft Visual Studio 2015 Fatal Error During Installation Microsoft NuGet - Visual Studio 2015 Package failed etc
1.) Common Issue:
First of all, this is a common issue. The solution is described in the following URL.
http://stackoverflow.com/questions/33855177/multiple-errors-installing-visual-studio-2015-community-edition
The same installer worked in Windows 7 Pro - I was able to use the same installer to install Visual Studio 2015 successfully under Windows 7 Pro, however, this issue happens to Windows 10 Pro.
2.) Solution
I.) Uninstall all Visual C++ distributable libraries (for all 2012,2013,2016 for both x86 & x64).
II.) Download Visual C++ 2015 distributable libraries.
https://www.microsoft.com/en-us/download/details.aspx?id=48145
Download for both x86 and x64 builds.
Install both (x86 and x64) - even if the PC is 64-bit.
III.) Run the Visual Studio 2015 installer again.
It will reinstall the Visual C++ distributable libraries (for all 2012,2013 for both x86 & x64).
After which it would complete the whole installation as expected.
Comments