Jump to content

Recommended Posts

Posted (edited)

This tutorial was created following the discussion in this other post.
https://msfn.org/board/topic/181623-updates-office-2007/page/5/


We will be working with the WSUS Offline Update program. Until 2020 it had current versions and long-term maintenance ESR versions.
https://download.wsusoffline.net/

The program is currently only relatively community-maintained with versions up to 2021 called CE with links to GitLab provided on the forum and no current version is compatible with Office 2003/2007/2010.
https://gitlab.com/wsusoffline/wsusoffline/-/releases

WSUS Offline Update 9.2.6 ESR (2019-11-08) is the latest version with the option to get updates for Office 2003/2007.
The download link is not listed on the official page but the download is done from the official server.
https://download.wsusoffline.net/wsusoffline926.zip

WSUS Offline Update 11.9.6 ESR CE (2020-10-23) is the latest version with the option to get updates for Office 2010 and requires Windows Seven (maybe it works on Vista).
https://gitlab.com/-/project/19504919/uploads/20adc1fc933dda0367de405e907da7cd/wsusofflineCE1196.zip


STEPS PRIOR TO RUNNING WSUS OFFLINE UPDATE

We download WSUS and unzip it to make some modifications prior to its execution.

1- Get WSUS to download old updates without "Secure Hash Algorithm".
Using Notepad++ (v. 7.9.2 latest XP compatible) we modified the DownloadUpdates.cmd file in the "cmd" folder by adding "--no-check-certificate" in the following line:

-WSUS 9.2.6 line 206
" set DLDR_PATH=..\bin\wget.exe --no-check-certificate"

-WSUS 11.9.6 line 261
" set DLDR_PATH=%WGET_PATH% --no-check-certificate"

Thanks @AstroSkipper


2- Add pause in the CMD window during the execution of WSUS to get an old wsusscn2.cab version to be pasted into the client/wsus folder.
*In the case of WSUS 9.2.6 the last working wsusscn2.cab version is dated 2019-11-13 if you try to work with newer versions thousands of files (13 GiB) are downloaded that do not contain any updates for Microsoft Office, there are others that are not related to Office, such as random updates for Windows 2000/XP/Vista/Seven/10, .NET, etc. but others that are not related to Office such as random updates for Windows 2000/XP/Vista/Seven/10, .NET, etc.
To work with an older version of wsusscn2.cab we will modify the following line in the "DownloadUpdates.cmd" file in the "cmd" folder by adding the "pause" command.

-WSUS 9.2.6 line 978
-WSUS 11.9.6 line 1168

echo The script has stopped before extracting package.xml from the current wsusscn2.cab file. You can now manually replace it with an older one.
pause

Thanks @AstroSkipper


3- Add pause to CMD window before creating ISO file to add downloads that fail.
We modified the following line in the "CreateISOImage.cmd" file in the "cmd" folder by adding the "pause" command.
-WSUS 9.2.6 line 3
-WSUS 11.9.6 line 4

echo The script has been paused before creating the ISO file. Manually add the updates with failed download.
pause

Thanks @AstroSkipper


4- Get the files needed to run WSUS that are located in the main root bin folder and whose download fails.
*There are 2 bin folders, I have not checked if it is also necessary to place them in the other bin folder located in client\bin. I have included them in both folders.
-WSUS 9.2.6
\bin
mkisofs exe
sigcheck exe
(v2.30 latest XP supported)
http://wayback.archive.org/web/20160618051340/http://skwire.dcmembers.com/apps/sigcheckgui/SigcheckGUI.zip
wget exe
(the file that comes with WSUS is faulty)
(v1.19.4 latest XP supported)
https://eternallybored.org/misc/wget/1.19.4/32/wget.exe
https://eternallybored.org/misc/wget/

-WSUS 11.9.6
\bin
mkisofs exe

Also in WSUS 9.2.6 we have to include the static download link for "sigcheck v2.30" inside the file "StaticDownloadLinks-sysinternals.txt" located in the "static" folder, replacing the current one which is not compatible with Windows XP and leaving the file:
http://download.sysinternals.com/files/AutoLogon.zip
http://wayback.archive.org/web/20160618051340/http://skwire.dcmembers.com/apps/sigcheckgui/SigcheckGUI.zip
http://download.sysinternals.com/files/Streams.zip


5- Get static updates for the Office 2010 x64-bit version.
Dynamic updates are downloaded in separate .CAB files for the 32-bit and 64-bit versions, but WSUS Offline Update does not have an option to download 64-bit static updates.
There are two new .TXT files that go in the \static\custom folder.
They contain the links to SP2 x64 and two more files.
https://forums.wsusoffline.net/viewtopic.php?f=3&t=9818
*files versions for Office 2010 32-bit are automatically downloaded with WSUS 11.9.6 but are not downloaded with WSUS 9.2.6.

NOTES:
The steps above also help us to obtain updates for Windows XP or higher (previous versions do not work), .NET Framework and C++ if we check the corresponding options.

Updates for .NET Framework:
-If we want to avoid .NET updates that are not compatible with a version of Windows, we must exclude them in these 2 files in the "exclude" folder:
ExcludeList-dotnet-x32.txt
ExcludeList-dotnet-x64.txt

For example, to avoid updates that are not compatible with XP, we must edit these 2 files, adding to each one:
ndp45-
ndp46-
ndp47-
ndp48-
* the final dash is part of the text of the name of the excluded file.

We must take into account that for any language, several files are also downloaded in German, such as "dotnetfx35langpack_x86de exe", which must be replaced manually with the corresponding one for our language or the following two files in the "static" folder must be modified, replacing the links in German:
StaticDownloadLinks-dotnet-x32-glb.txt
StaticDownloadLinks-dotnet-x64-glb.txt

-All .NET Framework installers included in the two previous files and any additional language packs that are also included will be downloaded.
In no WSUS Update Offline version is there a link to download the .NET Framework 1.1 installer, from which its updates are downloaded.


Updates for Windows XP:
-We must take into account that WSUS Offline Update 9.2.6 includes the updates for the XP Embedded version, if we do not want to download them we have to use WSUS 9.2.5.

-The WindowsXP-KB968930-x86 file is downloaded in the UK English language version (ENG), if we want it in our language we have to replace it.

*IMPORTANT:
I have not checked, if After adding files with names not contained in the wsusscn2.cab downloads, if you run UpdateInstaller exe to install the updates, these new files are installed.


FINAL STEPS AFTER PREVIOUS MODIFICATIONS

After the previous steps...

1- Check that we have the files necessary to run WSUS in these folders
\bin
\client\bin
\cmd
\static
Do not add the other downloads that fail yet, as they may not do so and the pasted files may be deleted during the download.


2- Paste the current wsusscn2.cab version in the client\wsus folder or let it download automatically when WSUS is run.


3- Run UpdateGenerator exe

Uncheck all options except "ISO" and optionally Service Packs.
Choose our desired latest update download and press "Start".
The downloads performed are not linked to the operating system from which WSUS Offline Update is run or to whether we have one or another Microsoft Office version installed.
These are independent, if the downloads number varies from one operating system to another it is due to an error in the program.


4- Paste an older wsusscn2.cab version when the message appears.
(the message appears if you have "Pause" enabled in DownloadUpdates.cmd)

For WSUS 9.2.6 for Office 2003 and 2007, version 2019-04-07 is recommended (the oldest version that contains all the updates)
http://web.archive.org/web/20190420162709/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab

For WSUS 9.2.6 for Office 2010, version 2019-11-13 is recommended (the last version that works with WSUS 9.2.6).
This does not contain the latest updates for Office 2010, if we want to get them it has to be from WSUS Offline Update 11.9.6 which is not compatible with Windows XP. http://web.archive.org/web/20191209214827/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab

For WSUS 11.9.6 for Office 2010, version 2023-11-14 (581 MiB) is recommended
http://web.archive.org/web/20231114200328/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
as the file is 215 MiB smaller than the older version that contains all updates for Office 2010 from 2021-04-13 (796 MiB)
http://web.archive.org/web/20210504233947/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab

WSUS 9.2.6 running from Windows Seven asks for 800 dynamic downloads for Office 2003/2007.

From Windows XP searching for updates for Office 2003/2007 may fail and WSUS 9.2.6 will ask for 2529 downloads.
The error is due to the file "ExcludeList-superseded.txt" not being created correctly in the "exclude" folder.
Once the problem is corrected WSUS 9.2.6 will also ask for 800 downloads from XP.
You should check if the "ExcludeList-superseded.txt" file in the "exclude" folder is not empty after WSUS 9.2.6 checks the current "wsusscn2.cab" version.
In this case, close the CMD download window but do not close the WSUS program, paste a correct copy of "ExcludeList-superseded.txt" and press Start again.
If it fails, try repeating the process until it works. Sometimes everything fails, restart Windows and try again.
The "ExcludeList-superseded.txt" file can be extracted by searching for other updates than Office 2003/2007 with WSUS 9.2.6.

With Office 2010 from WSUS 9.2.6 there is no such problem, although more files are also downloaded than with WSUS 11.9.6, since dynamic updates contain updates for all Office versions that the WSUS version supports.


6- Look in the log for the failed downloads when the message to burn ISO appears.
Open the download.log file located in the log folder and look for the links that say "failed".
The correct file location folder is just above the "failed" message indicating the path to the folder.


7- Get the files whose download failed and paste them into the corresponding folders before creating the ISO file.
(make a copy in a separate folder beforehand because these may disappear if we run WSUS again and it is not configured correctly)
If many files appear with the error failed (more than 6 approx.) you should stop the operation and go back to step 4. So many failed downloads means that the connection has failed and some of these are actually available, you should try to download them again by running WSUS again.
It is also possible that we have not added the "--no-check-certificate" command in the DownloadUpdates.cmd file.
In my opinion, it is a good idea to delete the log before starting the process again to have a clean text or save the previous one as an old copy.


8- Before creating the ISO file, check if the text "unknow error" appears in the log.
This means a connection error or similar during update downloads.
In this case, we must stop the operation and return to step 4 (run UpdateGenerator.exe again) until the error disappears.


9- Continue with the ISO creation.
*Remember that dynamic updates are downloaded for all Office versions that contain a WSUS Offline Update option, even if only Office 2003 (v.11), 2007 (v.12) or 2010 (v.14) is selected, updates for Office 2013 (v.15) and Office 2016/2019/2021 (all v.16) will be downloaded. If we only want updates for Office 2010 we have to open all the .CAB files one by one and see which version appears in the .XML file.


10- Before installing updates for Office 2007/2010 on XP with UpdateInstaller.exe
it is necessary to first install the "Office 2xxx Upsourcer" patch with its prerequisites so that they are compatible with XP.
https://msfn.org/board/topic/181623-updates-office-2007/?do=findComment&comment=1270419

 

 

 

 

 

Edited by Cixert
add NET Framework excludes

Posted (edited)

I have separated manually all the updates for each Office version...

Office 2003 - WSUS 9.2.6
Last updated: January 25, 2019
mso_3c7f8301e6d5355728a203600a1f5cfdd80b894a.cab

TOTAL SUM:
\client\o2k3\esn ---> 0.9 MiB (2 files)
Here the EXE downloads called KB975051 and KB2760494 failed. So I downloaded these manually from Microsoft Catalog in .CAB format The question arises as to whether KB975051 is superseded by KB2760494 and whether WSUS will be able to install .CAB files when the original download should have been done in .EXE format.
In the download link for KB2760494 there are 41 .CAB files
https://www.catalog.update.microsoft.com/Search.aspx?q=KB2760494
Only one is valid per language, to find out the language you have to unzip them, right click on properties and look at the details tab which is where the language codes are.
\client\o2k3\glb ---> 1,15 MiB (1 file)
\client\ofc\esn ---> 44,4 MiB (6 files)
\client\ofc\glb ---> 185 MiB (54 files)



Office 2007 - WSUS 9.2.6
Last updated: February 02, 2019

mso-x-none_2691005d80512c451fabd2ba8f749718663917f4.cab.

TOTAL SUM:
\client\o2k7\esn ---> 0 MiB (0 files)
\client\o2k7\glb ---> 31,1 MiB (1 file)
\client\ofc\esn ---> 37,2 MiB (1 file)
\client\ofc\glb ---> 244 MiB (72 files)



Office 2010 - WSUS 11.9.6
Lastest updateds: March 29, 2021

eurotool-x-none_885b82109f6f78b089b06b7a6ad55af6ff79d638.cab
eurotool-x-none_906ee27c30c8690d93fe2b0bd9d4fdee341a8948.cab
excel-x-none_de35c132d26dbd69507f5c763c4887ef9e73c9cc.cab
excel-x-none_6007c67b702757641cd79f59e140ba776cd94fe4.cab
graph-x-none_be8ca296e89c8abacc3dc8b3abeb5fd991b83d72.cab
graph-x-none_3e8b01e5c75e0ae33b431d75d04d3de2f37083fa.cab
kb2428677-x-none_1c049b4e61ae15d57a9ff607665a772b6c67b148.cab
kb2428677-x-none_b1c97330bc6cfe6420e4ef4a06b4743177df1cc8.cab
mso-x-none_1dbd1195d2cee9e1f3774e34d33cc4b08d1ef3a9.cab
mso-x-none_fd62b327b8eb581dc7c2d0558d69616a5822e8d5.cab
outlook-x-none_175b4c933d836bf83a51312bd827bd93c4234fd6.cab
outlook-x-none_f3d90a0bb272f29ff2123250b27f993d40452bf0.cab
word-x-none_4d68930cfcb3c0418baee358772c90310eee668b.cab
word-x-none_9222069b99271748df851edd0e29605c9fc391c9.cab

TOTAL SUM:
\client\o2k10\esn ---> 0 MiB (0 files)
\client\o2k10\glb ---> 206 MiB (4 files) (x86+x64)
\client\ofc\esn ---> 13,4 MiB (18 files)
\client\ofc\glb ---> 410 MiB (73 files)


In addition to the downloads made with WSUS Offline Update, it is necessary to comment on the following updates, some downloads made with WSUS are obsolete and others are not included in WSUS Offline Update

The following updates for Office 2010 are in the Microsoft Catalog between 2019 and 2021, are not superseded, and are not downloaded with any WSUS version:

KB4092435 --> powerpointintl (language variant)
KB4092435 --> powerpoint-x-none

Each .cab file has its version for x86 and x64.
The "x-none" variant may be replaced by KB4504702 but the language variant has no replacement and WSUS 11.9.6 downloads an older version from 2015 instead of KB4092435.

There are also in Microsoft Catalog the following updates related to SharePoint 2010:
KB3101541
KB3101523
KB4484374
KB4493178
KB4504709
KB4486706
KB4486736

Additionally WSUS 9.2.6 downloads the following non-SharePoint related updates and WSUS 11.9.6 does not download them:
eqnedt32-es-es_81b08977c22cd2a6ddf751d793a937e4428aa004.cab
eqnedt32-es-es_d6c53617acc42be84822ac73d78e520147a676c7.cab
filterpack-x-none_da90740686de05d599d7ede6ebf21bfa353b88cc.cab
pptview-x-none_eb774085201ebc50a41768a3854a02cbf813bcd1.cab

WSUS 9.2.6 download other 10 updates not present in WSUS 11.9.6 but I have verified that these belong to SharePoint 2010:
ems-x-none_fe1cf9735d4d4d2d6142565d2a82e0fa0d46ac91.cab
grs-x-none_a7e47c42d3c3126884e224a2cc6aa76561a31862.cab
grs-x-none_a82e82f5ba989d5095458415c71d682bf5eb5d3c.cab
ifswfe-x-none_b0d7c581275fbca0091d34d2ef06dc57da3b4dd8.cab
infopath-x-none_46afeac22a88cf78839be5aa89cb41bfcbfd9bf3.cab
ppsmawfe-x-none_13e5d94b1c4a448700a3b90497c9117b42d92064.cab
spd-x-none_9d415cf8663b5b997adc9ee800574ce139c95048.cab
spd-x-none_c38a48ffe54925679c9bb292d2af42d1771fecea.cab
svrproof-es-es_c3059d40a7c04502cc04f4cf9e2142dda0c51d69.cab
wacproof-es-es_f730e242d5b0bdf24273985fe79665276a3adc9e.cab

Finally, I have a question about whether KB2553065 has been replaced. This is the one that is downloaded with all previous versions of Office, if I remember correctly it is related to authentication.
office2010-kb2553065-fullfile-x86-glb exe
office2010-kb2553065-fullfile-x64-glb exe

According to Microsoft Catalog is not superseded, perhaps because it remains valid for Office 2003 and 2007 but not for Office 2010.
https://www.catalog.update.microsoft.com/Search.aspx?q=kb2553065

But in the WSUS forum they say that it is outdated
https://forums.wsusoffline.net/viewtopic.php?f=4&t=8743

In any case it brings us to a new update that no WSUS version downloads
gkall2010 (KB2881030)
https://www.catalog.update.microsoft.com/Search.aspx?q=kb2881030

Here EXE download
32 bits
https://www.microsoft.com/en-us/download/details.aspx?id=52709

64 bits
https://www.microsoft.com/en-us/download/details.aspx?id=52720

Edited by Cixert
The folder \client\o2k3\esn have 2 files, not 42 files
Posted (edited)

@Cixert Good job! Summarising all our findings is a good idea. However, I noticed that you didn't mention any exclusions. Did you end up without any additional exclusions in the corresponding ExcludeList-xxx.txt files? Especially when downloading .NET Framework updates for Windows XP:dubbio: In the latter case, for example, I had to set additional exclusions to avoid the download of incompatible, unnecessary updates.

Edited by AstroSkipper
Posted (edited)
45 minutes ago, AstroSkipper said:

@Cixert Good job! Summarising all our findings is a good idea. However, I noticed that you didn't mention any exclusions. Did you end up without any additional exclusions in the corresponding ExcludeList-xxx.txt files? Especially when downloading .NET Framework updates for Windows XP:dubbio: In the latter case, for example, I had to set additional exclusions to avoid the download of incompatible, unnecessary updates.

Yes, you may be right.
For .NET Framework is need to edit
ExcludeList-dotnet-x64.txt
ExcludeList-dotnet-x64.txt
and add
ndp45-
ndp46-
ndp47-
ndp48-
I don't remember well.
In general I had no problems with XP incompatible downloads for .NET Framework.
These were not downloaded to me although I do have the edited file with the exclusions.

However for Office 2003/2007/2010 I think I remember that it is not necessary to add any static exclusion downloads for versions higher than Office 2010.
These are not downloaded if the Office 2013, 2016, etc. option is not checked.

*Maybe in 64-bit static downloads for Office 2010 @AstroSkipper
It may be necessary to edit the .txt files and remove links to Office 2010 higher versions.
StaticDownloadLinks-dotnet-x64-xxx.txt
StaticDownloadLinks-dotnet-x64-glx.txt
*xxx = código de idioma.
https://forums.wsusoffline.net/viewtopic.php?f=3&t=9818

Edited by Cixert
Posted (edited)
10 hours ago, Cixert said:

I have separated manually all the updates for each Office version...

Office 2003 - WSUS 9.2.6
Last updated: January 25, 2019
mso_3c7f8301e6d5355728a203600a1f5cfdd80b894a.cab

TOTAL SUM:
\client\o2k3\esn ---> 18 MiB (41 files)
Here I download manually KB975051 and KB2760494, the latter having 40 .cab files to download from Microsoft Catalog. I don't know if this is correct. And if WSUS 9.2.6 will install these .CAB files instead of the failed download KB2760494 EXE
https://www.catalog.update.microsoft.com/Search.aspx?q=KB2760494
Update:
I am checking that by unzipping the 40 .cab files and looking at the details tab in properties, the language codes are visible.
\client\o2k3\glb ---> 1,15 MiB (1 file)
\client\ofc\esn ---> 44,4 MiB (6 files)
\client\ofc\glb ---> 185 MiB (54 files)

Regarding Office 2003, I cannot find the Spanish EXE file with KB2760494.
In the Microsoft catalog there is a link to the CAB version with forty files.
https://www.catalog.update.microsoft.com/Search.aspx?q=KB2760494
By extracting the 40 .CAB files, I can see the language code in the properties on the details tab, but I do not see any with the Spanish code ESN or ES or SPA...

EDIT:
There are not 40 links, there are 41 links.
Unfortunately, I only didn't download the file in Spanish.
msconv_efb7c52332d941fc3f194e230384e8b9bc0bec85.cab

Edited by Cixert
Posted (edited)

For Office 2010 I am comparing the updates downloaded with WSUS Offline Update with those downloaded with Whdownloader_0.0.2.4

Does anyone know how to find out what KB corresponds to a .cab file?
For example, these two .cab files from 2015 downloaded with WSUS seem obsolete, but I can't confirm it without knowing its KB
mso-x-none_C89B258BE86100BE98910F4DE37F04BB7E35D19F.CAB
mso-x-none_8FCB7F5EA6BB226E5C3FD7078BB8729D2D3B72C.CAB
powerpoint-x-none_311669b8081fa173fbf8feafd32dee0b1cf3acbd.cab
powerpoint-x-none_ca1798ae5ed61959c52248d997fc27552cd06698

On 8/26/2024 at 7:47 PM, Cixert said:

The following updates for Office 2010 are in the Microsoft Catalog between 2019 and 2021, are not superseded, and are not downloaded with any WSUS version:

KB4092435 --> powerpointintl (language variant)
KB4092435 --> powerpoint-x-none

Each .cab file has its version for x86 and x64.
The "x-none" variant may be replaced by KB4504702 but the language variant has no replacement and WSUS 11.9.6 downloads an older version from 2015 instead of KB4092435.

On the other hand I have consulted in the My Digital Life forum the doubt about the KB4092435. They tell me that it is not obsolete because the latest version KB4504702 has no language variant and therefore must also install the previous version KB4092435 both in the X-None variant and in the language variant.
https://forums.mydigitallife.net/threads/discussion-whd-office-updates.53090/page-18#post-1850023

Edited by Cixert
Posted (edited)

Office 2010
Files contains Wsus Offline Update 11.9.6 and does not contain WHdownloader 0.0.2.4
ofc\glb folder
kb2428677-x-none_1c049b4e61ae15d57a9ff607665a772b6c67b148.cab (really KB4493215 not superseded)
kb2428677-x-none_b1c97330bc6cfe6420e4ef4a06b4743177df1cc8.cab  (really KB4493215 not superseded)
office2010-kb2553065-fullfile-x86-glb exe (superseded by gkall2010-kb2881030-fullfile-x86-glb.exe)
powerpoint-x-none_311669b8081fa173fbf8feafd32dee0b1cf3acbd.cab (superseded by KB4092435)
powerpoint-x-none_ca1798ae5ed61959c52248d997fc27552cd06698.cab (superseded by KB4092435)
ofc\esn folder
powerpointintl-es-es_6fd4ee0084e4419af06c925ec5c76fac63fe3280.cab (superseded by KB4092435)
powerpointintl-es-es_ab891f1bcf0ee38019e3c4f6ec5cb0faf19dcff2.cab (superseded by KB4092435)



Files contains Wsus Offline Update 11.9.6 and does not contain WHdownloader
General folder

accessolkaddin2010-kb2791057-fullfile-x86-glb.cab
csi2010-kb3054886-fullfile-x86-glb.cab
exppdf2010-kb3055047-fullfile-x86-glb.cab
filterpack2010-kb3114879-fullfile-x86-glb exe
gfonts2010-kb2589386-fullfile-x86-glb.cab
gkall2010-kb2881030-fullfile-x86-glb exe
groove2010-kb2878231-fullfile-x86-glb exe
imeloc2010-kb3114397-fullfile-x86-glb exe
ipeditor2010-kb2817369-fullfile-x86-glb.cab
msocf2010-kb2589375-fullfile-x86-glb.cab
msores2010-kb2597087-fullfile-x86-glb.cab
mstore2010-kb2553140-fullfile-x86-glb.cab
mtextra2010-kb4092436-fullfile-x86-glb exe
ocfxca2010-kb2553347-fullfile-x86-glb.cab
office2010-kb2879953-fullfile-x86-glb exe (only for RTM version, not in SP2)
offowc2010-kb4461626-fullfile-x86-glb exe
oleo2010-kb4461579-fullfile-x86-glb exe
osc2010-kb2553308-fullfile-x86-glb.cab
ospp2010-kb2883019-fullfile-x86-glb.cab
outexum2010-kb3114559-fullfile-x86-glb exe
outlfltr2010-kb3115475-fullfile-x86-glb exe
pjloc2010-kb3054882-fullfile-x86-glb.cab
projectloc2010-kb3054882
powerpointloc2010-kb4092435-fullfile-x86-glb exe
riched202010-kb2589318-fullfile-x86-glb.cab
rmaddlocal2010-kb2879953-fullfile-x86-glb.cab
stslist2010-kb2589339-fullfile-x86-glb exe
targetdir2010-kb2825640-fullfile-x86-glb.cab
visioloc2010-kb2881025

Hotfix folder
gfx2010-kb2760787-fullfile-x86-glb exe
lobi2010-kb2553398-fullfile-x86-glb exe
olc2010-kb2726880-fullfile-x86-glb.cab
owssupp2010-kb2553170-fullfile-x86-glb exe

Security folder
eqnedt32loc2010-kb4011610-fullfile-x86-glb.cab
eqnedt322010-kb4011610-fullfile-x86-es-es exe
msoloc2010-kb2956076-fullfile-x86-glb exe
 

Files are not included in either of the two programs, but WSUS old version 9.2.6 download it
pptview-x-none_eb774085201ebc50a41768a3854a02cbf813bcd1.cab

Other files are not included in WSUS 11.9.6, but WSUS old version 9.2.6 download it
eqnedt32-es-es_81b08977c22cd2a6ddf751d793a937e4428aa004.cab
eqnedt32-es-es_d6c53617acc42be84822ac73d78e520147a676c7.cab
filterpack-x-none_da90740686de05d599d7ede6ebf21bfa353b88cc.cab

* The .CAB files list in x86 and x64 format, the EXE files only list in x86 format

There are many files that seem to be missing in WSUS, it seems that it is more convenient to use WHdownloader.

 

Edited by Cixert

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