Another installation is in progress ошибка

Office 2019 Office 2016 Office 2013 Microsoft 365 for home Office for business Office 365 Small Business Microsoft 365 admin Office 365 operated by 21Vianet Office 365 operated by 21Vianet — Small Business Admin Office 365 operated by 21Vianet — Admin Click2Run Office 365 Germany — Enterprise Office 365 Germany — Enterprise admin Office.com More…Less

When you try to install Office you may get an error message that says, We’re sorry, but we could not start your Office installation. Another installation is in progress, please try again later. Or the error message might contain one of these error codes 0-1018, 17003-2031, or 2035-0.

This error usually occurs if another installation, update, or uninstall was running before you tried to install Office.

Check for an Office icon in the Windows system tray and click it to check the install progress. If an install is already running, wait until it’s done before you start your Office install.

If you can’t find an Office icon in the system tray, follow the steps below to restart Office and then try the installation again. If that doesn’t work run the uninstall too to clean up any full or partial Office installations and then reinstall Office.

Restart your computer and reinstall Office

  1. Restart your computer.

  2. Reinstall Microsoft 365.

    To reinstall Office select the version you want to install and follow those steps.

    Microsoft 365

    Office 2021

    Office 2019

    Office 2016

    Office 2013

Uninstall and reinstall Office

Use the Office uninstall support tool to completely uninstall Microsoft 365 from your computer and try reinstalling Microsoft 365 again.

  1. Select the button below to download and install the Office uninstall support tool.

    Download

  2. Follow the steps below to download the uninstall support tool according to your browser.

    Tip: The tool may take a few minutes to download and install. After completing the installation, the Uninstall Office products window will open.

    Edge or Chrome

    • In the lower-lower left corner right-click SetupProd_OffScrub.exe > Open.

      Where to find and open the Support Assitant download file in a Chrome web browser

    Edge (older) or Internet Explorer

    • At the bottom of the browser window, select Run to launch the SetupProd_OffScrub.exe.

      Where to find and open the Support Assitant download file in the Edge or Internet Explorer web browser

    Firefox

    • In the pop-up window, select Save Fileand then from the upper-right browser window, select the downloads arrow > SetupProd_OffScrub.exe.

      Where to find and open the Support Assitant download file in a Chrome web browser

  3. Select the version you want to uninstall, and then select Next.

  4. Follow through the remaining screens and when prompted, restart your computer.

    After you restart your computer, the uninstall tool automatically re-opens to complete the final step of the uninstall process. Follow the remaining prompts.

  5. Select the steps for the version of Office you want to install or reinstall. Close the uninstall tool.

    Microsoft 365 | Office 2021 | Office 2019 | Office 2016 | Office 2013 | Office 2010 | Office 2007

See Also

Uninstall Office from a PC

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Find solutions to common problems or get help from a support agent.

Like all other versions of the Windows Operating System, Windows 10 cannot install a program using Windows Installer while the installation for another program is already running. If a user does try to install a program via Windows Installer while another installation is already running, Windows displays an error message that reads:

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

If you see this error message while trying to install an application, simply wait for the already running installation to finish or close the already running installation and proceed with the new one. Unfortunately, there have been reports of this error message sometimes showing up when Windows 10 users try to install a program even though there is no other installation running in the background and/or any previously running installations have already finished.

If you are trying to install an application on a Windows 10 computer and are being met with Error 1500 even though there are no other installations running in the background, the following are some of the most effective solutions that you can use to try and resolve the problem:

Solution 1: Run an SFC scan

Running an SFC scan is the most basic countermeasure to a problem such as Error 1500 as it is capable of analyzing all system files for corruption and other issues and repairing/replacing any system files that may be causing problems. To run an SFC scan on a Windows 10 computer, simply follow this guide.

Solution 2: Close background processes that may be causing the problem

The Error 1500 error message can be triggered by lingering background processes from installations that were previously running on the affected computer. If residual background processes from previous program installations are causing this problem, you can fix it by simply closing the offending background processes in the Task Manager. To do so, you need to:

  1. Press Ctrl + Shift + Esc to launch the Task Manager.
  2. In the Task Manager, navigate to the Processes
  3. One by one, locate and click on as many of the following processes as you can find in the list of running Background processes to select them, and click on End task:

msiexec.exe
installer.exe
setup.exe

  1. Once the processes have been forcefully terminated, close the Task Manager.
  2. Try running the installation that was affected by this problem once again, and the application should be successfully installed on the computer this time.

Solution 3: Delete any active installation status references from the Registry

When an installation is in progress, an active installation status reference is added to the computer’s Registry, and this reference is removed once the installation finishes. However, an installation may sometimes fail to remove the active installation status reference from the Registry, and this can lead to the user seeing Error 1500 the next time they try to install a program on their computer. To manually delete any active installation status references from the Registry, you need to:

  1. Press the Windows Logo key + R to open a Run
  2. Type regedit into the Run dialog and press Enter to launch the Registry Editor.
  3. In the left pane of the Registry Editor, navigate to the following directory:

HKEY_LOCAL_MACHINE > Software > Microsoft > Windows > Installer

  1. Click on the InProgress sub-key under the Installer registry key in the left pane of the Registry Editor to have its contents displayed in the right pane.
  2. In the right pane of the Registry Editor, double-click on the (Default) registry string value to modify
  3. Erase whatever is in the string value’s Value data field, and click on OK.
  4. Close the Registry Editor.

Once done, try running the installation you were experiencing the problem with before and see check to see whether or not the problem has been fixed.

Solution 4: Stop and then restart the Windows Installer service

Since you are experiencing this issue because Windows Installer thinks that it is trying to install two programs on your computer at the same time instead of just one, stopping and then restarting the Windows Installer service is a pretty solid bet for getting rid of this issue if none of the solutions listed and described above worked for you. In order to apply this solution to your computer, you need to:

  1. Press the Windows Logo key + R to open a Run
  2. Type services.msc into the Run dialog and press Enter to launch the Services Manager.
  3. Scroll down through the list of services, locate the Windows Installer service and double-click on it.
  4. Click on Stop to stop the service. Alternatively, you can also open the dropdown menu in front of Startup type: and click on and select Disabled – it will have the same effect in the long run.
  5. Click on Apply and then on OK.
  6. Restart your computer.
  7. When the computer boots up, repeat steps 1-3.
  8. If you clicked on Stop in step 4, click on Start. If you set the Windows Installer service’s Startup type to Disabled in step 4, open the dropdown menu in front of Startup type: and click on and select Manual.
  9. Click on Apply and then on OK, and close the Services Manager.

Run the installation that was displaying Error 1500 to you before and see whether or not the installation completes successfully this time.

Photo of Kevin Arrows

Kevin Arrows

Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

This issue is most likely related to Windows Installer

by Milan Stanojevic

Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He’s a PC enthusiast and he… read more


Updated on December 20, 2022

Reviewed by
Vlad Turiceanu

Vlad Turiceanu

Kevin Arrows

Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

This issue is most likely related to Windows Installer

by Milan Stanojevic

Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He’s a PC enthusiast and he… read more


Updated on December 20, 2022

Reviewed by
Vlad Turiceanu

Passionate about technology, Windows, and everything that has a power button, he spent most of his time developing new skills and learning more about the tech world. Coming… read more

  • The Another installation is in progress error message can show up when installing virtually any piece of software for Windows.
  • Since there can be only one installer process running, we sometimes have this situation.
  • If you are not trying to install anything else simultaneously, quick fixes are to end the Windows Installer process or to restart it.

How to fix Another Installation is Already in Progress error

XINSTALL BY CLICKING THE DOWNLOAD FILE

To fix various PC problems, we recommend Restoro PC Repair Tool:
This software will repair common computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Fix PC issues and remove viruses now in 3 easy steps:

  1. Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues affecting your computer’s security and performance
  • Restoro has been downloaded by 0 readers this month.

Is there a worst thing than being unable to install a third-party application as, seemingly, something else is currently installing in the background?

That’s the whole deal with the Another installation is already in progress error on Windows 10. Any solutions? More than a few, actually.

How do I know if the installation is stuck?

The best way of knowing if another installation is in progress is to check the Windows Installer service.

What is Install in progress?

As the message clearly suggests, although you might not even see that, probably another program or update is being installed at the same time.

This issue usually occurs in Microsoft Office but it can happen with any other software. Here are some other examples of the error:

  • Installation failed, another installation is already in progress
  • Another installation is already in progress in Veeam
  • Another installation is already in progress in Microsoft Office, Adobe, Google
  • Another installation is already in progress in AutoCAD
  • Another installation is in progress Epic Games
  • Another installation is already in progress in Python , Java, Node JS, SCCM
  • Autodesk: Another installation is in progress
  • Error 1500/1618: Another installation is in progress. You must complete – another installation is already in progress. Complete that installation before proceeding (0x80070652)
  • Sophos another installation is already in progress
  • SCCM another installation is in progress
  • Windows setup cannot be launched while another instance of setup is already running
  • Another installation is in progress Windows 11, Windows 10, Windows 7
  • Cannot start another instance of the installer while this instance is running
  • Your machine is busy installing a program other than Visual Studio

For all these errors, you will find a suitable solution below and things are going to return to normal.

Right below, in our first solution, you will learn how to do that and even restart the service to fix this issue.

But don’t worry because here, we’re going to show you how to fix that error on Windows 10.

How do I fix Another installation is in progress?

In this article

  • How do I know if the installation is stuck?
  • What is Install in progress?
  • How do I fix Another installation is in progress?
  • 1. Restart the Windows Installer service
  • 2. End the Windows Installer process
  • 3. Disable Windows Installer service and restart your PC
  • 4. Perform Disk Cleanup
  • 5. Perform a Clean Boot
  • 6. Check your Registry
  • 7. Uninstall and reinstall Office
  • 8. Uninstall Java and download offline installer
  • 9. Re-register Windows Installer
  • 10. Create a new Windows user
  • 11. Fix the Another installation is in progress error for Visual Studio 2015
  • How do I stop background installation?

1. Restart the Windows Installer service

  1. Press the Windows key + R to start Run, type services.msc, and press Enter or click OK.
  2. Scroll down, find Windows Installer, and double-click on it.
  3. Look at the Service status and if it reads Running, just click the Stop button below.
  4. Then, wait for a few seconds and press the Start button again.
  5. Close the Services window and check if the problem is resolved.

Windows relies on its services in order to run properly, and there’s a service called Windows Installer that’s in charge of installing new software.

Whenever you try to install a new application, this service will start and help you install it.

Sometimes, certain repair or uninstall processes can start automatically in the background, and it can require Windows Installer service in order to run.

If you try to install another software while Windows Installer is running, you’ll encounter this error.

One of the simplest ways to fix this problem is to open the Services window and restart the Windows Installer service just like we described in the solution above.

2. End the Windows Installer process

  1. Press Ctrl + Shift + Esc on your keyboard to open Task Manager.
  2. Navigate to the Processes tab and locate Windows Installer.
  3. Right-click it and choose End task from the menu. Often you’ll see a 32-bit and 64-bit version of Windows Installer running. If you have multiple Windows Installer processes running be sure to stop them both.
    kill Windows Installer process in Task Manager Another installation is already in progress
  4. Close Task Manager and try to install the application again.

As we previously mentioned, the Windows Installer service is in charge of installing new applications on your PC.

Windows Installer process is related to this service, and according to some users, you can fix this problem simply by ending the Msiexec process using Task Manager.

3. Disable Windows Installer service and restart your PC

  1. Press the Windows key + R to open the Run console, input services.msc, and press Enter or click OK.
  2. Scroll down and double-click on Windows Installer.
  3. Set the Startup Type to Disabled and click Apply and OK to save the changes.
  4. After doing that, restart your PC.
  5. After your PC restarts, open the Services window again.
  6. Locate Windows Installer service and open its properties.
  7. Set the Startup Type to Manual and click OK and Apply to save the changes.
  8. Close Services window and try to perform the installation again.

Windows Installer service is a common culprit for Another installation is already in progress error, and if restarting the service doesn’t help, you might want to temporarily disable it.

A few of our readers also reported that they fixed the problem simply by changing the Startup Type of Windows Installer service to Automatic just as described in our solution above.

4. Perform Disk Cleanup

  1. Click Start, enter disk cleanup in the search window, and select Disk Cleanup from the menu.
  2. Select the system drive, by default it should be C:, and click OK. Wait while Disk Cleanup scans your PC.
    system drive disk cleanup installation is already in progress
  3. Select all options and click the OK button to clean your disk.
    clean your system disk cleanup Another installation is already in progress
  4. Wait for the process to finish and try to install the software again.

Few of our readers reported that performing Disk Cleanup fixed the issue for them. It seems that Another installation is already in progress error is caused by temporary files left by previous installations.

By running Disk Cleanup you’ll easily remove any temporary files left by older installations.

For more advanced clean-up we advise you to check some of the best tools to delete junk files that we selected.

Sometimes errors can like this show up because of corrupt files, like installers in our case. This can only be resolved by finding a good version of it with no issues.

For this kind of situation, we use Restoro, a third-party software that searches your system for corrupted files and replaces them with original Windows files from its database of over 25 million folders.

5. Perform a Clean Boot

  1. Press Windows key + R and enter msconfig. Press Enter or click OK.
    run window msconfig Another installation is already in progress
  2. Go to Services tab and check Hide all Microsoft services option and then click on Disable all.
    hide all microsoft services system configuration window installation already in progress
  3. Now go to Startup tab and click on Open Task Manager.
    disable programs from starting with the system task manager
  4. A list of all available startup items will appear. Right-click each item on the list and choose Disable from the menu.
    disable startup programs task manager different installation is already in progress
  5. After disabling all startup items, close Task Manager.
  6. Go back to System Configuration window and click Apply and OK to save the changes.
  7. Restart your PC.

When your PC restarts, check if the problem still persists. If the issue is resolved, it means that a third-party application or service was causing the problem.

Some PC issues are hard to tackle, especially when it comes to corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken.
We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.
Click here to download and start repairing.

To identify the problem, open System Configuration window and turn on disabled services one by one.

Keep in mind that you’ll need to restart your PC after enabling a service in order to apply changes. Be sure to repeat the same process in Task Manager for Startup applications.

6. Check your Registry

  1. Press Windows key + R and enter regedit, then click OK or press Enter.
    run windows regedit installation in progress
  2. In the left pane navigate to the following key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsInstallerInProgress
  3. If you can’t find this key, navigate to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInstaller
  4. In the right pane locate the Default value and double-click it. Delete the values from Data value field and click OK to save changes.
  5. Close Registry Editor.
  6. Set the Startup type of the Windows Installer service to Disabled just like in Solution 3.
  7. Restart your PC and set the Startup type for Windows Installer to Manual.

Sometimes this problem can be caused by certain values in your registry, so you’ll have to manually edit those values.

Editing your registry can be a dangerous process, so we recommend that you export your registry and use it as a backup in case anything goes wrong.

7. Uninstall and reinstall Office

  1. Download the Microsoft Support and Recovery Assistant.
  2. After the download is finished, run the tool and follow the instructions to remove Office from your PC.
  3. Once the uninstall process is finished, restart your computer.
  4. After that, try to install Office again and check if the problem is resolved.

Users reported Another installation is already in progress error message while installing Microsoft Office. This can occur because another Office installation or update was running in the background when you started the setup.

To fix this problem, check for the Office icon in the system tray to see if the installation is running. If Office is installing or updating, you’ll need to wait for the process to finish.

If there’s no Office icon in the system tray, you need to uninstall and reinstall Office.

If the problem persists, consider using a professional-level tool. Unfortunately, some apps are really difficult to uninstall completely.

They leave behind residual files that will interfere with the functionality of your system, in one way or another.

We recommend trying one of the best uninstaller software available because they are equipped with up-to-date technologies that detect and safely remove the smallest traces of any app.

8. Uninstall Java and download offline installer

  1. Press Windows key + I to open the Settings app.
  2. Choose Apps.
  3. Locate Java on the list and click the Uninstall button to remove it.

Users reported this error message while installing Java on their PC. To fix this problem you need to uninstall your current version of Java.

After Java is uninstalled from your PC, you need to download offline installation of Java. After you download it, start it and follow the instructions on the screen.

9. Re-register Windows Installer

  1. Press the Start button, type cmd, and select Run as administrator from the list.
  2. When Command Prompt starts, you need to enter the following lines:
    • msiexec.exe /unregister
      msiexec /regserver
  3. After both commands are executed, close Command Prompt and check if the problem is resolved.

In most cases, this error is caused by Windows Installer, and one potential solution is to re-register Windows Installer.

Read more about this topic

  • Apoint.exe: What is it & How to Fix its Errors
  • Bindflt.sys Blue Screen: How to Fix It in 5 Steps

10. Create a new Windows user

  1. Press Windows key + I to open the Settings app.
  2. Select Accounts, then click on Family & other users.
  3. In Other people section select Add someone else to this PC.
    family & other people settings windows 10 installation in progress
  4. Select I don’t have this person’s sign-in information.
    enter sign-in information Another installation is already in progress
  5. Select Add a user without a Microsoft account.
  6. Set the username for the new user account and click Next. If you want, you can also protect the new account with a password.
    create an account for this PC installation already in progress

If none of the previous solutions work, your Windows user profile might be corrupted. If that’s the case, you’ll need to create a new user profile and use it instead.

After creating a new user account, log out of our current account and switch to the new one. Check if the error message appears on a new user account.

If everything is in order, you might want to move your personal files to a new account and start using it as your main account.

11. Fix the Another installation is in progress error for Visual Studio 2015

  1. Press the Windows key + R, type regedit, and press Enter or click OK.
  2. When Registry Editor starts, navigate to the following key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession Manager
  3. In the right pane locate PendingFileRenameOperations value. Right-click it and choose Delete from the menu. We have to mention that deleting values from the registry can lead to certain problems, so we advise you to create a backup of your registry just in case.modify PendingFileRenameOperations dword in regedit installation in progress
  4. After deleting this value, close Registry Editor.
  5. Try to install Visual Studio 2015 again.

Another installation is already in progress error can appear while installing any application, and users reported that it appears while installing Visual Studio 2015.

To fix this problem, you need to delete a single value from your registry. This is relatively simple, but before you make any changes to your registry, we strongly advise that you create a backup.

By doing so, you can remedy any potential issues that can occur after modifying the registry.

How do I stop background installation?

The quickest and easiest way to stop a background installation is to stop the Windows Installer service.

You have the full indications on how to do that right in Solution 1 of this guide.

Another installation is already in progress error will prevent you from installing new software. This can be a tedious problem, but we hope that you solved it by using one of our solutions.

You should also consult our guide on what to do if the Windows 11 Installation Assistant disappeared.

If you have any suggestions on how to fix this problem, we’re waiting for your input in the comments section below.

Still having issues? Fix them with this tool:

SPONSORED

If the advices above haven’t solved your issue, your PC may experience deeper Windows problems. We recommend downloading this PC Repair tool (rated Great on TrustPilot.com) to easily address them. After installation, simply click the Start Scan button and then press on Repair All.

newsletter icon

I have been using JDK 9 on Windows 10 x64 for a while but when I went to install the latest early release (b174), I first uninstalled the previous version (as usual) and then ran the new installer.

It fails with a message box saying «Another Java installation is in progress. You must complete that installation before you can run this installer».

It seems there are some artifacts around causing the problem but only for JDK 9 as I can uninstall & reinstall JDK 8 without any issues. Also, the same problem occurs if I try to run the installers for any prior JDK 9 releases as well (even though they worked before).

Searches have suggested various options like using a Microsoft MSI clean-up tool and registry hacks but nothing is helping.

Can anyone suggest a way to get JDK 9 installed (as now I cannot use any release of JDK 9 at all)?

asked Jun 20, 2017 at 0:27

Clancy Merrick's user avatar

Clancy MerrickClancy Merrick

8351 gold badge8 silver badges15 bronze badges

1

On Windows, Java prevents starting the Installer twice by creating (two) lock files. If those files exist, Java Installer show the Message: «Another Java installation is in progress (…)».

If Java Installer crashes, or Windows crashes during Java Installation, the installer cannot delete the lock files when finalizing.

Solution:

Deleting the lock files, unlocks the Installer and Java can be installed again.

The lock files are located at:

C:ProgramDataOracleJavaJAVA_INSTALL_FLAG
%USERPROFILE%AppDataLocalLowSunJavaJAVA_INSTALL_FLAG
%USERPROFILE%AppDataLocalLowOracleJavaJAVA_INSTALL_FLAG

mmaynar1's user avatar

mmaynar1

3164 silver badges14 bronze badges

answered Oct 25, 2017 at 16:27

BlackSheeep's user avatar

8

Although this was written for JDK9, JDK10 will suffer from the same issue BUT the lock location is different. The new lock file is located in %USERPROFILE%AppDataLocalLowSunJavaJAVA_INSTALL_FLAG.

Simply deleting this file should allow you to proceed with the install.

answered Apr 17, 2018 at 21:44

AhmedBM's user avatar

AhmedBMAhmedBM

1,20217 silver badges15 bronze badges

I had this problem also and i came to this page but i couldn’t solve it at first because i thought my system didn’t have ‘ProgramData’ in my C: drive because its hidden i guess. This is what worked for me. Go to the windows file explorer and delete the ‘JAVA_INSTALL_FLAG’ files in all these directories

%ProgramData%OracleJava
%UserProile%AppDataLocalLowSunJava
%UserProile%AppDataLocalLowOracleJava

Then Java jdk installs smoothly. i have recreated this problem and tried this solution again and it works.

answered Sep 12, 2018 at 7:19

heyt0pe's user avatar

heyt0peheyt0pe

5207 silver badges18 bronze badges

0

This helped me:

DELETE:

%USERPROFILE%AppDataLocalLowOracleJavaJAVA_INSTALL_FLAG
and
%USERPROFILE%AppDataLocalLowSunJavaJAVA_INSTALL_FLAG

C B's user avatar

C B

1,6776 gold badges18 silver badges20 bronze badges

answered Aug 1, 2018 at 18:34

NurSultan's user avatar

NurSultanNurSultan

611 silver badge3 bronze badges

on windows 10, delete below directories,

C:Program FilesJava
C:ProgramDataOracleJava
C:Users%UserName%AppDataLocalLowSunJava
C:Users%UserName%AppDataLocalLowOracleJava

and try again.

answered May 16, 2020 at 14:26

Kaumadie Kariyawasam's user avatar

Kill any remaining Windows® installer msiexec.exe processes using the Task Manager of Windows. The Windows installer process apparently locks any java files/processes which blocks the Java JDK to be updated.

My problem installing Java 9 began after I upgraded JetBeans IntelliJ which uses Java JRE/JDK. I first tried the suggested solution that BlackSheeep posted, but without any luck.

Maarten Bodewes - on strike's user avatar

answered Apr 3, 2018 at 12:59

Lex van Buiten's user avatar

2

Try locating the lock file here:

%USERPROFILE%AppDataLocalLowOracleJava

Deleting it allowed my Java 10 installation to start.

Stephen Rauch's user avatar

Stephen Rauch

47.5k31 gold badges106 silver badges135 bronze badges

answered May 17, 2018 at 0:51

martin_'s user avatar

1

I don’t mean to be cheap but Control Panel > Uninstall a program > Java 9 is your friend

answered Dec 3, 2019 at 23:01

MonoThreaded's user avatar

MonoThreadedMonoThreaded

11.3k11 gold badges70 silver badges100 bronze badges

I blue-screened during a JDK-19_64.msi installation. I have tried restarting and removing the lock files. It kept giving me the «another java installation is in progress.»

I fixed it by cleaning out my %temp% folder.

answered Nov 5, 2022 at 6:37

Patrick Samples's user avatar

For Windows 11, and recent Java versions, delete lock files as mentioned by others. Then delete temp files.

1. Press Windows +R
2. Type temp ->delete all files
3. Again press Windows + R -> Type %temp% -> delete all files

answered Jan 7 at 8:39

Pritam Pawade's user avatar

On Windows

Delete the file JAVA_MSIUI_FLAG

It can be found in
C:Users{Computer Name}AppDataLocalTemp

answered Feb 15 at 6:03

BlackPearl's user avatar

BlackPearlBlackPearl

2,4922 gold badges32 silver badges49 bronze badges

Contents

  • What Is Error Code 1500?
  • How Do I Fix “Error 1500 – Another Installation Is in Progress”?
    • How to fix Error Code 1500 on Windows 10:
  • Fix 1: Close Conflicting Background Processes
    • Follow these easy steps to get it done:
  • Fix 2: Disable the Installation Reference Using the Registry Editor
    • Follow the procedure below to resolve the issue:
  • Fix 3: Restart Windows Installer
  • Fix 4: Run SFC (System File Checker) and DISM Scans
    • Here’s how:
  • Fix 5: Troubleshoot the Windows Store App and Windows Update
  • Fix 6: Do a Manual Reset of the Windows Update Components

How to fix error 1500 (Another installation is in progress) on Windows 10?

You’ve downloaded a program on your Windows 10 computer, but it refuses to install. Instead, you keep getting an error message that says, “Error 1500. Another installation is in progress. You must complete that installation before continuing this one. This could also happen during the download process.

What makes the issue so frustrating is that there’s no other ongoing installation. This leaves you to wonder where the error is coming from.

The problem is not new. It has been encountered by users on previous versions of Windows, including Vista, XP, Windows 7, and Windows 8.

“Why does this happen? And what can I do to get rid of it?” You’ll get the answers to these questions soon enough. So please, keep reading.

What Is Error Code 1500?

“Another installation is in progress” with the error code 1500 occurs when you try to start a program installation at a time when Windows Installer (MSI) is already running.

Normally, as the message points out, all you need to do is check if there are any ongoing processes and then wait for them to complete or terminate them.

But many Windows 10 users report that they get the error even when there are no other actions in progress. In this case, the problem is suspected to be caused by an ‘In progress’ key left behind by a previous installation.

Let’s now go ahead and look at the fixes for the error.

How Do I Fix “Error 1500 – Another Installation Is in Progress”?

There are a handful of methods you can use to successfully get rid of this error.

How to fix Error Code 1500 on Windows 10:

  1. Close conflicting background processes
  2. Disable the installation reference using the Registry Editor
  3. Restart Windows Installer
  4. Run SFC (System File Checker) and DISM scans
  5. Troubleshoot the Windows Store app and Windows Update
  6. Do a manual reset of the Windows Update components

Let’s get right to it, shall we?

Fix 1: Close Conflicting Background Processes

There may be installer processes that are already running or stuck in the background. These hold up the new program installation, leading to the “Another installation in progress” error.

You will have to kill these background processes through Task Manager.

Follow these easy steps to get it done:

  1. Go to the Start Menu.
  2. Type Task Manager in the search bar and click on the option from the search results.

Alternatively, you can press the Windows logo key + X to open the WinX menu. Then select Task Manager from the list.

  1. Go to the Processes tab.
  2. Scroll through the Background processes category and locate exe.
  3. Click on the entry and then click the End Task button.

Note: If you find setup.exe and msiexec.exe on the list, select them and click the End Task button.

  1. Close the Task Manager window.

After completing this fix, check if the installation will go through successfully.

Fix 2: Disable the Installation Reference Using the Registry Editor

When a program is being installed, a status reference is added to the Registry. The entry is removed after the process is complete. But sometimes, this fails to happen, preventing you from installing a new program.

Follow the procedure below to resolve the issue:

  1. Invoke the Run dialog by pressing the Windows logo key + R shortcut on your keyboard.
  2. Type regedit into the text box and press Enter or click OK to open the Registry Editor.
  3. Go to the panel on the left-hand side of the window and scroll down to the HKEY_LOCAL_MACHINE Expand it and open the following subkey:

SoftwareMicrosoftWindowsInstallerInProgress.

  1. On the right-hand side of the window, double-click the Default string.
  2. In the box that opens, go to the Value data field and delete its entry.
  3. Click the OK button to apply the change.
  4. Close the Registry Editor and restart your computer.

Once you’re done, try the installation again and see if the error has been taken care of.

Fix 3: Restart Windows Installer

Windows Installer is a component that handles the installation and removal of programs on your computer. Stopping it and starting it up again may help in resolving the issue in discussion.

Here’s how to do so:

  1. Go to the Start menu.
  2. Type Services in the search bar and click on the option from the results list.
  3. On the page that opens, scroll down to Windows Installer and double-click on it.
  4. Now, click the Stop button or expand the Startup type drop-down menu and choose Disabled.
  5. Click the Apply button.
  6. Click the OK button.
  7. Close the Services window and restart your computer.
  8. Repeat steps 1 to 3.
  9. Press the Start button or expand the Startup type drop-down menu and select Manual.
  10. Click the Apply button and then click OK.
  11. Close the Services window.

Now try installing the program once more. It should go through without any problem. But if the issue persists, then move on to the next fix.

Fix 4: Run SFC (System File Checker) and DISM Scans

Damaged system files could be the reason your computer is detecting an ongoing installation when there is none. System File Checker is a Windows utility that can detect and repair these files. You should, therefore, run a scan with it via an elevated Command Prompt and see if that solves your problem.

Here’s how:

  1. Go to the Start menu.
  2. Type CMD in the search bar and right-click on Command Prompt from the search results.
  3. Select Run as administrator.

Alternatively, you can open Command Prompt with admin rights through the WinX menu (Press the Windows logo + X shortcut). Locate and click on Command Prompt (Admin) from the list.

  1. Type or copy and paste sfc /scannow into the window and press Enter on your keyboard. (Note that there’s a space between “sfc” and “/scannow”).
  2. Wait for the scan to complete. The process might take a while.
  3. Restart your computer.

System File Checker (SFC) might not be able to repair all damaged system files. So, if you still get the “Another installation in progress” error, go ahead and run the DISM (Deployment Image Servicing and Management) tool:

  1. Press the Windows logo + X shortcut to invoke the WinX menu.
  2. Select Command Prompt (Admin) from the list.
  3. Enter the following command line and press Enter:

DISM /Online /Cleanup-Image /RestoreHealth

  1. Wait for the scan to complete.

After the DISM scan is done, run the SFC scan again as shown earlier. Then restart your PC and see if the issue has been resolved.

Fix 5: Troubleshoot the Windows Store App and Windows Update

You might have encountered the error while trying to install an app from the Windows Store. If so, you may be able to fix the problem by running the built-in Windows Store Apps and Windows Update troubleshooters on Windows 10.

Follow these easy steps:

  1. To open the Start menu, press the Windows logo key.
  2. Type Settings in the search bar and double-click the first option displayed in the results list.
  3. Select Troubleshoot under Update and Security.
  4. Locate Windows Store Apps on the right-hand side of the page and run the troubleshooter.
  5. Follow the instructions displayed on the screen to complete the process.
  6. Now, go back to Troubleshoot and locate Windows Update. Run the troubleshooter and follow the on-screen prompts.
  7. Restart your computer and see if the new program installation issue has been resolved.

Fix 6: Do a Manual Reset of the Windows Update Components

If the error code still shows up after applying all the fixes above, another option you have is to reset the Windows Update components on your PC. This fixes any missing or corrupt Windows Update files.

Observe the procedure below to get it done:

  1. Press the Windows logo on your keyboard.
  2. In the Start menu that opens, type CMD in the search bar and right-click on Command Prompt from the results list.
  3. Select Run as administrator.
  4. Now, to disable all the Windows Update components, you’ll have to enter the following lines of command and press Enter after each one:
  • net stop wuauserv
  • net stop cryptSvc
  • net stop bits
  • net stop msiserver

Note: if you decide to copy and paste, ensure you remove the bullet point before pressing Enter.

  1. Enter the following commands and press Enter after each one:
  • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
  • ren C:WindowsSystem32catroot2 Catroot2.old

This will rename the SoftwareDistribution folder.

  1. Now, execute the following command lines to start the Windows Update components again:
  • net start wuauserv
  • net start cryptSvc
  • net start bits
  • net start msiserver
  1. Close the Command Prompt window and restart your computer.

There you have it.

By the time you’ve performed all these fixes, the problem is expected to be resolved.

Note that you may have a hard time carrying out the above procedures if your PC is slow and hangs often. To this end, we recommend you use Auslogics BoostSpeed to run a full-system checkup. It will locate and safely remove junk files, speed-reducing issues, and other faults that cause your system to glitch or crash.

We do hope this content has been of help to you.

If you have any further suggestions, questions, or comments, please feel free to share them in the comments section below.

We’ll like to hear from you.

Generally, error 1618 Another installation is already in progress Windows error occurs when you try to perform any installation on your system. It can be .exe file, .bat or similar installation file. This error stops the installation process right at the beginning. The issue is that this error occurs without any existing installation process. This error may occur either due to disabled windows installer service, or the service itself is not responding.

Another Installation Is Already In Progress Error

Furthermore, this error can be seen in various third-party applications. In this guide, we will be demonstrating you a few methods which will help fix the issue. Lets got through the causes in more detail.

Causes of Another Installation Is Already In Progress Error Issue:

There can be several reasons behind this error 1618 Another Installation is Already in Progress windows error. If the window install fails to respond, or it is disabled, then this error may arise. Furthermore, multiple installations, multiple background processes, and services are also possible causes of this error. In some cases, the misconfigured registry has also been the cause of this error.

  • Multiple Installations at a time
  • Various background process and services
  • Window installer service is disabled or not responding
  • Issues with registry

Similar Types of Another Installation Is Already In Progress Error Issue:

  • Another installation is in progress office 365
  • Another operating system installation is in progress sccm
  • Another installation process is running the net framework
  • 0x80070652
  • Another installation is in progress windows 7
  • Error 1500 another installation is in open progress office
  • Another process is already in progress waiting for this process to end
  • How to stop installation in progress on Windows 10
  • Another installation is in progress office 365

How to Fix & Solve Another Installation Is Already In Progress Error Issue

To fix the error 1618 Another Installation Is Already In Progress windows Error, and you can try the following ways. Methods include manually restarting the service; if this method doesn’t work will end it from the task manager than again running it. Thirdly we will perform a disk clean up. We will also fix the issue by tweaking the registry method. Let go through all the ways in detail.

1. Starting the Windows Installer Service –

Since the major cause of the error 1618 Another Installation is Already in Progress windows 7 error is due to windows installer service. In this method, we will manually start the service and eliminate the error. Follow the steps now.

  • STEP 1. Click on Start Menu > type Run > Hit Enter to open the Run window
  • STEP 2. In the search field type services.msc and hit Enter

Another Installation is Already in Progress

  • STEP 3. In the Service window, find out the Windows Installer service

services

  • STEP 4. Now right click on the service and go to Properties
  • STEP 5. In the General tab, if the Service Status is Stopped, click on the Start Button

Installer-Service

  • STEP 6. Otherwise firstly Stop it and after few minutes Start it again
  • STEP 7. Retry to install the program, if the error 1618 Another Installation is Already in Progress complete that installation before proceeding occurs proceed to the next method

2. Using the Task Manager –

If the above method fails to work, use this error 1618 Another Installation is Already in Progress Windows 7 method. In this method, we will end the windows installer process. Sometimes the services do not respond by completing the task; we resolve the issue. Follow the steps.

  • STEP 1. Open up the Task Manager by simultaneously holding ALT+CTRL+SHIFT button
  • STEP 2. A blue screen will appear to choose Task Manger from the options
  • STEP 3. Go to the Processes tab and locate Windows Installer or installer
  • STEP 4. Right-click it on it and click on End Task
There are chances you will find a 32-bit and 64-bit version of Windows Installer running.
Make sure to stop both of them.

Another installation is already in progress error

  • STEP 5. Now restart your system and try installing the program to fix this error 1618 Another Installation is Already in Progress windows 10 issue.

3. Disk Cleanup –

Still, the error 1618 Another Installation is Already in Progress complete that installation before proceeding error doesn’t go try tp perform system cleanup. This will help in removing the cache, temporary and unwanted files. These file takes up the memory and interferes in the services, so make sure to perform this method.

  • STEP 1. Click on the Start menu type Disk Cleanup and hit Enter

Another installation is already in progress error

  • STEP 2. Since all these unwanted and temporary files are stored in C: directory select the system drive

Another installation is already in progress error

  • STEP 3. Now click on the OK button
  • STEP 4. Disk Cleanup window will open, tick all the options you see
  • STEP 5. Finally, click on Ok to start the cleanup process to solve the 0x80070652 Another Installation is Already in Progress error 1618.

Another installation is already in progress error

4. Tweaking the Registry Editor –

If any of the above methods fail to work, follow this error 1618 Another Installation is Already in Progress Windows 8 method. In this method, we will eliminate the error using the registry. Make sure to follow each step carefully while making changes in the registry wrong step may lead to system instability and crashes.

  • STEP 1. Click on Start, type Run and then hit Enter
  • STEP 2. In the search field type Regedit and hit enter
  • STEP 3. Now in the registry window navigate to the following location

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsInstallerInProgress

**NOTE: If you dont find this loction go to the following location

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInstaller

Another Installation is Already in Progress

  • STEP 4. Now, in the right plane locate Default value
  • STEP 5. Double click on it, in the Value data field, delete the value
  • STEP 6. Finally, save the changes
  • STEP 7. Now reboot the system for getting rid out of this error 1618 Another Installation is Already in Progress windows 7 problem.

5. Redownload the Installer –

If the registry windows 10 how to clear Another Installation is Already in Progress error 1618 method also fails, the chances are that your installer has some issues. Kindly download a fresh copy of your desired software from the internet. Also, try to turn off the antivirus before installing the program. Furthermore, try to create a new user account and then try installing the same program.

Conclusion:

With this being the end of the article on error 1618 Another installation is already in progress windows error. We conclude that by following the above troubleshooting methods, you can surely get rid of the error. Furthermore, this article briefly mentions its causes and effects on the system.

We hope this error 1618 Another Installation is Already in Progress windows article is helpful to you. For more guides on troubleshooting, follow us. Thank You!

Понравилась статья? Поделить с друзьями:
  • Ann and kate sleeps исправьте ошибки
  • Animator is not playing an animatorcontroller ошибка
  • Angry birds star wars 2 ошибка
  • Angry birds fight ошибка сети kpl как исправить
  • Angry birds epic ошибка checking expansion file