Sometimes when installing software, the installer may get stuck where it will keep gathering some information. The result is that the installation doesn’t complete and abruptly ends. This post will guide you on how you can resolve the problem where the Windows Installer is stuck on Gathering required information.
Windows Installer stuck on Gathering required information
There are two possible reasons why this happens. The first is because the VSS service gets stuck, and the second is when the Windows installer itself is a problem.
1] Check if VSS Service is stuck
Every time Windows installs anything crucial, it will create a restore point. Restore Point uses the Volume Shadow Copy Service, and if it doesn’t complete, the installation will never complete. The best place to check with the System Event Log, or you can execute the command vssadmin list writers
on an Admin command prompt.
If any of the listed writes show that the system is “still waiting” for the service to respond, then you have a problem.
Next, you need to determine if you recently installed or updated any hardware utility. Only when you uninstall from the computer will this problem be resolved.
Some users have reported about the MYSQL service causing the problem, some have talked about xFasts USB. It’s a typical software issue that hinders the whole process.
2] Restart Windows Installer Services
The second probably reason could be the Windows Installer service itself. Restarting might help.
- Open Run prompt (Win +R), and type services, and press the Enter key
- It will open the Services snap-in with a list of the services available in Windows
- Locate Windows Installer service, and right-click on it to start it, and then stop it.
- Restart the computer.
Next, try installing whatever you tried to install, and check if you have an error.
How do I fix a corrupted Windows installer?
Open Run prompt (Win+R), and then type MSIEXEC /UNREGISTER, and press the Enter key. Repeat the same but this time use MSIEXEC /REGSERVER. This will unregister and register the Windows Installer.
How do I get rid of Windows Installer pop up?
If the installer pop-up has been present for a long time, follow the suggestion above or use the task manager to kill it. Then, try reinstalling.
Why is Windows Installer not working?
If it is stuck gathering data, it can be because software is hindering the VSS service from creating a restore point. To restart it, go to the Services snap-in, locate Volume Shadow Copy, and then choose to restart it.