Reputation: 1519
I am trying to install Visual Studio 2015 COmmunity Edition I am at ~98% of the installation, now the program tells me:
another installation is in progress, try it later...
I do not know how to solve this issue.
And I actually do not want to restart the computer because the installation already took me over 2 days.
I am open for all ideas.
Upvotes: 7
Views: 8632
Reputation: 8034
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:
Upvotes: 15
Reputation: 65
I googled this problem, and found some complicated advice about failed installations and the Windows Installer Cleanup Utility. But I find that this error occurs when a program installs just fine in every respect except that it leaves the Windows Installer Service running.
There’s a easy way to fix this.
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.
Below is link for more details:
http://sherylcanter.com/wordpress/2008/12/another-installation-already-in-progress-but-its-not/
http://www.codeproject.com/Tips/343255/Another-program-is-being-installed-Please-wait-unt
Upvotes: -1