Windows Installer Issues
If you are trying to install a program but getting an error about the Windows Installer, try the following fix
- Open a Command Prompt window (Link will open in a separate page)
- Type msiexec /unregister (There is a space between msiexec and the /)
- Press Enter
- Type msiexec /regserver (There is a space between msiexec and the /)
- Press Enter
Try running the install again.