[solved] Two leftover files in TEMP dir (#271)

[solved] Two leftover files in TEMP dir (#271)

Postby boco » 06.07.2011, 09:17

After finishing a run with trunk #271, there are two leftover files in TEMP.

sigcheck-wddefs-x86-glb.txt

and

sigcheck-wddefs-x64-glb.txt


Contents are exactly the same:
Code: Select all
Path,Verified,Date,Publisher,Description,Product,Version,File version
No matching files were found.


It actually looks a littly fishy. Could it be the sigcheck on wddefs fails?
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: Two leftover files in TEMP dir (#271)

Postby harry » 06.07.2011, 09:40

No, the mpas*.exe files are OK. The sigcheck*.txt files only list unsigned files (sigcheck -u ...).
There is an error in line 763 of ...\cmd\DownloadUpdates.cmd:
Code: Select all
  if exist "%TEMP%\sigcheck-wddefs.txt-%TARGET_ARCH%-glb" del "%TEMP%\sigcheck-wddefs-%TARGET_ARCH%-glb.txt"

should be:
Code: Select all
  if exist "%TEMP%\sigcheck-wddefs-%TARGET_ARCH%-glb.txt" del "%TEMP%\sigcheck-wddefs-%TARGET_ARCH%-glb.txt"
harry
 
Posts: 737
Joined: 29.10.2009, 17:02

Re: Two leftover files in TEMP dir (#271)

Postby WSUSUpdateAdmin » 06.07.2011, 09:56

Oh, what a nice bug! 8-)
Fixed in http://trac.wsusoffline.net/browser/trunk (r272).

Thanks & regards
Torsten
Last edited by aker on 28.07.2013, 18:05, edited 1 time in total.
Reason: Trac Link aktualisiert
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38


Return to Download

Who is online

Users browsing this forum: No registered users and 67 guests