Jump to content

Windows XP SP 2 x86 ENU (2008-04-08) missing files and maybe WUD bug


br14n

Recommended Posts

WUD 2.40 build 1299 using UL file windows-xp-sp2-x86-enu.ulz 2008-04-08, no proxy. WUD says that the following files are missing:

1 of 131: WindowsXP-KB944338-x86-ENU.exe

25 of 131: IE7-WindowsXP-KB938127-x86-ENU.exe

115 of 131: Windows-KB890830-V1.40.exe

Also, WUD reported 3 of 131 files missing, so I would expect to have 128 files in the download directory. Instead, there are 127.

Link to comment
Share on other sites


I did more work with windows-xp-sp3-x86-enu.ulz.

I made a 'wud' script that can be run like 'wud windows-xp-sp3-x86-enu.ulz' to download the files with wget:

for f in $(unzip -p $1 | grep url | cut -d'>' -f2 | cut -d'<' -f1); do wget "$f"; done

My ~/.wgetrc:


timeout=10
tries=inf
user-agent=
robots=off

I think I was short one file because Microsoft names different EXEs the same thing. For example, different versions of .NET are named 'dotnetfx.exe'. wget handles this by appending .1, .2, etc., to the filenames. Maybe WUD is clobbering existing files.

The hard part of this thing isn't downloading the files, it's knowing what to download. How are people figuring that out?

Link to comment
Share on other sites

  • 1 month later...

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