Magician_ Posted February 15, 2006 Posted February 15, 2006 For some reason as of this morning I can no longer run .msi (microsoft installation) files.Double clicking on the msi file results in the "Opens with.." window popping up as if the system does not recognise the msi extension.A check of the Windows Installer service shows that it is not running and any attempt to start it results in the 997 error occuring.Any one have any ideas where to start looking to solve this?Cheers
cluberti Posted February 15, 2006 Posted February 15, 2006 Run "msiexec /regserver" from a command line, otherwise run sfc /scannow and then "msiexec /regserver". The MSI engine actually has two processes - one runs as a service, and the other runs under the user account. It's possible that one (or both) of these are no longer loading properly, or .dll's have become corrupt, or registry settings for the service are invalid, etc.
Magician_ Posted February 16, 2006 Author Posted February 16, 2006 cheers clubertithat seems to have fixed it.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now