Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Visual Studio Ultimate 2013 setup failed

I have problems installing MS Visual Studio Ultimate 2013. because it is always says that "ANOTHER INSTALLATION IS IN PROGRESS.PLEASE WAIT TO TRY AGAIN" AND "RETRYING MICROSOFT VISUAL C++ 2013 RUNTIME X64 ." im stuck in that part.

please help me with my problem. I am a student please give me a clear and specific answer.

thank you.

like image 292
FritsJ Avatar asked Jan 12 '23 15:01

FritsJ


2 Answers

Right-click on the Computer icon, wherever it exists on your system, and select Manage. (I’m using the Classic Start menu, so the Computer icon is on my desktop. If you’re using the new Start menu, the icon is in the Start menu.) This opens the Computer Management utility.

Select Services, right click on Windows Installer in the list and select Properties. If you’re having the problem, the Windows Installer service is started, and the Stop button is disabled. Simply rebooting doesn’t stop the service. Here’s how you stop it.

In the Properties dialog, change Startup type to “Disabled”, click OK, and reboot your computer. This stops the service. After your computer reboots, again open Computer Management (right-click on Computer and select Manage), open Windows Installer Properties, and change the Startup type back to Manual. Now you’re good to go and can start a new installation.

like image 124
akanksha gupta Avatar answered Jan 14 '23 05:01

akanksha gupta


My problem was that I had launched the installer twice, by mistake.

So a quick fix was opening Task Manager > Processes and killing the two instances of msiexec.exe that were visible.

The next run was successful without issue.

For another list of solutions that helped others:

  • Visual Studio MSDN
  • SQL Server MSDN
  • How To Solutions
like image 44
user919426 Avatar answered Jan 14 '23 04:01

user919426