phillyman2004 Posted July 23, 2005 Posted July 23, 2005 (edited) Ok so i had asked yesterday the Critical Updates that Pertain to Everymachine Post SP2 , I have a Batchfile to execute each one but 2 refuse to install , and i have to go to the Windows Updates Site the hotfixes are kb883939 $ kb887472Here is my code, Any Ideas ?------------------------------------------------------------------------------------cls@echo offsetlocalset PATHTOFIXES=%UserProfile%\Desktop\WinUpdateECHO Installing Update 1 of 26 (KB893086)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB893086-x86-ENU.exe" /q /n /zECHO Installing Update 2 of 26 (KB893066)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB893066-v2-x86-ENU.exe" /q /n /zECHO Installing Update 3 of 26 (KB891781)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB891781-x86-ENU.exe" /q /n /zECHO Installing Update 4 of 26 (KB883939)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\IE6.0sp1-KB883939-Windows-2000-XP-x86-ENU.exe" /q /n /z ECHO Installing Update 5 of 26 (KB890859)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB890859-x86-ENU.exe" /q /n /z ECHO Installing Update 6 of 26 (KB890175)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB890175-x86-ENU.exe" /q /n /zECHO Installing Update 7 of 26 (KB888302)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB888302-x86-ENU.exe" /q /n /zECHO Installing Update 8 of 26 (KB888113)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB888113-x86-ENU.exe" /q /n /z ECHO Installing Update 9 of 26 (KB887742)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB887742-x86-ENU.exe" /q /n /zECHO Installing Update 10 of 26 (KB886185)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB886185-x86-enu.exe" /q /n /zECHO Installing Update 11 of 26 (KB885836)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB885836-x86-ENU.exe" /q /n /zECHO Installing Update 12 of 26 (KB901214)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB901214-x86-ENU.exe" /q /n /z ECHO Installing Update 13 of 26 (KB885250)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB885250-x86-ENU.exe" /q /n /zECHO Installing Update 14 of 26 (KB873339)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB873339-x86-ENU.exe" /q /n /zECHO Installing Update 15 of 26 (KB873333)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB873333-x86-ENU.exe" /q /n /zECHO Installing Update 16 of 26 (KB885626)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB885626-v2-x86-enu.exe" /q /n /zECHO Installing Update 17 of 26 (KB885835)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB885835-x86-ENU.exe" /q /n /zECHO Installing Update 18 of 26 (KB893803)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsInstaller-KB893803-v2-x86.exe" /q /n /zECHO Installing Update 19 of 26 (KB903235)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB903235-x86-ENU.exe" /qECHO Installing Update 20 of 26 (KB890830)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\Windows-KB890830-V1.6-ENU.exe" /qECHO Installing Update 21 of 26 (KB890046)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB890046-x86-ENU.exe" /q /n /zECHO Installing Update 22 of 26 (KB896422)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB896422-x86-ENU.exe" /q /n /zECHO Installing Update 23 of 26 (GDi Detection)ECHO Please Wait...ECHO.regedit /s GDi_Detection.regECHO Installing Update 24 of 26 (KB896358)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB896358-x86-ENU.exe" /q /n /zECHO Installing Update 25 of 26 (KB896428)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB896428-x86-ENU.exe" /q /n /zECHO Installing Update 26 of 26 (KB898461)ECHO Please Wait...ECHO.@"%PATHTOFIXES%\WindowsXP-KB898461-x86-ENU.exe" /q /n /zrmdir "%systemroot%\prefetch" /q /smd "%systemroot%\prefetch"rmdir "%systemroot%\temp" /q /smd "%systemroot%\temp"Shutdown -r -c "Rebooting for latest updates, Dont Touch!!!" Edited July 23, 2005 by phillyman2004
edusnow Posted July 23, 2005 Posted July 23, 2005 Hi,...As i know the updats must be instaled in "order order"!!!!I made my updats with the SVCPACK metod, and are two in the end that dónt install, because then i install Proofing Tools 2003, that need to install them in the end. So,... i install that 2 fixes just before the "login".snow
jbm Posted July 25, 2005 Posted July 25, 2005 try /quiet /norestart instead of /q /n /z for those twoYou could have typed IE6.0sp1-KB883939-Windows-2000-XP-x86-ENU.exe /?in a command window to get this info.
oneless Posted July 25, 2005 Posted July 25, 2005 maybe because of the name ?try to use an 8.3 name like KBxxxxxx.exe /bla bla bla instead ?i use only svcpack method , never had problems with that .of course all names 8.3 .
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now