Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > UpdateID of Internet Explorer 7.0 update

Reply
Thread Tools Display Modes

UpdateID of Internet Explorer 7.0 update

 
 
Dorel Sturm
Guest
Posts: n/a

 
      03-27-2007
Hi,

I'm writting here some code that deals with updates from Microsoft update
server. For this I'm using COM interfaces IUpdate, IUpdateSearcher etc.

In some cases I need to deal directly with the ID of the update. E.g. for
Windows Internet Explorer 7 for Windows XP english version the Update ID is
'9e46ef03-ae73-4cfa-a3d7-41c588441572'. I can easly get the Update ID when I
run my code on Windows XP English version. For some other versions (other
languages) I need to run the code on different systems. E.g. to get the ID
of Windows Internet Explorer 7 for Windows XP Spanish I need to run the code
on a Spanish version of Windows XP.

Because I don't have here all Windows versions I'm asking here if somebody
can give me the Update IDs for the following updates:

- Windows Internet Explorer 7.0 for Windows XP Spanish
- Windows Internet Explorer 7.0 for Windows XP French
- Windows Internet Explorer 7.0 for Windows Server 2003 German
- Windows Internet Explorer 7.0 for Windows Server 2003 Spanish
- Windows Internet Explorer 7.0 for Windows Server 2003 French
- Windows Internet Explorer 7.0 for Windows Server 2003 (x64 Edition)
English
- Windows Internet Explorer 7.0 for Windows Server 2003 (x64 Edition) German
- Windows Internet Explorer 7.0 for Windows Server 2003 (x64 Edition)
Spanish
- Windows Internet Explorer 7.0 for Windows Server 2003 (x64 Edition) French
- Windows Internet Explorer 7.0 for Windows XP 64-bit Edition English
- Windows Internet Explorer 7.0 for Windows XP 64-bit Edition German
- Windows Internet Explorer 7.0 for Windows XP 64-bit Edition Spanish
- Windows Internet Explorer 7.0 for Windows XP 64-bit Edition French

Thanks a lot for you help.

Dorel Sturm



 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      04-04-2007
(cross-post added to MBSA)
"Dorel Sturm" <> wrote in message
news:euamvn$pss$...
> Hi,
>
> I'm writting here some code that deals with updates from Microsoft update
> server. For this I'm using COM interfaces IUpdate, IUpdateSearcher etc.
>
> In some cases I need to deal directly with the ID of the update. E.g. for
> Windows Internet Explorer 7 for Windows XP english version the Update ID is
> '9e46ef03-ae73-4cfa-a3d7-41c588441572'. I can easly get the Update ID when I
> run my code on Windows XP English version. For some other versions (other
> languages) I need to run the code on different systems. E.g. to get the ID
> of Windows Internet Explorer 7 for Windows XP Spanish I need to run the code
> on a Spanish version of Windows XP.
>
> Because I don't have here all Windows versions I'm asking here if somebody
> can give me the Update IDs for the following updates:
>
> - Windows Internet Explorer 7.0 for Windows XP Spanish
> - Windows Internet Explorer 7.0 for Windows XP French
> - Windows Internet Explorer 7.0 for Windows Server 2003 German
> - Windows Internet Explorer 7.0 for Windows Server 2003 Spanish
> - Windows Internet Explorer 7.0 for Windows Server 2003 French
> - Windows Internet Explorer 7.0 for Windows Server 2003 (x64 Edition)
> English
> - Windows Internet Explorer 7.0 for Windows Server 2003 (x64 Edition) German
> - Windows Internet Explorer 7.0 for Windows Server 2003 (x64 Edition)
> Spanish
> - Windows Internet Explorer 7.0 for Windows Server 2003 (x64 Edition) French
> - Windows Internet Explorer 7.0 for Windows XP 64-bit Edition English
> - Windows Internet Explorer 7.0 for Windows XP 64-bit Edition German
> - Windows Internet Explorer 7.0 for Windows XP 64-bit Edition Spanish
> - Windows Internet Explorer 7.0 for Windows XP 64-bit Edition French
>
> Thanks a lot for you help.
>
> Dorel Sturm




I think that I would take a look at the XML files that support the MBSA.
http://go.microsoft.com/fwlink/?LinkId=76054

Hmm... That's pretty ugly (xml in cabs in cab). Hopefully someone knows
a way of automating the extraction and using them all. E.g. it would be nice
if mbsacli.exe could be made to generate custom reports, such as the one
that you would like to see.


Good luck

Robert Aldwinckle
---


 
Reply With Quote
 
Harry Johnston
Guest
Posts: n/a

 
      04-04-2007
"Dorel Sturm" <> is alleged to have written:

>> I'm writting here some code that deals with updates from Microsoft update
>> server. For this I'm using COM interfaces IUpdate, IUpdateSearcher etc.
>>
>> In some cases I need to deal directly with the ID of the update.


Have you looked into running a WSUS server? I presume the update ID as shown in
WSUS is the same one you are after, and running a server would allow you to
obtain data about updates for all languages. If you never approve any patches
the server will only download the metadata.

WSUS does require Windows Server 2000 or 2003.

Crosspost added to update_services.

Robert Aldwinckle wrote:

> I think that I would take a look at the XML files that support the MBSA.
> http://go.microsoft.com/fwlink/?LinkId=76054
>
> Hmm... That's pretty ugly (xml in cabs in cab). Hopefully someone knows
> a way of automating the extraction and using them all.


No, the only supported way of using the catalog is via the documented interfaces
which will only ever tell you about updates relevant to the current system. The
format of the catalog may change in future.

Harry.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer 7 Update thecreator Windows Update 0 11-02-2006 02:41 AM
Can use Internet Explorer Since Update Melissa Windows Update 5 04-20-2006 06:31 PM
Update Internet Explorer Windows Update 1 12-16-2003 08:13 PM
Internet Explorer 6.0 Update results in Windows update to return error dreyer Windows Update 4 12-07-2003 07:07 PM
Re: critical update for internet explorer fail to update explorer or windows 98se Lucy [MSFT] Windows Update 0 08-08-2003 04:27 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59