GreenMachine Posted August 22, 2003 Posted August 22, 2003 Boy, this one bugged me ...My unattended XP CD worked fine, with all the latest critical updates. However, Windows Update consistantly reported that the Blaster Worm update, 823980, needed to be installed. Repeated installs from the site were of no avail. The 823980 Scanner tool, used from another PC, reported that the update had been installed. To make a long story short, after a day of trial and error, it turns out that Windows Update relies on the presence of registry key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB823980 to (very scientifically) determine if the patch has been applied. No "Uninstall" keys are created during a "/N" install, and subsequent install would report that the installation completed successfully, though it obvioussly crapped out once it found the correct file versions, and did not bother to update the registry.And this is the patch they are ranting and raving about? No wonder the solution to the famous worm was to take WindowsUpdate offline ...
Mike500 Posted August 22, 2003 Posted August 22, 2003 Ah so that's why it showed in WindowsUpdate even when it was properly installed via hotfix.cmd before! I had this yesterday too when i did a test of my unattended XP CD. I guess i will just add that key to my .reg file, thanks for the tip!No wonder the solution to the famous worm was to take WindowsUpdate offline ...They never took it offline. Lovsan/Blaster tried to connect to "windowsupdate.com". Microsoft took that address out of DNS, so the worm couldn't reach it anymore. Microsoft itself uses "windowsupdate.microsoft.com" which is not the same address, so they could keep it online all the time.
Mike500 Posted August 22, 2003 Posted August 22, 2003 Forgot to ask, does it need the entire content of the key or just that key name?
webmedic Posted August 22, 2003 Posted August 22, 2003 thanks I wonder if this is why it shows about 8 patches that it thinks are not installed after a fresh install for me. I'll have to look at this some more.
Mike500 Posted August 22, 2003 Posted August 22, 2003 By the way, you can use this tool to check if a patch is correctly installed:http://support.microsoft.com/default.aspx?...kb;en-us;282784Start it from the command line with "qfecheck".
GreenMachine Posted August 22, 2003 Author Posted August 22, 2003 Just need the key - no values.I still install with the /N switch, and after add the key to the registry via a .reg file.
Mike500 Posted August 22, 2003 Posted August 22, 2003 Just need the key - no values.I still install with the /N switch, and after add the key to the registry via a .reg file.Ok, thanks. For everyone's convenience, they proper key name is[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB823980]
quya Posted August 29, 2003 Posted August 29, 2003 Yes, I had already found this bug and solved the problem. Microsoft changed his judgement criteria for installation of Hotfix 823980 in recent days. I don't understand why Microsoft changed it, it seems Microsoft was too sensitive after the bursting of Worm.Blaster.Also the recent IE patch Q822925 or other patches make the ftp virtual directory can not display correctly.Furthermore, recent hotfixes make the long-distance help (through Windows Messenger) can not work, any other people meet the same problem as me?
webmedic Posted August 29, 2003 Posted August 29, 2003 Well I must say thanks for the registry key. I have not experianced any of hte other errors with hte patches but I have slipstreamed them into the installer now. So I dont need any hotfixes.bat to include them.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now