carrier74 asks:
Windows Installer on Windows XP has stopped. I can’t start it, no matter what I do. Any suggestions?
4 Answers -
Mike
October 27, 2011First thing you should try is re-registering the Installer service.
1. click Start > Run (Windowskey + R)
2. type “msiexec /unregister” and click ok
3. open another run dialog and enter “msiexec /regserver” and click ok
Then try starting the service again.
Other then that please open up the Event Viewer, look for the entry related to the Windows Installer (or msiexec) and give us the exact error code and description.
Start > Control Panel > Performance and Maintenance > Administrative Tools
Anonymous
October 27, 2011Dial A fix
http://wiki.lunarsoft.net/wiki/Dial-a-fix
there is an option fix Windows Installer
Jay
October 27, 2011If nothing works, use system restore, and go back to a system restore point when it was working.
FIDELIS
October 27, 2011Hello, most times it will give you an error/reason why it is not starting. Have you gotten any error? if you have, which error is it?
I would say you could try running the system file checker command. What this command does is check the files on your system with the original files. If there is a file missing it will reinstall it. This is how you use it:
– click on start
– type cmd
– this open command prompt
– type the following command:
sfc /scannow
Keep your windows xp installation disk handy.
windows xp was already installed when i purchased the computer, so i dont have an installation disk. the error is “error 5, access is denied”
January 23, 2012Hello, you can still run the commands shown in previous post without installation disc. Have you tried doing the following? Make sure to log in with administrator account:
– click on start
– click on run
– type cmd, once command prompt opens, type the following commands and press enter after each one:
net stop server
net start server
Have you tried installing the most recent verssion of windows installer?
http://www.microsoft.com/download/en/details.aspx?id=8483
January 24, 2012