1
CLick your Start Button, then just type services and press Enter.
In the resulting Services utility, scroll down to find Windows Installer.
Set the Startup type of that service to Manual, then click the Start button to start the service and check if that resolves the problem
2
If not, click your Start Button, then just type cmd and on the resulting list, right click Command Prompt and select 'Run as Administrator.
Run this command in Command Prompt and press Enter:
msiexec.exe /unreg
Run this command in Command Prompt and press Enter:
msiexec /regserver
Then, close Command Prompt and check if that resolves the problem.