"briansignal" <> wrote in message
news:55C1AEA3-1388-45FD-BB4D-
....
> Did not fully understand the reply
>
>>
>>
>> Not sure just what you're looking for. Check this out :
>>
> <Snip>
> I'm looking for the Download file that Update says I require to go from .NET
> 1 to .NET 2.0 (in the Optional Updates section).
>
> To download manually (while auto-update is not working), I note all of the
> KB numbers that Update says I require then search for the number in the
> download section. (KB)829019 cannot be found.
If you are saying that you saw a reference to 829019
in a list of Automatic Updates I think you would be able
to find more details about it in %windir%\WindowsUpdate.log
(e.g. open that with Notepad and press F3 to search for
references to that KB article number.)
Hmm... that didn't work. Apparently we need to know the associated
GUID in order to read in WindowsUpdate.log what is being listed. ;o
Try this instead:
1. Open a cmd window and navigate to SoftwareDistribution
E.g. on XP this works for that:
cd /d %windir%\SoftwareDistribution
2. Do a findstr search for the Unicode version of the string
you're looking for. E.g.:
findstr /s /m /i ".8.2.9.0.1.9" *.*
3. E.g. you might find the following file listed by that command
DataStore\DataStore.edb
4. Open that in Notepad and search for the 8 2 9 0 1 9
string. E.g. press F3 and enter that. Fortunately Notepad
treats spaces as something which match the actual null
bytes that doublebyte characters are actually represented by.
Alternatively, notice the More information... link in the Details
for any particular item. You might be able to find a link to
a specific download in the article that would open for you.
AFAICS the only download which might be associated with
that article is the DALG.exe (downloadable PDF file)
http://www.microsoft.com/downloads/d...displaylang=en
HTH
Robert Aldwinckle
---
>
>> MowGreen [MVP 2003-2006]
>> ===============
>> *-343-* FDNY
>> Never Forgotten
>> ===============
>>
>> briansignal wrote:
>> > In the mean time I have manually downloaded and installed December's Updates
>> > - except for KB829019 Net Framework 2.0. A search in Downloads says that it
>> > cannot be found.
>> >
>> > Can you help again please?
>> >
>>