Windows 7 and Windows Installer Error “Another installation is in progress”

All morning long I’ve been battling my Windows 7 system. I finally found out that the error code which reads:

“Error 1500. Another installation is in progress. You must complete that installation before continuing this one.”

can be attributed to the InProgress key found in the registry at

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress

After doing a little searching on the web, I found that Microsoft has a program called msizap.exe which can be found in the Windows Installer SDK. The problem with that is that the SDK itself is an .msi file. I didn’t really want to install the full SDK anyway. So I searched some more and came across the Windows Installer Cleanup Utility. This was mainly created to clean-up an Office installation gone bad. Again, an .msi file. So, I went back to the Windows Installer SDK and downloaded it. To trick the system into letting me install it, I simply deleted the key mentioned above (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress). At first attempt, I received an error. I tried deleting it again and it worked. Went through the installation process only to receive the same error. After I refreshed the registry, I saw that it was back. It pointed to a .ipi file contained in the C:\Windows\Installer directory. At this point, I still don’t know what this installer is that is still hung up. I opened several of these files from today and the reference Visual Studio 9.0. I’ll see if I can track down what is later.

Anyway, I finally decided to quick hit delete on the key and then quickly hit retry on the installation. It worked. My installation continued. At the very end a refresh of the registry showed that the other application came back and added an InProgress key again.

Back to the msizap.exe application. On the surface, if you use the p switch like

msizap p

It appears to only delete the key in the registry just like the above. I saw that in my case, the InProgress key still comes back. I guess it’s purpose is so that you don’t touch the registry.

I’ll add an update to this post if I find out how to completely kill that other installation package.



Published Tuesday, June 30, 2009 10:11 AM by Jason N. Gaylord

Comments

# The Technology Post for June 30th, 2009 | I love .NET!

Wednesday, July 01, 2009 2:01 AM by The Technology Post for June 30th, 2009 | I love .NET!

Pingback from  The Technology Post for June 30th, 2009 | I love .NET!

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Sunday, July 05, 2009 7:16 AM by Koray Taylan Davgana

I was suffering from the same issue with win7 while i tried installing mvc on vs2010 beta 1. When i figured out that was something about Windows Installer service, first i tried to stop it but it's unstoppable :) so i disabled it and reboot the machine. When i tried to reinstall the package it said i can't reach the installer service. So i enabled it again reboot the machine once more.

In conclusion, disabling and then re-enabling the service solved the problem for me somehow. Hope it helps you too :)

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Tuesday, July 07, 2009 11:43 PM by Jon Dell'Oro

Thanks for this blog.  I had the same issue.   Also found that I could delete the registry key quickly and then install a msi package, but that the key would come back into the registry.  Then I followed the method of Koray, disabling the service, rebooting.  I had to do this twice, for two different key values, and now it seems to be clear.

I have an almost clean installation of Windows 7... the corrupted registry entry might be from installing Visual Studio 2010 beta.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Monday, July 13, 2009 3:05 AM by jkuttarkabat

same problem i got too...while installing live tools ctp for vs2010 beta 1 on windows 7...it's not responded so i endtask this and created the problem...unable to install blend 3+sketchflow next time,searched for solution and landed here...i'm going to try both this method now...hope it will works for me :)

By the way thanks all of you...Microsoft should fixed this problem or guide to fix it.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Sunday, August 09, 2009 2:14 PM by Jamison R

This problem still exists on Win7 RTM version.  Specifically I encountered the issue after installing VS2010 beta 1.  The install went fine, however after it was done I found I wasn't able to install things.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Wednesday, August 12, 2009 11:58 AM by sjohnstone

It appears improved with the RTM as if I continually hit retry, it will eventually install the program.  Same goes for uninstalling a program.  Still searching for a solution vs. a workaround though.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Sunday, September 13, 2009 12:49 PM by Sam C

Thanks all above. I have Win 7 RTM + VS10 beta. Used the 'hit retry about 8 times' method to bypass issue. Sam

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Thursday, November 19, 2009 9:27 PM by Mike D

Ugh, this is killing me. None of the solutions I've found work. What's worse is that msiexec.exe is chewing up system resources and I can't get get it to stop.

-Win 7 RTM. The last thin I successfully installed was VS10 and SQL server tools.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Thursday, November 19, 2009 10:28 PM by Mike D

I figured it out.

-Disabled the installer service

-Rebooted

-Deleted the registry key

-Enabled the service

-Life is good

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Wednesday, December 02, 2009 11:04 AM by Mike D

Update: The problem came back for me.

I had installed a bunch of things since I applied the fix and had no issues (SQL Server 2008, Web platform installer, Expression Suite...)

Then yesterday I updated FileZilla to 3.3.0.1. After that my system was stuck in the installer service loop again.

Applying the fix above worked. But this points to a problem with the installer service, not the VS10 beta installer, as was previously mentioned.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Friday, December 18, 2009 9:05 AM by Tobi

I had the same problem. To fix it I cancelled the current installation and restarted the Windows Installer service and then it all worked fine. Maybe I was just lucky but I didn't need a reboot nor did i need to delete any registry keys.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Saturday, January 02, 2010 3:48 PM by Bernie S

OK, I'm at a loss here - how do you STOp and START the Windows Installer Service? (I have the same problem!)

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Wednesday, January 13, 2010 7:22 PM by Steve

Delete the Registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress

Stop all msiserver processes running.

Stop the msiserver service.

Run the installations that you had issue's with. Done

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Wednesday, January 13, 2010 7:28 PM by Steve

BTW that was a perm fix. I did that fix action once and works for me. never have an error again

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Saturday, January 16, 2010 6:33 AM by Best Registry Cleaner Tools

Nice post - I really like using these tools and hope you get the most out of them as well.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Wednesday, January 20, 2010 2:51 PM by Keith Robertson

Maybe just an oddity, but I left the "Retry" window on my screen while reading most of this post (several minutes).  Several posters said they kept hitting Retry, so I hit Retry once and it let me in.  Weird, weird, weird.

# Another installation is already in progress...

Monday, April 05, 2010 5:25 PM by Another installation is already in progress...

Pingback from  Another installation is already in progress...

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Monday, November 15, 2010 3:32 AM by Lincoln Hyde

OK, my turn to give up - I have the same problem - Installer\InProgress is not in my registry, and I'm not allowed to stop the msiserver service - any ideas?

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Friday, January 07, 2011 3:52 AM by Stephen Blythe

I suspect in some cases this may be caused by an installation running in the background.

I just had the same problem, though the registry key wasn't set.

I couldn't stop the installer service though.  I was all set to disable the service and reboot, and suddenly I could stop the installer service.  I didn't though, because I guessed this meant I would now be able to install, and indeed I could.

Sometimes waiting will work - don't jump in and start killing processes unless you've tried a bit of patience first! :-)

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Tuesday, February 22, 2011 7:38 AM by Erik

I just had this same problem on a 2008 Server R2 when trying to upgrade SQL Server... turns out Windows Update was performing updates in the background. (And I swear I turned that awful feature OFF...)

It may or may not solve the problem but make sure you configure windows update not to perform updates automatically but allow you to determine when/if the update should be performed...

The OS WILL reboot your computer if the update requires it, and I am not at all sure it cares much for your files if you haven't saved them... And as I can testify it does not play well with user initiated installs... (or if they play badly with WU... whichever...)

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Sunday, March 13, 2011 9:32 AM by pixelerator

Disable the window service

and set mode to automatic .

Then it works

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Sunday, July 10, 2011 11:11 AM by Charles Bryant

Thanks for all the good info. After trying some of the above I tried a combination of solutions provided by Adobe (kb2.adobe.com/.../332507.html). It worked, but time will tell if my next installation is stopped by this issue. Should check what MS has to say about it, but I'm good for now.

-Deleted the registry key - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress

-Unregister and then reregister the Windows Installer Service.

1. Choose Start > Run, and type msiexec /unreg in the Open text box; click OK.

2. Choose Start > Run, and type msiexec /regserver in the Open text box; click OK.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Monday, August 01, 2011 9:55 PM by registry

Thank for the post, I was working on this right now actually, really help

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Thursday, August 25, 2011 11:45 AM by Drain

I agree with Tobi, I just restarted the whole thing and it worked.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Wednesday, September 14, 2011 10:43 AM by Ahmad

Hi , i have same problem . i fix it :

press Win + R > Type "msconfig" > press Enter > on Services Tab , Uncheck Windows Installer > Click OK > Reboot Yor System > press Win + R > Type "regedit" > GO Here : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress > Delete Default Registery Key > press Win + R > Type "msiexec /unreg" > prees Enter > press Win + R > Type "msiexec /regserver" > press Enter > press Win + R > Type "msconfig" > on Services Tab , Make Sure Windows Installer is Checked > Press OK > Press Restart Later > press CTRL + Alt + Del > On Services Tab , Find "msiserver" > Now it is Stupped > Right Click on "msiserver" > Then Click on Start Service

i do this way , and now i dont have any problem .

thanks for your helping ...

GoodLuck

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Wednesday, October 19, 2011 10:30 AM by Txus

i resolved my problem with windows update and i fix it with the last solution. thanks ahmad and sorry for my poor english.

# re: Windows 7 and Windows Installer Error “Another installation is in progress”

Tuesday, November 15, 2011 8:18 AM by error 1500

Hi,

its very helpful for me. thanks for sharing this information. i faced this error many time. i fixed this issue after reading this article

# Another install | Susankienitz

Saturday, November 19, 2011 3:13 PM by Another install | Susankienitz

Pingback from  Another install | Susankienitz

# Windowsinstaller error | Ezfortz

Saturday, January 21, 2012 12:45 AM by Windowsinstaller error | Ezfortz

Pingback from  Windowsinstaller error | Ezfortz

Leave a Comment

(required) 
(required) 
(optional)
(required)