Click here to Skip to main content
15,881,413 members
Articles / Operating Systems / Windows 7
Tip/Trick

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

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
9 Mar 2012CPOL 79.9K   3   1
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)


Written By
Software Developer (Senior)
Netherlands Netherlands
Software Engineer | Software Architect | System Designer | System Analyst | Team Leader | Consultant (.Net)

12 Years of Experience in the Industry.

Currently working as System Designer at CIMSOLUTIONS, Netherlands


View My Profile in LinkedIn

Comments and Discussions

 
QuestionWhy not use Task Manager Pin
brother.gabriel10-Mar-12 16:19
brother.gabriel10-Mar-12 16:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.