Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Express 2013 for windows with update 2 installation Taking Too much time in "Configuring Your System"

visual studio express 2013 for web is already installed on my windows 8.1 laptop.

Now i am trying to install visual studio express 2013 for widows with update 2.

It works fine until last step , but in last step "Configuring Your System, this may take a white" . it just goes like infinite loop. it just showing installing and progress

it has takes more than 3 hours and still same progress.

after i have decided to cancel the setup, but same problem in cancelling , just goes on and on.

after that i have killed the process from task manager. and then restarted the Laptop.

but after Restart the setup is started from where it left. and still the same issue.

Please Someone help.

either i want to cancel the setup, or to install successful. but nothing works its just goes like infinite loop.

any idea how can i do this?

like image 838
Maulik Anand Avatar asked Jun 24 '14 11:06

Maulik Anand


People also ask

How long does Visual Studio take to install?

On the "Installing Visual Studio" screen, select the option for . NET Desktop Development. The installation uses up to 12 GB of space; please be extremely patient. The installation will normally take between 30-60 minutes, but it may be more depending on your internet connection.

Why is Visual Studio installer not installing?

Deleting the Visual Studio Installer files and then rerunning the bootstrapper solves some update failures. Performing the following actions reinstalls the Visual Studio Installer files and resets the installation metadata. Close the Visual Studio Installer. Delete the Visual Studio Installer installation directory.

How long does it take to install Visual Studio 2012?

Part of the install routine includes installing Visual C++ 2012. This part takes a very long time, a good 10 minutes, to install. All other parts of the install run normally, that is fairly quickly.


1 Answers

I had the same problem today trying to install Visual Studio 2013 Update 3 from the 6.9 GB iso file I downloaded from MSDN. A few things:

1) First I stopped then disabled the Windows Search process since it seemed to be in a fight for the disk during the install. Note, disabling the service is not enough since something keeps turning back on. You have to right click on the service entry in the Task Manager Services tab and then choose Open Services option since trying to end the task directly from the tab will fail. From the Open Services option you can stop the Windows Search service and then change it's run status to disabled. Don't forget to turn it back on later when you're done with the install.

2) I looked in my Task List and I noticed there were some entries for the installer for Visual Studio 2013 RC 2. I had uninstalled that version because the design editor was crashing continuously. The uninstall was only partially successful. I wonder if it got launched in an attempt to clean up the previous uninstall. In either case, I ended the task for RC 2.

3) I also saw entries for the Windows Phone 8.1 emulator installers. I ended those tasks too.

The instant I did steps #2 and #3 the main Visual Studio installer perked up and said Setup Completed. My guess is that either the RC 2 installer or the Windows Phone 8.1 emulator installer got stuck and the main installer was waiting for it to return. I then clicked LAUNCH and Visual Studio 2013 Update 3 started properly. The good news is that the update worked fine.

The moral of the story is if you get the problem reported by the original poster, check for stuck sub-installers in your task list and get rid of them, but do not stop the main installer.

like image 115
Robert Oschler Avatar answered Oct 09 '22 04:10

Robert Oschler