Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft visual studio 2013 installation failing

Tags:

During installation I am getting an error Microsoft visual studio 2013 VsGraphic Helper Dependencies RC Incorrect Function Error

I was trying to install from ISO image and using web installer as well, getting same error in both cases. I am on Windows 7 x64 Dell XPS 16 with VS 2012 installed

Is there any workaround?

like image 934
angularrocks.com Avatar asked Oct 01 '13 12:10

angularrocks.com


People also ask

Is Visual Studio 2013 still supported?

x will continue to be supported until January 2020. For Visual Studio 2015 and Team Foundation Server 2015, RTW is no longer supported. For Visual Studio 2013 and Team Foundation Server 2013, RTW is no longer supported.

Can Visual Studio 2013 install on Windows 7?

The following system requirements are required to install Visual Studio Community 2013 into your system. Operation System: Windows 8.1, 8 and Windows 7 SP1.


2 Answers

Original blog here.

Running offline installer from ISO is possible, see if below solutions work or not.

  • Mount the iso with any virtual cd software
  • Copy the mounted content to a local folder, e.g. C:\temp\vs2013\
  • Run “vs_ultimate.exe” from the local folder

enter image description here

-->

enter image description here

like image 179
David Avatar answered Oct 20 '22 15:10

David


According to this article, there is a bug when downloading and using the ISO image. The web installer is preferred. This does of course make it harder to put it on a flash drive, which is unfortunate. Tee article is also about installing on a Windows 8.1 machine, while I'm using Windows 7 Professional. However, I expect that the issue is the same.

http://social.msdn.microsoft.com/Forums/en-US/fe3d5411-b601-425e-bf44-8cf5cd00f7af/visual-studio-2013-setup-failed-when-installing-on-windows-81-preview?forum=vssetup

Please bear in mind that the ISO installer leaves a lot of stuff behind when it fails - you need to uninstall it all and reboot before trying the web installer.

like image 33
Daniel Williams Avatar answered Oct 20 '22 15:10

Daniel Williams