You need to register the Windows Installer executable file and other manual steps as laid out in the article below. Or use a Registry Optimizer tool to fix issues automatically.
Download: Windows Installer: Error 1719 Repair Tool
Windows 7, Vista, XP (32 & 64bit compatible)
Tested Adware & Spyware Free
Fix Windows Installer Error 1719
The Complete Guide to Manually Fix Windows Installer Error 1719

"Error 1719. The Windows Installer Service Could Not Be Accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance."
This can occur if you are running Windows in safe mode, or if the Windows Installer is not currently installed.
The causes of this error are the Windows Installer files are either corrupt or missing.
How to Resolve Installer Error 1719
To resolve this problem, you must register the Windows Installer Service.
If you are using Windows Xp:
1. Click Start
2. Click Run
3. Enter the following command (as shown in the image below) and then click OK.
msiexec /regserver

If the command above produces a path not found error, enter the following command:
C:Windows\system32\msiexec.exe /regserver
If you are using Windows Vista or Windows 7
- click Start and then type CMD in the Start Search box.
Right-click the cmd.exe in the program list that is displayed, and click “Run as Administrator”. - Type the following commands in the Command Prompt window one by one and press Enter to execute them:
> msiexec /unregister
> msiexec /regserver
> net stop msiserver
> net start msiserver
The last 2 commands stops the Windows Installer and then restarts it. The first 2 resets the registry of Windows Installer Package in the Windows registry.ie. Stop the msi server and then start it again. Unregister msi executable and register it again. You can avoid the last 2 entries, if you reboot your computer after the execution of first 2 commands.
In Windows 7 64 bit, you might want to do the following,
- Start, then Run, then type regedit
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CURRENT CONTROL SET\SERVICES\MSIserver\WOW64
- Right click on WOW64, then select Modify
- Set Value Data to 0 (if is set to 1) and Base should be Hexadecimal
- Close the Registry Editor
- Start, type CMD in the search bar.
- In the Command Prompt, Type net stop msiserver Enter and Type net start msiserver and then Enter. To execute both the command.
If that did not work, you want to register it first,
- click Start, click Run, type C:\Windows\Syswow64\Msiexec /regserver in the Open box, and then click OK.
Note: Or you can restart the PC for changes to take effect without doing steps 6 and 7.
If doing that in normal mode did not resolve the problem, try doing that in safe mode. Read this article on how to start windows in safe mode, if you are not sure.
If Registering the Windows Installer Service did not help.
1. Make sure that the Windows Installer service is set to run manually on your computer.
- On Windows Xp, click Start, click Run, type Services.msc and press Enter. On Windows Vista and Windows 7, click Start, type Services in the Start Search box and press Enter.
- In the Services window, scroll down and check the Startup type of Windows Installer service.
- If startup type is not Manual, right-click on Windows Installer and select Properties.
- Here, change the Startup type to Manual and click OK.
- Close the Windows Service Utility.
- Restart your computer.
2.Install latest version of Windows Installer.
If registering it again did not help. Search for the latest version of Windows Installer and download it. Version 4.5 is available at the moment for Windows Xp and Windows Vista here.
3. If you can’t install the latest version.
You need to rename the core Windows Installer files (msiexec.exe,msi.dll and msihnd.dll) as they are corrupted and preventing the overwrite of them. We are changing the attributes of them and renaming them, so the new version can install the updated version of the files.
- Click Start, click Run, type cmd in the Open box, and then click OK.
- Type cd C:\Windows\system32, and then press ENTER.
- Type attrib -r -s -h dllcache, and then press ENTER.
- Type ren msi.dll msi.bak, and then press ENTER.
- Type ren msiexec.exe msiexec.bak, and then press ENTER.
- Type ren msihnd.dll msihnd.bak, and then press ENTER.
- Type exit, and then press ENTER.
- Restart your computer.
- Download and install the latest version of the Windows Installer.
4.Make sure that the location of the Msiexec.exe file in Registry Editor is correct. If not change it to start it with /V switch.
To do this, follow these steps below:
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Expand HKEY_LOCAL_MACHINE, expand SYSTEM, expand CurrentControlSet, expand Services, and then click MSIServer. (To expand click on [+])
- In the right pane, right-click ImagePath, and then click Modify.
- In the Value data box, type the location of the Msiexec.exe file, followed by the value of /V, and then click OK.
C:\WINDOWS\System32\msiexec.exe /V - Click OK to close that box.
- Close the Registry Editor.
- Reboot the computer.
Read other related articles:
Fix windows installer error
“The Windows Installer service could not be accessed” error message when installing Office
How to Fix SVCHOST.EXE Application Error 0x745f2780
Windows installer cleanup utility
Error Code: 0x8007F0F4 for Windows XP Service Pack 3 – KB936929