manual updates

manual updates

Postby skyred5 » 06.09.2017, 15:14

Hi!
Im trying to add manual updates for my servers using wsusoffline. I came across this post but dont quite understand it.

appreciate if anyone can show me a sample what to do with the mbsa results attached for wsusoffline! Thanks!
Attachments
mbsa.PNG
(41.86 KiB) Not downloaded yet
skyred5
 

Re: manual updates

Postby aker » 09.09.2017, 20:17

.\doc\faq-enu.txt wrote:Q: Can I download/install additional patches?
A: Yes, you can adjust how the download and update scripts behave by excluding or adding patches from download or installation. For adding updates proceed as follows:

1. Adding updates to download routines

For adding an update to be downloaded, insert its download URL into the matching "StaticDownloadLinks-<platform>[-architecture>]-<language>.txt file, found in the "...\static\custom" directory. Please don't forget a trailing <CR><LF>.

2. Adding updates to installation routines

Add an update to installation by inserting its knowledge base ID (KBxxxxxx or simply xxxxxx) into the matching "StaticUpdateIds-<platform>[-<architecture>].txt file (directory "...\client\static\custom"). Please don't forget a trailing <CR><LF>.


To get the download-links, you may use the MS Update Catalog:
:arrow: http://www.catalog.update.microsoft.com/
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

Re: manual updates

Postby skyred5 » 10.09.2017, 14:14

aker wrote:
.\doc\faq-enu.txt wrote:Q: Can I download/install additional patches?
A: Yes, you can adjust how the download and update scripts behave by excluding or adding patches from download or installation. For adding updates proceed as follows:

1. Adding updates to download routines

For adding an update to be downloaded, insert its download URL into the matching "StaticDownloadLinks-<platform>[-architecture>]-<language>.txt file, found in the "...\static\custom" directory. Please don't forget a trailing <CR><LF>.

2. Adding updates to installation routines

Add an update to installation by inserting its knowledge base ID (KBxxxxxx or simply xxxxxx) into the matching "StaticUpdateIds-<platform>[-<architecture>].txt file (directory "...\client\static\custom"). Please don't forget a trailing <CR><LF>.


To get the download-links, you may use the MS Update Catalog:
:arrow: http://www.catalog.update.microsoft.com/


Yes I know i can get the links from there. My question is how do i add it to WOU?
skyred5
 

Re: manual updates

Postby aker » 11.09.2017, 20:40

Please read the quote of the FAQ, I posted.
If you don't understand something, feel free to ask.
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

Re: manual updates

Postby skyred5 » 12.09.2017, 09:33

aker wrote:
.\doc\faq-enu.txt wrote:Q: Can I download/install additional patches?
A: Yes, you can adjust how the download and update scripts behave by excluding or adding patches from download or installation. For adding updates proceed as follows:

1. Adding updates to download routines

For adding an update to be downloaded, insert its download URL into the matching "StaticDownloadLinks-<platform>[-architecture>]-<language>.txt file, found in the "...\static\custom" directory. Please don't forget a trailing <CR><LF>.

2. Adding updates to installation routines

Add an update to installation by inserting its knowledge base ID (KBxxxxxx or simply xxxxxx) into the matching "StaticUpdateIds-<platform>[-<architecture>].txt file (directory "...\client\static\custom"). Please don't forget a trailing <CR><LF>.


Yup, this is what I am asking. I followed this steps, but dont quite understand it and couldn't achieve the objective of adding manual updates to wsusoffline.
That is why I posted the image of the MBSA results. If you could give me a sample of what I should fill in for things like "platform" and "architechture", and what is <CR><LF>? It will be best if you could post screenshots so that I can understand more as I am more of a visual person. Thanks and appreciate your response.
skyred5
 

Re: manual updates

Postby Dalai » 12.09.2017, 14:48

skyred5 wrote:If you could give me a sample of what I should fill in for things like "platform" and "architechture"

Platform is the software you intend to download updates for. This could be something like w61, dotnet, cpp, o2k10 and so on. Architecture is either x86 or x64. Just look at the already existing file names in wsusoffline\static and wsusoffline\client\static, e.g. StaticDownloadLinks-w61-x64-glb.txt or StaticUpdateIds-w60-x86.txt.

and what is <CR><LF>?

CR = Carriage Return, LF = Line Feed, i.e. press Enter after the last line of text you write, or in other words: the file must end with an empty line.

Regards
Dalai
Dalai
 
Posts: 1041
Joined: 12.07.2016, 21:00

Re: manual updates

Postby skyred5 » 14.09.2017, 09:00

okay. Based on what I understand from your explanation...
custom KB - put into StaticUpdateIds-w63-x64. I added the KB2912390 into this text file.
custom KB download link - put into StaticDownloadLinks-w63-x64-glb. I added this
Code: Select all
https://download.microsoft.com/download/A/D/3/AD36ABA3-27AC-4B02-9C98-F3798ADD7872/Windows8.1-KB2912390-x64.msu
into the text file.

I get the following error from the download log.
Code: Select all
Warning: Download of https://download.microsoft.com/download/A/D/3/AD36ABA3-27AC-4B02-9C98-F3798ADD7872/Windows8.1-KB2912390-x64.msu failed
skyred5
 

Re: manual updates

Postby boco » 14.09.2017, 09:06

The wget download software coming with WOU does not support HTTPS, yet. Please, try to use http:// for the download link.
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: manual updates

Postby skyred5 » 14.09.2017, 09:09

Thanks. Is there a way to skip all the updates and start with only the links from custom?
skyred5
 

Re: manual updates

Postby aker » 15.09.2017, 22:31

You could add
Code: Select all
skipdynamic=Enabled

to the "[Miscellaneous]"-scetion of UpdateGenerator.ini.

WARNING: This will disable all dynamic update downloads. Your system won't be updated fully. Also this will cause warnings (update not found) inside UpdateInstaller/DoUpdate.
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

Next

Return to Installation / Updating

Who is online

Users browsing this forum: Google [Bot] and 30 guests