Office updates

Office updates

Postby cdgoldin » 23.06.2017, 15:47

How do you identify Microsoft Office updates to determine whether or not to download or apply them, since the KB number does not appear in the file name? For example, the 06/22/2017 "Security Update for Microsoft Office Outlook 2007 (KB3191898)" has the file name "outlook-x-none_9074b332e588526264deb590fd6f9f90f6f5b5ed" (whether downloaded from the Windoze Update Catalog or via WSUS Offline).
cdgoldin
 
Posts: 72
Joined: 09.03.2016, 10:14

Re: Office updates

Postby hbuhrmester » 23.06.2017, 16:41

During download, WSUS Offline Update creates several files, which link the Office Update Ids to their filenames:

Code: Select all
wsusoffline/client/ofc/UpdateTable-ofc-deu.csv
wsusoffline/client/ofc/UpdateTable-ofc-enu.csv
wsusoffline/client/ofc/UpdateTable-ofc-glb.csv


These tables have much more entries than the number of files, which are actually downloaded.

Your example would be:

Code: Select all
0b02219a-1fc2-4256-a553-2517713119ab,outlook-x-none_9074b332e588526264deb590fd6f9f90f6f5b5ed.cab


During installation, these Update Ids are used to determine missing updates.




I wonder, if the same approach could be used to query missing updates for the .NET Frameworks. There we have the situation, that the new update rollups for .NET Frameworks have kb numbers, but no files directly associated with it. The individual updates have different kb numbers. Somehow, the connection between the update rollups and the included downloads gets lost in WSUS Offline Update: The individual files are downloaded, but they won't get installed.

Using the Update Ids to query missing updates might work around this situation.
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Re: Office updates

Postby boco » 24.06.2017, 01:37

+1

Currently, the .NET situation is total chaos.
Microsoft update catalog: http://catalog.update.microsoft.com/v7/site/
Windows Install media download: https://support.microsoft.com/en-us/help/15088/windows-create-installation-media
boco
 
Posts: 2391
Joined: 24.11.2009, 17:00
Location: Germany

Re: Office updates

Postby cdgoldin » 26.06.2017, 03:53

hbuhrmester wrote:During download, WSUS Offline Update creates several files, which link the Office Update Ids to their filenames:

Code: Select all
wsusoffline/client/ofc/UpdateTable-ofc-deu.csv
wsusoffline/client/ofc/UpdateTable-ofc-enu.csv
wsusoffline/client/ofc/UpdateTable-ofc-glb.csv


These tables have much more entries than the number of files, which are actually downloaded.

Your example would be:

Code: Select all
0b02219a-1fc2-4256-a553-2517713119ab,outlook-x-none_9074b332e588526264deb590fd6f9f90f6f5b5ed.cab


During installation, these Update Ids are used to determine missing updates.

Still confused. How does WSUSOffline link KB3191898 to outlook-x-none_9074b332e588526264deb590fd6f9f90f6f5b5ed.cab?
cdgoldin
 
Posts: 72
Joined: 09.03.2016, 10:14

Re: Office updates

Postby aker » 26.06.2017, 08:08

The catalog wsusscn2.cab does contain all updates based on their UpdateId. Based on those it defines dependencies, supersedences, download links and so on. When downloading, wsusou extracts all UpdateIds for Office updates. While determining the download links from the catalog, wsusou matches the UpdateIds with the file names (= last part of the download links) and writes them into a CSV-file.
While installing, the Windows Update Agent reports two values: the UpdateId and the KB-number. Normally one UpdateId matches one KB-number. So we can use the Windows version and the KB-number to determine the file name and path.
But for each Office version, there is one update, but all with the same KB-number. Thats why we use the CSV-file.
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32


Return to Verschiedenes / Miscellaneous

Who is online

Users browsing this forum: No registered users and 21 guests