Telenut Posted April 20, 2006 Posted April 20, 2006 Why does this not work:KB911562 -› Vulnerability in Microsoft Data Access Components (MDAC) function could allow code executionREG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB911562" > nul 2>&1IF %ERRORLEVEL% EQU 0 (ECHO is reeds aanwezig) ELSE (ECHO Bezig met installeren...KB911562.exe /q /n /zECHO Installatie compleet.)Problem is: It works with al the other updates, but not that one. (I get to see the /help screen)When I do it manually : KB911562.exe /q /n /z , It works without a problem. But not when I run it from a bath file :s
muiz Posted April 22, 2006 Posted April 22, 2006 (edited) My .NET installer has nothing to do with my Update Pack. They're two seperate things.But like I said before, you can always just manually integrate KB886903 into your .NET installer (not your XP install CD) if you're so worried about it.Ryans version works fine Edited April 22, 2006 by muiz
Delprat Posted April 22, 2006 Posted April 22, 2006 Why does this not work:KB911562 -› Vulnerability in Microsoft Data Access Components (MDAC) function could allow code executionREG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB911562" > nul 2>&1IF ERRORLEVEL 1 (ECHO Bezig met installeren...START /WAIT KB911562.exe /q /n /zECHO Installatie compleet.) ELSE (ECHO is reeds aanwezig)Problem is: It works with al the other updates, but not that one. (I get to see the /help screen)When I do it manually : KB911562.exe /q /n /z , It works without a problem. But not when I run it from a bath file :sAnd with these modifications ? (in bold)
Telenut Posted April 22, 2006 Posted April 22, 2006 Delprat, thx for the suggestion (but I allready tried that)it was a stupid mistake:No ECHO on the first line... so it executes KB911562 :s
carter8189 Posted April 23, 2006 Posted April 23, 2006 hi guys sorry i'm a bit newbie i'd like to ask for SP2 hotfixes can i use the same switches you use as example for runonceex.cmd? so can i use switches /q /n /z in my runonceex for SP2 switches? thanks
Incroyable HULK Posted April 23, 2006 Author Posted April 23, 2006 hi guys sorry i'm a bit newbie i'd like to ask for SP2 hotfixes can i use the same switches you use as example for runonceex.cmd? so can i use switches /q /n /z in my runonceex for SP2 switches? thanksYes you can
dhoffman_98 Posted April 26, 2006 Posted April 26, 2006 More updates???New updates showed up today, both listed as High Priority.KB900485 - Prevents a stop 0x7e error in AEC.SYSKB905474 - WGA Notification Tool
Noise Posted April 26, 2006 Posted April 26, 2006 Ya I noticed those too Hoffman. I'm having a hell of a time finding the integratible version of WGA. Anyone else have any luck?
dhoffman_98 Posted April 26, 2006 Posted April 26, 2006 Ya I noticed those too Hoffman. I'm having a hell of a time finding the integratible version of WGA. Anyone else have any luck?Someone posted one here but I haven't tried doing it that way.Instead I have another way that I have been getting WGA installed. If you follow that link and look at several posts before that, you'll see other info about how I was doing mine.
dhoffman_98 Posted April 26, 2006 Posted April 26, 2006 More updates???New updates showed up today, both listed as High Priority.KB900485 - Prevents a stop 0x7e error in AEC.SYSKB905474 - WGA Notification ToolWell, on doing a little more research, it looks like KB905474 was actually released on January 16th. However, it seems that as of today it is showing up as a high priority update. Here is the link for information about KB905474 but I am not able to find a link for the full redistributable version yet, so if anyone else finds it, please post a link.And here is the information link for KB900485 which shows a release date of April 25, and is available for download.
MarcusJClifford Posted April 26, 2006 Posted April 26, 2006 Download link to 905474 is herethe_guyThats great - thanks Out of interest how do you find these direct links to the downloads when they are not linked from the KB Article?
the_guy Posted April 26, 2006 Posted April 26, 2006 If you go to the microsoft download center, it's really easy. From WU, it's actually a hard process.Just search for the download at the download center. For WU, you have to use the WU Catalog.the_guy
Noise Posted April 26, 2006 Posted April 26, 2006 I was just going to ask the same to the_guy. So I goto the Microsoft Download Center and I search for KB905474. I get squat. Nothing, not one hit.I do a search for WU as you suggested, not one hit. How exactly do you find these, Mr. one_guy, you guru of Microsoft Searches. Do I need to sacrifice a chicken or something?
Nilfred Posted April 27, 2006 Posted April 27, 2006 (edited) KB900485-v2 direct links:WindowsXP-KB900485-v2-x86-CSY.exeWindowsXP-KB900485-v2-x86-DEU.exeWindowsXP-KB900485-v2-x86-ENU.exeWindowsXP-KB900485-v2-x86-FRA.exeWindowsXP-KB900485-v2-x86-NLD.exeWindowsXP-KB900485-v2-x86-PLK.exeWindowsXP-KB900485-v2-x86-PTB.exeWindowsXP-KB900485-v2-x86-ESN.exe Edited April 27, 2006 by Nilfred
Recommended Posts