Download from microsoft website which folder put them in

Re: Download from microsoft website which folder put them in

Postby lookoutnoob » 26.06.2015, 07:51

I already tried that but this isnt working somehow:

Code: Select all
%SystemRoot%\System32\cscript.exe //Nologo //E:vbs .\cmd\XSLT.vbs "%TEMP%\package.xml" .\xslt\ExtractDownloadLinks-dotnet-x64.xsl "%TEMP%\DownloadLinks-dotnet-x64.txt"

%SystemRoot%\System32\cscript.exe //Nologo //E:vbs .\cmd\XSLT.vbs "%TEMP%\package.xml" .\xslt\ExtractDownloadLinks-dotnet-x86.xsl "%TEMP%\DownloadLinks-dotnet-x86.txt"


I get this error in MSI5bdbe: System error 0. Verify that you have access to that directory.
lookoutnoob
 
Posts: 65
Joined: 04.06.2015, 20:42

Re: Download from microsoft website which folder put them in

Postby hbuhrmester » 26.06.2015, 11:23

cscript.exe //Nologo //E:vbs

Are these interactive commands, directly in the command prompt window?
Then you could rather write:
Code: Select all
cscript.exe /Nologo /E:vbs

Double slashes are only used in script files, to mask the options.
https://technet.microsoft.com/en-us/lib ... 20171.aspx
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Re: Download from microsoft website which folder put them in

Postby lookoutnoob » 26.06.2015, 13:55

Nevermind I fixed it, I forgot the language "-glb".

Only 1 problem left: How to get the security updates for ActiveX Killbits? :?:

Also the IE itsnt working:

Code: Select all
%SystemRoot%\System32\cscript.exe //Nologo //E:vbs .\cmd\XSLT.vbs "%TEMP%\package.xml" .\xslt\ExtractDownloadLinks-ie8-w60-x64-enu.xsl "%TEMP%\DownloadLinks-ie8-w60-x64-enu.txt"

%SystemRoot%\System32\cscript.exe //Nologo //E:vbs .\cmd\XSLT.vbs "%TEMP%\package.xml" .\xslt\ExtractDownloadLinks-ie8-w60-x86-enu.xsl "%TEMP%\DownloadLinks-ie8-w60-x86-enu.txt"
lookoutnoob
 
Posts: 65
Joined: 04.06.2015, 20:42

Re: Download from microsoft website which folder put them in

Postby aker » 26.06.2015, 16:42

Maybe the Killbits-update is not listed in wsusscn2.cab...

There is no extraction script "ExtractDownloadLinks-ie8-w60-x86-enu.xsl", all IE-patches are included in the normal w60-one.
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: Download from microsoft website which folder put them in

Postby lookoutnoob » 27.06.2015, 12:19

Okay thats pretty weird, because I still miss some internet explorer updates.

All the updates in missing of windows 7 32-bit, maybe you can have a look at it:

Code: Select all
KB2957689 // IE8
KB2936068 // IE8
KB2925418 // IE8
KB2917500 // Security Update
KB2870699 // IE8
KB2862772 // IE8
KB2846071 // IE8
KB2839229 // Security Update
KB2838727 // IE8
KB2839229 // Security Update
KB2820197 // ActiveX KillBits
KB2829530 // IE8
KB2847204 // IE8
KB2809289 // IE8
KB2792100 // IE8
KB2797052 // IE8
KB2744842 // IE8
KB2722913 // IE8
KB2699988 // IE8
KB2553549// Security Update
KB2633171// Security Update
KB2559049 // IE8
KB2544521 // IE8
KB2497640 // IE8
KB2416400 // IE8
KB977165   // Security Update
lookoutnoob
 
Posts: 65
Joined: 04.06.2015, 20:42

Re: Download from microsoft website which folder put them in

Postby aker » 27.06.2015, 14:37

The IE-updates you listed are superseded cumulative security updates (except for two ones, which are normal security updates).
Code: Select all
IE 8 Release
MS09-019/KB969897(?) [2009-06-09] (1)
MS09-034/KB972260(?) [2009-07-28] (2)
Windows 7 RTM
MS09-054/KB974455 [2009-10-13] (3)
MS09-072/KB976325 [2009-12-08] (4)
MS10-002/KB978207 [2010-01-21] (5)
MS10-018/KB980182 [2010-03-30] (6)
MS10-035/KB982381 [2010-06-08] (7)
MS10-053/KB2183461 [2010-08-10] (8)
MS10-071/KB2360131 [2010-10-12] (9)
MS10-090/KB2416400 [2010-12-14] (10)
Windows 7 SP1
MS11-003/KB2482017 [2011-02-08] (11)
MS11-018/KB2497640 [2011-04-12] (12)
MS11-050/KB2530548 [2011-06-14] (13)
MS11-057/KB2559049 [2011-08-09] (14)
MS11-081/KB2586448 [2011-10-11] (15)
MS11-099/KB2618444 [2011-12-13] (16)
MS12-010/KB2647516 [2012-02-14] (17)
MS12-023/KB2675157 [2012-04-10] (18)
MS12-037/KB2699988 [2012-06-12] (19)
MS12-052/KB2722913 [2012-08-14] (20)
MS12-063/KB2744842 [2012-09-21] (21)
MS12-077/KB2761465 [2012-12-11] (22)
MS13-009/KB2792100 [2013-02-12] (23)
MS13-021/KB2809289 [2013-03-12] (24)
MS13-028/KB2817183 [2013-04-09] (25)
MS13-037/KB2829530 [2013-05-14] (26)
MS13-047/KB2838727 [2013-06-11] (27)
MS13-055/KB2846071 [2013-07-09] (28)
MS13-059/KB2862772 [2013-08-13] (29)
MS13-069/KB2870699 [2013-09-10] (30)
MS13-080/KB2879017 [2013-10-08] (31)
MS13-088/KB2888505 [2013-11-12] (32)
MS13-097/KB2898785 [2013-12-10] (33)
MS14-010/KB2909921 [2014-02-11] (34)
MS14-012/KB2925418 [2014-03-11] (35)
MS14-018/KB2936068 [2014-04-08] (36)
MS14-035/KB2957689 [2014-06-10] (37)
MS14-037/KB2962872 [2014-07-08] (38)
MS14-051/KB2976627 [2014-08-12] (39)
MS14-052/KB2977629 [2014-09-09] (40)
MS14-056/KB2987107 [2014-10-14] (41)
MS14-065/KB3003057 [2014-11-11] (42)
MS14-080/KB3008923 [2014-12-09] (43)
MS15-009/KB3021952 [2015-02-10] (44)
MS15-018/KB3032359 [2015-03-10] (45)
MS15-032/KB3038314 [2015-04-12] (46)
MS15-043/KB3049563 [2015-05-12] (47)
MS15-056/KB3058515 [2015-06-09] (48)

Kumulative Updates: 48 (- 2)

Exkurs 1 (endet mit MS13-009) [mshtml.dll]:
MS13-008/KB2799329 [2013-01-14]

Exkurs 2 (endet mit MS13-021) [vgx.dll]:
MS13-010/KB2797052 [2013-02-12]
MS11-052/KB2544521 [2011-06-14]

Exkurs 3 (endet mit MS13-047) [mshtml.dll]:
MS13-038/KB2847204 [2013-05-14]

Exkurs 4 (endet mit MS14-035) [mehrere]:
MS14-029/KB2953522 [2014-05-13]
MS14-021/KB2964358 [2014-05-01]

Exkurs 5 (endet mit MS15-009) [vbscript.dll]:
MS14-084/KB3012176 [2014-12-09]
MS14-011/KB2909210 [2014-02-11]


3 updates are superseded:
Code: Select all
KB2839229 // Security Update => superseded by KB3035131
KB2633171// Security Update => superseded by KB2724197
KB977165   // Security Update => superseded by KB977165


I currently don't know, if these 3 are superseded (none of them are installed on my up2date Windows 7).
Code: Select all
KB2917500 // Security Update => ???
KB2820197 // ActiveX KillBits => ???
KB2553549// Security Update => ???
Last edited by aker on 27.06.2015, 14:51, edited 2 times in total.
Reason: added 3 more updates
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: Download from microsoft website which folder put them in

Postby lookoutnoob » 28.06.2015, 16:01

Okay thats good, it means I gotall the updates :D
Can you give me some help of where to put the download-links in, in which map and .text file and how to start download them :mrgreen:
lookoutnoob
 
Posts: 65
Joined: 04.06.2015, 20:42

Re: Download from microsoft website which folder put them in

Postby aker » 28.06.2015, 16:27

You have to put the download links (if not included in wsuscn2.cab) into .\static\custom\staticDownloadLinks-w61-x86-glb.txt (for Windows 7 32bit).

.\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>.
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: Download from microsoft website which folder put them in

Postby lookoutnoob » 28.06.2015, 19:56

thank you :)
lookoutnoob
 
Posts: 65
Joined: 04.06.2015, 20:42

Re: Download from microsoft website which folder put them in

Postby lookoutnoob » 29.06.2015, 17:06

Hey i almost got it working now, the only thing left to do is to download the cab files to make .iso and a .exes of them so i can use a dvd or usb. 1 more question: it is a lot of work to install those updates on the computers 1by1 if i have a lot of computers. Is there a way to put he cab files into a wsus server? Or isnt this possible/implicated?

So actually: can i get my wsus server to get the cab files from my c:/ or usb?
lookoutnoob
 
Posts: 65
Joined: 04.06.2015, 20:42

PreviousNext

Return to Installation / Updating

Who is online

Users browsing this forum: No registered users and 26 guests