Command and GUI crashing

Command and GUI crashing

Postby Baseman » 09.09.2017, 03:05

Hi! I seem to be having random crashes on the command and gui after offline starts. Never happened before but since I updated to latest version, wsusoffline1101. Tried downgrading but same result. WSUS downloads updates w/no problems with setting on 'Let me decide' , using W7x64 Ultimate.
Did delete whole program folder, re-dl, etc. numerous times but command crashes after reaching last line in log below and the gui will crash if I click anything except to close it out.
Thank you for any help and most certainly for the development of this tool!!!
----------------------

Code: Select all
Fri 09/08/2017 21:40:26.50 - Info: Starting WSUS Offline Update download (v. 11.0.1) for w61-x64 glb
Fri 09/08/2017 21:40:26.50 - Info: Option /includedotnet detected
Fri 09/08/2017 21:40:26.53 - Info: Option /seconly detected
Fri 09/08/2017 21:40:26.58 - Info: Option /includewddefs detected
Fri 09/08/2017 21:40:26.69 - Info: Option /verify detected
Fri 09/08/2017 21:40:26.70 - Info: Option /exitonerror detected
Fri 09/08/2017 21:40:26.80 - Info: Set time zone to LOC4:00
Fri 09/08/2017 21:40:26.88 - Info: Preserved custom language and architecture additions and removals
Fri 09/08/2017 21:40:29.14 - Info: Updated static and exclude definitions for download and update
Fri 09/08/2017 21:40:29.14 - Info: Restored custom language and architecture additions and removals
Fri 09/08/2017 21:40:29.45 - Info: Downloaded/validated mkisofs tool
Last edited by aker on 09.09.2017, 20:15, edited 2 times in total.
Reason: added code-tags
Baseman
 

Re: Command and GUI crashing

Postby hbuhrmester » 09.09.2017, 12:51

The next step after downloading mkisofs would be the download of the Sysinternals tools Sigcheck, Streams, and AutoLogon.

You should check, if you can access the website with wget:

  1. Open a command prompt window
  2. Change to the directory wsusoffline\bin, where the bundled wget is installed
  3. Run the commands:

    Code: Select all
    wget --spider --server-response http://download.sysinternals.com/files/AutoLogon.zip
    wget --spider --server-response http://download.sysinternals.com/files/Sigcheck.zip
    wget --spider --server-response http://download.sysinternals.com/files/Streams.zip
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Re: Command and GUI crashing

Postby Baseman » 09.09.2017, 17:27

Thank you hbuhrmester for your reply!!! I did the 3 commands and did receive 'file does exist' confirmation that its connecting to the server. I know this was just checking connection but FYI: still have crashing.
Baseman
 

Re: Command and GUI crashing

Postby hbuhrmester » 10.09.2017, 13:23

Then the files:

Code: Select all
..\client\bin\Autologon.exe
..\bin\sigcheck.exe
..\bin\sigcheck64.exe
..\bin\streams.exe
..\bin\streams64.exe

already exist?

If not, download Streams.zip manually and unpack it into wsusoffline\bin.

Then again:

  1. Open a command-prompt window
  2. Change to the directory wsusoffline\bin
  3. Run the commands:

    Code: Select all
    streams /accepteula ..\*.*
    streams /accepteula -s -d ..\*.cmd
    streams /accepteula -s -d ..\*.exe
    streams /accepteula -s -d ..\*.vbs

Depending on how you download and unpack zip archives, all files may get alternate data streams with "zone identifiers" attached to them, to mark files from the "unsafe" Internet. streams is meant to remove these alternate data streams.

The free 7-Zip usually works fine, and it also preserves the file modification date of all extracted files. This is important for the correct update of the configuration files after installation. For example, if you use the security only updates, several configuration files need to be updated for the August 2017 update rollups. This is done automatically, but it requires, that all file modification dates are kept unchanged.


When trying, please also report any messages from the command-prompt window. The window shows the direct output of the running tools, and not all messages or events are saved to the download log. You can usually copy the output of the command-prompt window with the context menu (right-click in the window).
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Re: Command and GUI crashing

Postby Baseman » 10.09.2017, 23:46

Thank you once again!!! Yes to those files are in correct folders. Command results as such. Might have CMD related problems to crashing???

Code: Select all
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\wsusoffline1101\bin>streams /accepteula ..\*.*

streams v1.60 - Reveal NTFS alternate streams.
Copyright (C) 2005-2016 Mark Russinovich
Sysinternals - http://www.sysinternals.com


C:\wsusoffline1101\bin>streams /accepteula -s -d ..\*.cmd

streams v1.60 - Reveal NTFS alternate streams.
Copyright (C) 2005-2016 Mark Russinovich
Sysinternals - http://www.sysinternals.com


C:\wsusoffline1101\bin>streams /accepteula -s -d ..\*.exe

streams v1.60 - Reveal NTFS alternate streams.
Copyright (C) 2005-2016 Mark Russinovich
Sysinternals - http://www.sysinternals.com


C:\wsusoffline1101\bin>streams /accepteula -s -d ..\*.vbs

streams v1.60 - Reveal NTFS alternate streams.
Copyright (C) 2005-2016 Mark Russinovich
Sysinternals - http://www.sysinternals.com
Last edited by Dalai on 11.09.2017, 00:06, edited 1 time in total.
Reason: Inserted CODE tags for better readability
Baseman
 

Re: Command and GUI crashing

Postby hbuhrmester » 11.09.2017, 12:33

The next step is the download of the WSUS catalog file wsusscn2.cab. This may fail sometimes, but then we could expect some meaningful error messages, and it should not affect the GUI application DownloadGenerator.exe.

Do these files already exist?

Code: Select all
wsusoffline\client\wsus\wsusscn2.cab
wsusoffline\client\md\hashes-wsus.txt


If these files exist, please post the size and modification date of wsusscn2.cab, and the contents of hashes-wsus.txt. Are there any more files in the directory wsusoffline\client\wsus ?

Then:

  1. Open a command-prompt window
  2. Change to the directory wsusoffline\cmd
  3. Run the command:

    Code: Select all
    DownloadUpdates.cmd w61-x64 glb /includedotnet /seconly /includewddefs /verify /exitonerror

This way, the command-prompt window should stay open, after the script DownloadUpdates.cmd finishes. Then post the messages from the command-prompt window, and the last download log.
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Re: Command and GUI crashing

Postby Baseman » 11.09.2017, 21:07

Thank you very kindly and much!!! No, I do not have those 2 folder entries. I DL'd the WSUS Offline from here again several times, used different apps to unzip but they are not showing up???
Baseman
 

Re: Command and GUI crashing

Postby hbuhrmester » 11.09.2017, 21:37

These files and folders are created on the first download run. WSUS Offline Update needs the file wsusscn2.cab to calculate dynamic updates. I just thought, that you already tried a few times, and then they might exist.

But then make another connection test with the server download.windowsupdate.com and run the download script afterwards:

  1. Open a command-prompt window
  2. Change to the directory wsusoffline\bin
  3. Run the command:

    Code: Select all
    wget --spider --server-response http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab

  4. Change to the directory wsusoffline\cmd
  5. Run the command:

    Code: Select all
    DownloadUpdates.cmd w61-x64 glb /includedotnet /seconly /includewddefs /verify /exitonerror

Post all messages in the command-prompt window and the last download log.
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Re: Command and GUI crashing

Postby Baseman » 12.09.2017, 00:29

Thank you hbuhrmester!!! I apologize that I cannot upload the extension logs as I read I would need special permission and exceeded 6,000 characters, is this much OK? I did save the complete logs.

>>>>>From download file folder:

Code: Select all
Mon 09/11/2017 18:24:22.17 - Info: Starting WSUS Offline Update download (v. 11.0.1) for w61-x64 glb
Mon 09/11/2017 18:24:22.17 - Info: Option /includedotnet detected
Mon 09/11/2017 18:24:22.20 - Info: Option /seconly detected
Mon 09/11/2017 18:24:22.21 - Info: Option /includewddefs detected
Mon 09/11/2017 18:24:22.32 - Info: Option /verify detected
Mon 09/11/2017 18:24:22.32 - Info: Option /exitonerror detected
Mon 09/11/2017 18:24:22.39 - Info: Set time zone to LOC4:00
Mon 09/11/2017 18:24:22.46 - Info: Preserved custom language and architecture additions and removals
Mon 09/11/2017 18:24:24.73 - Info: Updated static and exclude definitions for download and update
Mon 09/11/2017 18:24:24.73 - Info: Restored custom language and architecture additions and removals
Mon 09/11/2017 18:24:25.02 - Info: Downloaded/validated mkisofs tool
Mon 09/11/2017 18:26:27.40 - Info: Downloaded/validated most recent Windows Update catalog file
Mon 09/11/2017 18:26:28.76 - Info: Verified digital file signature of Windows Update catalog file
Mon 09/11/2017 18:26:32.01 - Info: Created integrity database for Windows Update catalog file
Mon 09/11/2017 18:28:46.73 - Info: Downloaded/validated installation files for .NET Frameworks 3.5 SP1 and 4.x
2017-09-11 18:28:47 URL:http://download.wsusoffline.net/ExcludeList-superseded-exclude.txt [667/667] -> "../exclude/ExcludeList-superseded-exclude.txt" [1]
2017-09-11 18:28:48 URL:http://download.wsusoffline.net/HideList-seconly.txt [4207/4207] -> "../client/exclude/HideList-seconly.txt" [1]
Mon 09/11/2017 18:31:52.74 - Info: Determined superseded updates
Mon 09/11/2017 18:31:52.74 - Info: Determined static update urls for dotnet x64-glb
Mon 09/11/2017 18:32:37.89 - Info: Determined dynamic update urls for dotnet x64-glb
Mon 09/11/2017 18:32:37.91 - Info: Downloaded/validated http://download.microsoft.com/download/d/7/2/d728b7b9-454b-4b57-8270-45dac441b0ec/dotnetfx35langpack_x64de.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.48 - Info: Downloaded/validated 1 statically defined updates for dotnet x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2016/01/ndp46-kb3127233-x64_a82f88c2a6e6eaa3d772ea72b36870a064306fe5.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/03/ndp45-kb4014566-x64_95b57712424a36cac3fc2f27fcc12e4555a80afd.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/03/ndp46-kb4014552-x64_32e1c3af9a27962c93682fc66584803baa729782.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/03/ndp46-kb4014558-x64_900b63e9c928af1224ba91e4a0d0a14cceee92f6.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/04/ndp45-kb4014514-x64_4b98f817eeac267b9bcc5cb07e45d94468a7699d.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/04/ndp45-kb4014599-x64_f97a3de2f8ba2a800ffab4889f1619b5731a0ce2.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/04/ndp46-kb4014508-x64_bf8bc7d1d93ce7c4d2bb1df260b48829dedb56f1.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/04/ndp46-kb4014511-x64_beab62b7d633d8cc6a207f52348c1954eaee6a03.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/04/ndp46-kb4014588-x64_924a413d7b285b2e5fe24fa80429d9746dc09045.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/c/msdownload/update/software/secu/2017/04/ndp46-kb4014591-x64_9bcdec650701d5e98aa21b47b50771817c9504df.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/06/ndp35sp1-kb2840629-x64_8bceaa39f0da28e17ce593830f2b7abd94740228.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/08/ndp35sp1-kb2861697-x64_77cfad96c417bcce3f919e6a0e29d656f9d8adc1.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/08/ndp46-kb3074233-x64_acb14defc9bcf8d65d47cf231d803fa285ab7f4e.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/08/ndp46-kb3074554-x64_a72b5b0e0014d967f238f4c851895d6471711aa2.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/10/ndp46-kb3098001-x64_6bc91fb7a58eb2f089356c52e55404f43b97bf5a.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/10/ndp46-kb3098786-x64_a0d5008a7455c75f0a918a576816f8a095f190bf.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/12/ndp46-kb3122661-x64_a1fb6e829522dda110a53fdc29038696b626f948.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2016/04/ndp46-kb3136000-v2-x64_133bd44462f529c6ccf3c5243c9102768241d71b.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2016/04/ndp46-kb3142037-x64_67f2f8b134085f9b99f97b7021ac317b4f58a6e7.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2016/04/ndp46-kb3143693-x64_8c97eb25e1243581447bfc9d8d1c4a6a1e72daee.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/d/msdownload/update/software/secu/2016/12/ndp46-kb3204805-x64_236ebaf61075f997d769b38224c02bf4c95942d9.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/msdownload/update/software/crup/2009/01/ndp35sp1-kb958484-x64_e69006433c1006c53da651914dc8162bbdd80d41.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/msdownload/update/software/secu/2012/03/ndp35sp1-kb2604111-x64_01fb9c1c60d9729d07977a7b142aab80ce9cc389.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:33:00.51 - Info: Downloaded/validated http://download.windowsupdate.com/msdownload/update/software/secu/2012/12/ndp35sp1-kb2736416-x64_d1d9b33957bba14e31988dfdaf4f5d3b13f37943.exe to ..\client\dotnet\x64-glb
Mon 09/11/2017 18:34:55.78 - Info: Downloaded/validated 24 dynamically determined updates for dotnet x64-glb
Mon 09/11/2017 18:34:55.79 - Info: Adjusted UpdateInstaller.ini file
Mon 09/11/2017 18:34:56.06 - Info: Cleaned up client directory for dotnet x64-glb
Mon 09/11/2017 18:34:56.06 - Info: Removed NTFS alternate data streams for dotnet x64-glb
Mon 09/11/2017 18:34:57.62 - Info: Verified digital file signatures for dotnet x64-glb
Mon 09/11/2017 18:34:59.66 - Info: Created integrity database for dotnet x64-glb
Mon 09/11/2017 18:34:59.73 - Info: Cleaned up client directory for .NET Frameworks 3.5 SP1 and 4.x
Mon 09/11/2017 18:35:01.99 - Info: Verified digital file signatures for .NET Frameworks' installation files
Mon 09/11/2017 18:35:06.00 - Info: Created integrity database for .NET Frameworks' installation files
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x64.EXE to vcredist2005_x64.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x64.exe to vcredist2008_x64.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x64.exe to vcredist2010_x64.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x64.exe to vcredist2012_x64.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x64.exe to vcredist2013_x64.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\VC_redist.x64.exe to vcredist2017_x64.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x86.EXE to vcredist2005_x86.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2008_x86.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2010_x86.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2012_x86.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2013_x86.exe
Mon 09/11/2017 18:35:06.00 - Info: Renamed file ..\client\cpp\VC_redist.x86.exe to vcredist2017_x86.exe
Mon 09/11/2017 18:35:48.88 - Info: Downloaded/validated C++ Runtime Libraries' installation files
Mon 09/11/2017 18:35:49.09 - Info: Cleaned up client directory for C++ Runtime Libraries
Mon 09/11/2017 18:35:49.68 - Info: Verified digital file signatures for C++ Runtime Libraries' installation files
Mon 09/11/2017 18:35:50.37 - Info: Created integrity database for C++ Runtime Libraries' installation files
Mon 09/11/2017 18:36:08.37 - Info: Downloaded/validated Windows Defender definition files
Mon 09/11/2017 18:36:09.01 - Info: Verified digital file signatures for Windows Defender definition files
Mon 09/11/2017 18:36:09.57 - Info: Created integrity database for Windows Defender definition files
Mon 09/11/2017 18:36:09.57 - Info: Skipped unneeded determination of superseded updates
Mon 09/11/2017 18:36:09.57 - Info: Determined static update urls for win glb
Mon 09/11/2017 18:36:09.57 - Info: Skipped determination of dynamic update urls for win glb on demand
Mon 09/11/2017 18:36:09.59 - Info: Downloaded/validated http://download.microsoft.com/download/F/D/0/FD0B0093-DE8A-4C4E-BDC4-F0C56D72018C/50907.00/Silverlight.exe to ..\client\win\glb
Mon 09/11/2017 18:36:09.59 - Info: Downloaded/validated http://download.microsoft.com/download/F/D/0/FD0B0093-DE8A-4C4E-BDC4-F0C56D72018C/50907.00/Silverlight_x64.exe to ..\client\win\glb
Mon 09/11/2017 18:36:18.62 - Info: Downloaded/validated 2 statically defined updates for win glb
Mon 09/11/2017 18:36:18.66 - Info: Cleaned up client directory for win glb
Mon 09/11/2017 18:36:18.66 - Info: Removed NTFS alternate data streams for win glb
Mon 09/11/2017 18:36:19.01 - Info: Verified digital file signatures for win glb
Mon 09/11/2017 18:36:19.27 - Info: Created integrity database for win glb
Mon 09/11/2017 18:36:20.94 - Info: Found valid list of superseded updates
Mon 09/11/2017 18:36:20.96 - Info: Determined static update urls for w61-x64 glb
Mon 09/11/2017 18:37:07.59 - Info: Determined dynamic update urls for w61-x64 glb

>>>>>I deleted successful entries between these 2 sections.

Mon 09/11/2017 18:54:18.19 - Info: Downloaded/validated 194 dynamically determined updates for w61-x64 glb
Mon 09/11/2017 18:54:18.21 - Info: Adjusted UpdateInstaller.ini file
Mon 09/11/2017 18:54:20.50 - Info: Cleaned up client directory for w61-x64 glb
Mon 09/11/2017 18:54:20.50 - Info: Removed NTFS alternate data streams for w61-x64 glb
Mon 09/11/2017 18:54:35.83 - Info: Verified digital file signatures for w61-x64 glb
Mon 09/11/2017 18:54:57.66 - Info: Created integrity database for w61-x64 glb
Mon 09/11/2017 18:54:57.69 - Info: Ending WSUS Offline Update download for w61-x64 glb



>>>>>From CMD:

Code: Select all
Adjusting UpdateInstaller.ini file...
Cleaning up client directory for w61-x64 glb...
Removing NTFS alternate data streams for w61-x64 glb...
Verifying digital file signatures for w61-x64 glb...
Creating integrity database for w61-x64 glb...
Reminding build date...
Creating autorun.inf file...
Done.
Last edited by Dalai on 12.09.2017, 00:56, edited 1 time in total.
Reason: Inserted CODE tags for better readability
Baseman
 

Re: Command and GUI crashing

Postby hbuhrmester » 12.09.2017, 02:13

Then it looks okay to me.

I still don't know, what the problem was...

Maybe it was a problem with alternate data streams: Zone identifiers and the User Account Control could easily interfere with running scripts or applications. But if you did something slightly different, e.g. use 7-Zip instead of the built-in Windows utility "Compressed Folders", then it might have done the trick.

Just note, that today is the second Tuesday, which is the official patch day of the month. Then we expect a new catalog file wsusscn2.cab, and new update rollups for Windows 7 later this day. These updates typically arrive in Europe in the late afternoon, due to the time shift between the USA and Europe.

The update rollups must then be added to several configuration files:

http://trac.wsusoffline.net/browser/tru ... econly.txt
http://trac.wsusoffline.net/browser/tru ... econly.txt

Wait, until the September 2017 updates have been added to these files, before downloading and installing the new update rollups. This is important for the correct handling of security only updates.

The local configuration files will be updated automatically, once the files on the server are updated.
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Next

Return to Download

Who is online

Users browsing this forum: No registered users and 55 guests