Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / operating-systems / Windows / Win7

Another program is being installed. Please wait until that installation is complete, and then try installing this software again.

5.00/5 (1 vote)
9 Mar 2012CPOL 80.5K  
Whenever I try to install any software I get an error saying another installation is running.

Problem

Today I planned to install ASP.NET MVC 4.0 beta for Visual Studio 2010. When I started the installation, it gave me an error message saying:

"Another program is being installed. Please wait until that installation is complete, 
and then try installing this software again."

At that time I did not have any installation running. Then, I restarted my computer as re-boot can be a magical treatment for many Windows issues. But in this case it did not work and same error continues to come.

After doing some research I solved this issue. FYI: I was using a 64 bit Windows 7 Operating System.

Solution

  1. From Start menu run services.msc
  2. Find WindowsInstaller from the services link.
  3. If you see it is started and set to automatic, disable it.
  4. Re-start your pc.
  5. Again go to services.msc.
  6. Set WindowsInstaller to start as "Manual".
  7. Now start your installation. 

In my case the above solution worked. Hope it will do for you too.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)