Site icon TechGit

Error 1500 Another installation is in progress [FIX]

fix windows 10 error 1500

When a software installation has hung, you might get the following error message when installing a program: “Error 1500. Another installation is in progress. You must complete that installation before continuing this one.

This is due either to a couple of MSI installers running at the same time or an In-progress key left from an earlier installation. These are a few ways you can fix error 1500 in Windows 10.

1. Close Background Software Processes

2. Remove the Installation Reference with the Registry Editor

Did the first fix work? If not, you can try a fix that will delete an active installation status registry reference. This is how you can fix error 1500 with the Registry Editor.

3. Stop and Restart Windows Installer

4. Run the System File Checker Tool in Windows

The System File Checker, otherwise sfc /scannow, tool might also fix files pertaining to error 1,500. To run a system file check, press the Win key + X keyboard shortcut and select Command Prompt (Admin) from the menu. Enter ‘sfc /scannow‘ into the Command Prompt window and press Return.

That will start a System File Checker scan in the Command Prompt, which might take a while.

5. Run the Windows Update and Windows Store App troubleshooters

If this error occurs when you try to install apps from the Microsoft Store, try running Windows 10’s built-in troubleshooter.Go to Start > type ‘settings’ > double-click on the first result.

Now, navigate to Update & Security and select Troubleshoot. Scroll down to Windows Store Apps and run the troubleshooter.

Follow the on-screen instructions to fix this problem. Go back to Troubleshoot and this time run the Windows Update Troubleshooter and then restart your computer.

6. Manually reset the Windows Updates Components

If the problem persists, try resetting the Windows Update Components. This solution will fix corrupted or missing Windows Update files. Here are the steps to follow:

  1. Launch Command Prompt as administrator
  2. Type the following commands and hit Enter after each one to stop all the Windows Update Components:
    • net stop wuauserv
    • net stop cryptSvc
    • net stop bits
    • net stop msiserver
  3. Now, rename the SoftwareDistribution folder by entering the following commands:
    • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 Catroot2.old
  4. Restart the Update Components that you previously stopped at step 2. To do this, enter the following commands:
    • net start wuauserv
    • net start cryptSvc
    • net start bits
    • net start msiserver
  5. Close Command Prompt, restart your computer and check if the error persists.

Those are a few of the best fixes for error 1500. They’ll probably fix it, but you could also try a clean boot and reregistering the MSI via Command Prompt.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version