Page 1 of 1

IE10 update static

PostPosted: 09.07.2013, 00:11
by Wes
Hi, I'm trying to include kb2859903. It's not included by default so I tried including it as a static. However, looking at the cmd files WSOU currently does not support static IE10 updates (only prerequisites). I've found this topic, if my poor German doesn't fail me that topic resulted in static support being added for dot net frameworks. As I'd like to include the aforementioned update I'd like to suggest including support for static updates for internet explorer (at least IE10). Thank you.

Re: IE10 update static

PostPosted: 09.07.2013, 14:19
by WSUSUpdateAdmin
Hi,

please
  • create a file ...\static\custom\StaticDownloadLinks-w61-x86-glb.txt
  • add the line http://download.microsoft.com/download/ ... 03-x86.msu and a <CR><LF> to this file
  • create a file ...\static\custom\StaticDownloadLinks-w61-x64-glb.txt
  • add the line http://download.microsoft.com/download/ ... 03-x64.msu and a <CR><LF> to this file
  • create a file ...\client\static\custom\StaticUpdateIds-w61-x86.txt
  • add the line 2859903 (or kb2859903) and a <CR><LF> to this file
  • create a file ...\client\static\custom\StaticUpdateIds-w61-x64.txt
  • add the line 2859903 (or kb2859903) and a <CR><LF> to this file
On Windows 7 / Server 2008 R2 systems without IE10, the static installation definition will result in a failure, of course, but this doesn't matter.

Regards
Torsten Wittrock

Re: IE10 update static

PostPosted: 11.07.2013, 22:45
by Wes
Thanks for the quick answer. I was hoping for a solution that won't result in failures without IE10, but I suppose that is a workable solution as well.