If windows update stops installing updates after SP3 install
Posted: Tue Aug 05, 2008 5:56 pm
Ok, long day fighting a XP reinstall. I had an XP disk with SP2 sliptreamed to it so I used that for the install. Everything was fine and dandy untill SP3 got in on the party. Widows update would not install an update for nothing, down load it just fine, wouldn't install it.
Well after hammering around on MS website and google I was able to find this http://support.microsoft.com/kb/943144 on the support site.
aperantly the windows updater DLL file can become unregistared during the update, thus keeping the downlaods from installing. To get it back use the fallowing steps
To register the Wups2.dll file in Windows, follow these steps:
1. Stop the Automatic Updates service. To do this, follow these steps:
a. Click Start, click Run, type cmd, and then click OK.
b. At the command prompt, type the following command, and then press ENTER: net stop wuauserv
2. Register the Wups2.dll file. To do this, follow these steps:
a. At the command prompt, type the following command, and then press ENTER: regsvr32 %windir%\system32\wups2.dll
Note For a computer that is running Windows XP Professional x64 Edition, type the following command, and then press ENTER: regsvr32 %windir%\syswow64\wups2.dll
b. Click OK on each verification message that you receive.
3. Start the Automatic Updates service. To do this, type the following command at the command prompt, and then press ENTER: net start wuauserv
4. Exit the command prompt. To do this type exit, and then press ENTER.
Just posting this to save someone else from having to digg to find the info.
Well after hammering around on MS website and google I was able to find this http://support.microsoft.com/kb/943144 on the support site.
aperantly the windows updater DLL file can become unregistared during the update, thus keeping the downlaods from installing. To get it back use the fallowing steps
To register the Wups2.dll file in Windows, follow these steps:
1. Stop the Automatic Updates service. To do this, follow these steps:
a. Click Start, click Run, type cmd, and then click OK.
b. At the command prompt, type the following command, and then press ENTER: net stop wuauserv
2. Register the Wups2.dll file. To do this, follow these steps:
a. At the command prompt, type the following command, and then press ENTER: regsvr32 %windir%\system32\wups2.dll
Note For a computer that is running Windows XP Professional x64 Edition, type the following command, and then press ENTER: regsvr32 %windir%\syswow64\wups2.dll
b. Click OK on each verification message that you receive.
3. Start the Automatic Updates service. To do this, type the following command at the command prompt, and then press ENTER: net start wuauserv
4. Exit the command prompt. To do this type exit, and then press ENTER.
Just posting this to save someone else from having to digg to find the info.