Error:
Error 1500: Another installation is in progress. You must complete that installation before continuing this one.
Error Message:
Causes:
- Another installation may be already running in the Task manager.
- The installation process is hanged. Check if there is any pending installation(s).
- Two or more instances of the Msiexec.exe service may be launched at the same time for two different products.
- Windows Installer [msiexec] might be unregistered.
- Widows Installer service might be corrupted.
Solution 1: Re-register the Windows Installer.
- Click Start, Open command prompt as Administrator,
- type msiexec.exe /unregister
- Click Enter to Unregister.
- type msiexec /regserver
- Click Enter to Register.
Solution 2:
Open Task Manager, Look for an entry related to a program installation. This might include words, such as “msiexec”, “install,” “installer,” or “MSI. > If found, highlight the entry, and then click End Task.
Solution 2:
- Start > Run > type regedit
- Delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress” key. Try installation again.
Solution 3:
Verify the registry permissions – Give Full Control permission to each registry hive.
Solution 3: Configure the status of windows installer service.
- Start > Run > type services.msc
- Configure the status of windows installer service to Stopped & startup type to Disabled.
- Restart the system & change the startup type to Manual and try installation again.
Solution 4: Re-install Windows Installer [Try this at your own risk.]
- Navigate to C:\Windows\System32 folder
- Rename the folowing file names- msi.dll,msiexec.exe and msihnd.dll.
- Restart the computer and install windows installer 3.1 or latest version.