Hello!
I am trying to install IE11 through a task sequence via the software center.
I have used this guide: https://www.systemcenterdudes.com/upgrade-to-internet-explorer-11-with-sccm/ starting from the SCCM Task Sequence method section.
Everything seemed fine deployment to my test group went well and the TS displayed in software center, but when i tried to install i first got the error code 0x8007000b. Searched arround abit and found a solution. I edited my install.cmd file and added this:
%windir%\sysnative\dism
Now i dont get this error message anymore. Instead a get a stranger one: 0x80070BC2. I cant find any good relatable information about this online so im asking here if anyone what this one means :)
Here is a OneDrive link to the smsts.log file from the failing test computer.
https://1drv.ms/u/s!AtMIJTomlwh9hDIu57_u5qOA6FAW
Thank you!