Page 1 of 1

Adding wddefs and mssl to the static/custom list

PostPosted: 01.07.2015, 14:40
by lookoutnoob
apperently this isnt working:

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

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

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

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

Am I using the wrong codes?

Re: Adding wddefs and mssl to the static/custom list

PostPosted: 01.07.2015, 22:51
by aker
No, but the links are not determined from wsusscn2.cab. They are stored inside the static-folder of wsusou. (wddefs have their own files and Silberlight is inside the file for "win glb")

Re: Adding wddefs and mssl to the static/custom list

PostPosted: 02.07.2015, 09:01
by lookoutnoob
Okay thank you, is it possible to only download a certain definition?
I only want to download till: 1.197.2571.0

Also I cannot find these KB-numbers in the win-x86-glb
They are all silverlight KB-numbers
Code: Select all
KB3056819
KB2932677
KB2890788
KB2847559
KB2814124
KB2636927
KB2690729
KB2668562
KB2617986
KB2512827
KB978464

Re: Adding wddefs and mssl to the static/custom list

PostPosted: 03.07.2015, 09:39
by aker
Silverlight is save as static URL and not parsed as KB-update as the definition in wswuscn2.cab is done in a way wsusou can't parse.


Re: Adding wddefs and mssl to the static/custom list

PostPosted: 03.07.2015, 09:41
by lookoutnoob
Okay I saw indeed, no problem I will just skip the silverlight for now then :)