Jump to content

Windows Update Security Warning


MtK

Recommended Posts

agree, i also noticed that w/in each cabs, there were INF and CAT files. wonder if i just ignore those when integrating to the source or only the EXE, DLL and CPL files are needed to be integrated.

Link to comment
Share on other sites


i put all the files on the cd, installed but it's giving me error number: 0x80072EFD.

i noticed that after i installed the WGAInstall.exe (windows genuine advantage) is working with no problems. so i tried to put the files contained into WGA into my xpcd. but no luck. it does not work. i guess i still need to add registry entries. but i need help with those.....

Link to comment
Share on other sites

boooggy: how did you place the files?

what i did is

- uncompress all the cabs in one folder

- i then removed all *.CAT and *.INF files from the uncompressed folder.

- recompressed each file via makecab

- placed the recompressed files to the xpcd's i386 folder.

- updated an entry on TXTSETUP.SIF and DOSNET.INF to note some additional files (notably:wups2.dll).

@ryan: i would like to know if you have included these updates on the updatepack you're working. because i think when i run automatic update on a non-updated cd, these update (wu v6) gets installed already.

Link to comment
Share on other sites

u made all steps except last one. i will update entries and test again. thanx.

edit

ok tested and works! thanx

still one little problem: when i start WU it says we made updates to the site. install now. i click the install button and is going to 100% in 0.1 sec. after this everything works just fine....

Edited by boooggy
Link to comment
Share on other sites

MS Update Vers 6 is released.

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

feel free to test it :-)

...
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
...

<{POST_SNAPBACK}>

Where I can find download.exe?

Link to comment
Share on other sites

Batch WU v6 modifited for downloader.exe (iOpus File Downloader V3.0)

1.Download WU_soft.rar (downloader.exe,wucabs.cmd,extract.exe) &unpack to C:

2.start wucabsv6PL.cmd

3.Replaced files from C:\wucabs\Add_To_I386 to /I386

@ECHO OFF

REM mkdir tmpdir
mkdir wucabs

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


cd wucabs
mkdir tmpdir
for %%i in (*.cab) do c:\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

It' was created for polish version WU.If you want to adapt to your version WU , change "pl" on any "national sign"

DZIUBEK

Edited by dziubek
Link to comment
Share on other sites

1) I need to someone created to the existing cmd of command adding to

[source]\I386\dosnet.inf

[Files]

d1,cdm.dll

d1,iuengine.dll

d1,wups2.dll

if entry exists - > to leave without changes

[source]\I386\txtsetup.sif:

[sourceDisksFiles]

cdm.dll = 100,,,,,,,,3,3

iuengine.dll = 100,,,,,,,,3,3

wups2.dll = 100,,,,,,,,3,3

if entry exists - > to leave without changes

2)to improve cmd,to after download&unpack *cab, he removed unpacked *.cat , * xml, * inf and next recompressed each file via makecab

dziubek

Edited by dziubek
Link to comment
Share on other sites

  • 2 weeks later...

Sorry I was away for a while... :-)

download.exe is a finde DOS Tool to Download something via comandline... very nice and usefull, I found it here @ MSFN, its included in the RAR File a posting above...

When you run this batch it will

1. Download the V& Update

2. Extract IT

3. And Packed some files

All what you mus do it now got to the "Add_To_I386" Folder and copy all the files there to your unattended CD into the i386 Folder...

Link to comment
Share on other sites

downloading cdm.cab

downloading iuengine.cab

downloading wuapi.cab

downloading wuauclt.cab

downloading wuauclt1.cab

downloading wuaucpl.cab

downloading wuaueng.cab

downloading wuaueng1.cab

downloading wucltui.cab

downloading wups.cab

downloading ups2.cab

downloading wusetup.cab

downloading wuweb_site.cab

downloading wuredir.cab

downloading wuident.cab

A duplicate file name exists, or the file

cannot be found.

Press any key to continue . . .

When running dziubek batch file i get the above error, What am i doing wrong ?

Thanks

Edited by ironside
Link to comment
Share on other sites

redownload the .rar , unrar it to C:\ ... and delete wucabs folder if exist into C:\ already .. after re-run the cmd ... warning the default cmd download in PL language , I have changed mine to fr and it's okay ... I will test my uxpcd ..

Goodbye.

Link to comment
Share on other sites

redownload the .rar , unrar it to C:\ ... and delete wucabs folder if exist into C:\ already .. after re-run the cmd ... warning the default cmd download in PL language , I have...

for EN language:

@ECHO OFF

REM mkdir tmpdir
mkdir wucabs

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


cd wucabs
mkdir tmpdir
for %%i in (*.cab) do c:\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

save as *.cmd

Link to comment
Share on other sites

I download these files , I throw in to catalogue I386, it adds to file:

\ I386 \ dosnet.inf

[Files]

d1,cdm.dll

d1,iuengine.dll

d1,wups2.dll

and to file \ I386 \ txtsetup.sif:

[sourceDisksFiles]

cdm.dll = 100,,,,,,,,3,3

iuengine.dll = 100,,,,,,,,3,3

wups2.dll = 100,,,,,,,,3,3

and little window after installation jumps out still:

post-70-1096075721.jpg

How Activex registers,help me , I have not already no idea :(

Link to comment
Share on other sites

I have the same error ... we must add manually wuweb to activex list of Internet Explorer

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{6414512B-B978-451D-A0D8-FCFDF33E833C}]
"SystemComponent"=dword:00000000
"Installer"="MSICD"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{6414512B-B978-451D-A0D8-FCFDF33E833C}\Contains]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{6414512B-B978-451D-A0D8-FCFDF33E833C}\Contains\Files]
"C:\\WINDOWS\\system32\\wuweb.dll"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{6414512B-B978-451D-A0D8-FCFDF33E833C}\DownloadInformation]
"CODEBASE"="http://v5.windowsupdate.microsoft.com/v5consumer/V5Controls/en/x86/client/wuweb_site.cab?1118238907375"
"INF"="C:\\WINDOWS\\Downloaded Program Files\\wuweb.inf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{6414512B-B978-451D-A0D8-FCFDF33E833C}\InstalledVersion]
@="5,4,3790,2182"
"LastModified"="Tue, 03 Aug 2004 22:48:02 GMT"

EDIT:

After testing and testing and testing ... I choose the silent install in RunOnceEx with all hotfixes ... It's more clean and it's easy to maintain ...

Edited by sonic
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...