I was having a similar problem with
dotnetfx35langpack_x86de.exe not being cleaned up by the script.
I got it by running
RemoveGermanLanguageSupport then
AddCustomLanguageSypport rus, which successfully updated
StaticDownloadLinks-dotnet-x86-glb.txt in the "
static\custom" folder with a correct
download URL.
However the Russian version of the language pack was not being downloaded with subsequent runs of the script, and the German version was not cleaned up.
The script did download correct Russian versions of IE11 and MSSE on subsequent runs.
It looks like the script doesn't trigger an update/cleanup of the hash file
hashes-dotnet-x86-glb.txt in "
client\md", which was two weeks old for some reason. When I deleted the hash file manually, the correct Russian version of the language pack was downloaded.
FYI, below is the error that appeared when I deleted the German version and put the Russian version in the "
client\dotnet\x86-glb" folder - the update script for
ofc-glb failed with a file verification error (window title was
DownloadUpdates dotnet x86-glb x86):
- Code: Select all
Extracting Microsoft's update catalog file package.xml...
Found valid list of superseded updates.
Verifying integrity of existing updates for dotnet x86-glb...
..\dotnet\x86-glb\dotnetfx35langpack_x86ru.exe: No match
..\dotnet\x86-glb\dotnetfx35langpack_x86de.exe: Known file not used
hashdeep64.exe: Audit failed
Input files examined: 0
Known files expecting: 0
Files matched: 9
Files partially matched: 0
Files moved: 0
New files found: 1
Known files not found: 1
ERROR: File integrity verification failure.
I have
w61_x64 and
w100_x64 targets checked in UpdateGenerator.exe as well as
o2k7 rus and
o2k10 rus. All current options are selected: "Verify donwloaded updates", "Include Service Packs", "Include C++ Runtime Libraries and .NET frameworks", and "Include Microsoft Security Essentials". I'm running the UpdateGenerator from Windows 10 build 14939.351 (Anniversary update 1507).
I'm not sure what is "cleanup-option" - is this the "USB Media" option "Clean up target directory"?