Jump to content

Windows Update Security Warning


MtK

Recommended Posts


  • 1 month later...

MS Update Vers 6 is released.

http://update.microsoft.com/microsoftupdat...ault.aspx?ln=en

which files do we need now?

Edit:

I hope I found them all, here is the modifized Batch vor MS-Update Ver. 6:

feel free to test it :-)

@ECHO OFF

REM mkdir tmpdir
mkdir wucabs

Echo downloading cdm.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/cdm.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\cdm.cab
Echo downloading iuengine.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/iuengine.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\iuengine.cab
Echo downloading wuapi.cabb
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wuapi.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuapi.cab
Echo downloading wuauclt.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wuauclt.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuauclt.cab
Echo downloading wuauclt1.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wuauclt1.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuauclt1.cab
Echo downloading wuaucpl.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wuaucpl.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuaucpl.cab
Echo downloading wuaueng.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wuaueng.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuaueng.cab
Echo downloading wuaueng1.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wuaueng1.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuaueng1.cab
Echo downloading wucltui.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wucltui.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wucltui.cab
Echo downloading wups.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wups.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wups.cab
Echo downloading ups2.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wups2.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wups2.cab
Echo downloading wusetup.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/b/selfupdate/AU/x86/XP/en/wusetup.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wusetup.cab
Echo downloading wuweb_site.cab
download.exe http://update.microsoft.com/windowsupdate/v6/V5Controls/en/x86/client/wuweb_site.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuweb_site.cab
Echo downloading wuredir.cab
download.exe http://download.windowsupdate.com/v6/windowsupdate/redir/wuredir.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuredir.cab
Echo downloading wuident.cab
download.exe http://update.microsoft.com/v6/windowsupdate/selfupdate/wuident.cab E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\wucabs\wuident.cab


cd wucabs
mkdir tmpdir
for %%i in (*.cab) do E:\Windows_XP_Superdisk\Stuff\Wu_updater_ver6\extract.exe /Y /E /L tmpdir %%i

cd tmpdir
for %%j in (*.*) do makecab %%j

mkdir ..\Add_To_I386
move *.**_ ..\Add_To_I386

cd ..

REM rmdir /q /s tmpdir

pause

Edit:

Fixes some small problems

Edited by Bastian_W
Link to comment
Share on other sites

@RYANVM could please put like notepad2 in you update pack?

how's how i did it:

first i renamed notepad2.exe to NOTEPAD.EXE then i did makecabe on notepad.exe.

then i deleted the microsft notepad and replaced it with NOTEPAD.EX_ and then it i when i reinstall windows xp it in where notepad is usely is start manu > all programs > Accessories > notepad and the shortcut is already there :D after install windows xp

what do you think RYANVM?

Edited by kurt476
Link to comment
Share on other sites

@RYANVM could please put like notepad2 in you update pack?

how's how i did it:

first i renamed notepad2.exe to NOTEPAD.EXE then i did makecabe on notepad.exe.

then i deleted the microsft notepad and replaced it with NOTEPAD.EX_ and then it i when i reinstall windows xp it in where notepad is usely is start manu > all programs > Accessories > notepad and the shortcut is already there :D after install windows xp

what do you think RYANVM?

I don't think you need to tell him how to do it.

Why not use metapad, or notepad++? I don't think he will add a 3rd party program to the pack. If it is a MS program, I can see it making the list. Next thing you know, grandma will want her favorite game in the pack, and it will be huge. I'd say stick to putting it in yourself.

Link to comment
Share on other sites

I don't think you need to tell him how to do it.

Why not use metapad, or notepad++? I don't think he will add a 3rd party program to the pack. If it is a MS program, I can see it making the list. Next thing you know, grandma will want her favorite game in the pack, and it will be huge. I'd say stick to putting it in yourself.

how would you know if he isn't or is going too put one in hmm? he put's in extras you know in his sp2 update pack have you thought about that?

Edited by kurt476
Link to comment
Share on other sites

how would you know if he isn't or is going too put one in hmm? he put's in extras you know in his sp2 update pack have you thought about that?

I would bet your life on it. The only extras he has put in are useful ones. Yet none of those overwrote a Microsoft version of the file, unless by another Microsoft file. What you are asking is taking 3rd Party Software, and overwriting Microsoft software. I don't see that flying with RyanVM. His response would most likely be, "no". You could always ask him on his forum, and not in a completely unrelated topic.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...