This article is being maintained as archived information. There have been no recent reports of this error. |
It is suggested in a number of locations mentioning this, that the error might be within the MSI install routine itself.
When registration of the engine is corrupted, all attempts to run .msi packages fail.
To correct the registration of the Windows Installer, you could unregister and then register the Installer service using the command line switches shown below. This shuts down and reregisters the service, which assures that the Windows Installer engine should function properly. To do this:
- On the keyboard, press
(the Windows key)+R to open Run
- Type: msiexec /unregister
- Click OK
- Repeat steps 1-3, but this time type: msiexec /regserver
Note: For both of the commands above there is a space after the term msiexec. |
Was this article helpful?
Tell us how we can improve it.