Include the post service pack hotfix rollup for Win 7 SP1

Re: Include the post service pack hotfix rollup for Win 7 SP

Postby boco » 27.03.2013, 00:48

Use the same filenames, but place your custom entries into the ''custom'' subdirectories. The contents of the ''custom'' subdirectories are never touched by any WSUSOU update.
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: Include the post service pack hotfix rollup for Win 7 SP

Postby friday123 » 27.03.2013, 03:04

boco wrote:Use the same filenames, but place your custom entries into the ''custom'' subdirectories. The contents of the ''custom'' subdirectories are never touched by any WSUSOU update.

Oh I see what happened. I thought you had quoted my code block but instead you made your own that added the custom/ directory. I thought I had wrote that and I was thinking, gee, it looks like I already have the custom directory in there... anyway I got it. You're saying just do this once and done:
Code: Select all
echo http://download.windowsupdate.com/msdownload/update/software/updt/2013/03/windows6.1-kb2775511-v2-x86_f298cf30fae9f581550d783ac9ad57fcbc7f7587.msu>>static\custom\StaticDownloadLinks-w61-x86-glb.txt
echo http://download.windowsupdate.com/msdownload/update/software/updt/2013/03/windows6.1-kb2775511-v2-x64_ec18cc10e27faf443c17e7a8073c9eba773eb13e.msu>>static\custom\StaticDownloadLinks-w61-x64-glb.txt

echo KB2775511>>client\static\custom\StaticUpdateIds-w61-x86.txt
echo KB2775511>>client\static\custom\StaticUpdateIds-w61-x64.txt


Thanks!
friday123
 
Posts: 74
Joined: 28.11.2009, 05:30

Re: Include the post service pack hotfix rollup for Win 7 SP

Postby WSUSUpdateAdmin » 25.04.2013, 08:40

Hi!

harry wrote:At this point, the FAQ seems to be outdated ;)

FAQs adjusted.

Thanks & regards
Torsten
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Re: Include the post service pack hotfix rollup for Win 7 SP

Postby JoeZeppy » 02.05.2013, 15:00

I don't understand the purpose of the echo command?

[EDIT]
Oh, I get it. Run that at the command line from the root and it will append the link to the end of the text file. It was all run together and I couldnt see what the intent was

Code: Select all
echo http://download.windowsupdate.com/msdownload/update/software/updt/2013/03/windows6.1-kb2775511-v2-x86_f298cf30fae9f581550d783ac9ad57fcbc7f7587.msu >> static\custom\StaticDownloadLinks-w61-x86-glb.txt
[/EDIT]
JoeZeppy
 

Re: Include the post service pack hotfix rollup for Win 7 SP

Postby DiskDrive » 20.05.2013, 22:18

harry wrote:
friday123 wrote:So as far as I can tell, every time I need to upgrade WSUS Offline Update, what I'll have to do is unzip the new version over the old version and then run the commands above to add KB2775511.

It's better to use the corresponding custom directories for own changes, because these are not influenced by an update of WSUSOU.
Code: Select all
echo http://download.windowsupdate.com/msdownload/update/software/updt/2013/03/windows6.1-kb2775511-v2-x86_f298cf30fae9f581550d783ac9ad57fcbc7f7587.msu>>static\custom\StaticDownloadLinks-w61-x86-glb.txt
echo http://download.windowsupdate.com/msdownload/update/software/updt/2013/03/windows6.1-kb2775511-v2-x64_ec18cc10e27faf443c17e7a8073c9eba773eb13e.msu>>static\custom\StaticDownloadLinks-w61-x64-glb.txt

echo KB2775511>>client\static\custom\StaticUpdateIds-w61-x86.txt
echo KB2775511>>client\static\custom\StaticUpdateIds-w61-x64.txt
So you have to run the above commands only once.


Ok, sorry for resurrecting an old thread, but I've just come across the need to do this here. I've tried using the code block referenced above, and it created all the entries it was intended to.

I'm currently running version 8.3, and when I run the update generator, it appears that the entries I've added into the custom folder are being completely ignored. Looking through the download log, I see no reference to the file being downloaded and am unable to find any references to that KB number in any of the files throughout the entire "wsusoffline" folder structure.

What am I missing here?

Thanks in advance!
DiskDrive
 

Re: Include the post service pack hotfix rollup for Win 7 SP

Postby friday123 » 20.05.2013, 23:53

DiskDrive wrote:I'm currently running version 8.3, and when I run the update generator, it appears that the entries I've added into the custom folder are being completely ignored. Looking through the download log, I see no reference to the file being downloaded and am unable to find any references to that KB number in any of the files throughout the entire "wsusoffline" folder structure.

What am I missing here?


I don't know. FYI those updates are only for Windows 7 and 2008 R2. Do you have these:
wsusoffline83\client\w61\glb\windows6.1-kb2775511-v2-x86_f298cf30fae9f581550d783ac9ad57fcbc7f7587.msu
wsusoffline83\client\w61-x64\glb\windows6.1-kb2775511-v2-x64_ec18cc10e27faf443c17e7a8073c9eba773eb13e.msu
friday123
 
Posts: 74
Joined: 28.11.2009, 05:30

Re: Include the post service pack hotfix rollup for Win 7 SP

Postby aker » 21.05.2013, 08:16

But there are the files .\static\custom\StaticDownloadLinks-w61-xxx.txt with those links inside?
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: Include the post service pack hotfix rollup for Win 7 SP

Postby DiskDrive » 21.05.2013, 23:33

To address questions, from both aker and friday123:

In the .\static\custom\StaticDownloadLinks-w61-x64-glb.txt file, the link is there.

I am only trying to pull updates for 2008 R2 right now, so I only downloaded the x64 version. I wasn't entirely sure where to find the downloaded file (whether in the some folder with the rest of the updates or in a special folder specifically for the custom static update). .\client\w61-x64\glb\windows6.1-kb2775511-v2-x64_ec18cc10e27faf443c17e7a8073c9eba773eb13e.msu initially was not present, so I tried experimenting a little bit. I blew away the whole wsusoffline folder and started again from scratch, but added the custom stuff from this message thread before running the update generator for the first time.

This time, the file does appear in the suggested folder, as hoped. There appears to be no reference to it in the log file, however. I'm wondering if this is an oversight or intentional behavior.

At this point, I'm going to cross my fingers and try running it on a new build in the next couple of days and see if if works. I suspect it will, but I will report back nonetheless.

Thank you all for your quick and helpful responses.
DiskDrive
 

Re: Include the post service pack hotfix rollup for Win 7 SP

Postby boco » 22.05.2013, 01:56

Static downloads are not mentioned in detail in the logfile. Just the number of static downloads should have increased.
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: Include the post service pack hotfix rollup for Win 7 SP

Postby DiskDrive » 23.05.2013, 04:11

Well, I'm happy to report that I should have just had blind faith. I put this all to work, and sure enough, WUO installed KB2775511 on the new 2008R2 SP1 VM I built out in California today. :-)
DiskDrive
 

PreviousNext

Return to Anregungen / Suggestions

Who is online

Users browsing this forum: No registered users and 104 guests