Package Internet Explorer 11 with KB fix
Hello,
I am searching for make a package Internet Explorer 11 with the two KB (KB2929437 and kB2956283) have to install after IE.
KB2929437 is the prerequiste kB2956283 ; IE 11 is the prerequiste for KB2929437 .
Is it possible to make this package with the Internet Explorer Administration Kit 11 ?
If there are others suitables solutions to do it , i am interesting to.
Thanks for your help.
1 Comment
[ + ] Show comment
-
My recollection of the IEAK is that when you install it, it will download the latest IExx components so that your installation source is always at the latest level. You should be able to integrate any fixes into that environment. - EdT 9 years ago
Answers (2)
Please log in to answer
Posted by:
dedenker
9 years ago
I do recall that you can do a lot within the IEAK, just one or two updates did not stream in.
The solution I remember I used is running a batch file as install with:
wmic qfe | find "KB12344567"
IF ERRORLEVEL 1 wusa "%dp0updates\windows6.1-kb1234567.msu" /quiet /norestart
But remember that some first must restart inorder to install the next update.
The solution I remember I used is running a batch file as install with:
wmic qfe | find "KB12344567"
IF ERRORLEVEL 1 wusa "%dp0updates\windows6.1-kb1234567.msu" /quiet /norestart
But remember that some first must restart inorder to install the next update.
Posted by:
oreillyr
9 years ago
We have recently packaged it with the below pre-reqs
1. Windows6.1-KB2533623-x86
2. Windows6.1-KB2639308-x86
3. Windows6.1-KB2670838-x86
4. Windows6.1-KB2729094-v2-x86
5. Windows6.1-KB2731771-x86
6. Windows6.1-KB2786081-x86
7. Windows6.1-KB2834140-v2-x86
8. Windows6.1-KB2882822-x86
9. Windows6.1-KB2888049-x86
Using a vbscript to install, so skipped on IEAK this time around