Silent install and deployment for Internet Explorer 11 using SCCM 2007

Hello everybody,

I have a exe file for  Internet Explorer 11 and i need to silently deploy it using SCCM 2007 To 500 workstations.All these workstations have Internet Explorer 8 installed.Below is the command line that i use but it doesn't work: IE11-Setup-full.exe /quiet /norestart /update-no.


The Exe is "IE11-Setup-full.exe.This exe file contains all the prerequites that is needed to install Internet Explorer 11.

Thanks for your help.

Regards,

LeBalobo

August 20th, 2015 6:42am

Hi,

Have you used IEAK and done the modifications using it? Here is good guide that works fine

http://prajwaldesai.com/deploy-internet-explorer-11-using-sccm-2012-r2/

you shouldn't need any switches if you do it like this.

what error are you seeing in execmgr.log log file?

Regards,
Jrgen

Free Windows Admin Tool Kit Click here and download it now
August 20th, 2015 6:49am

Hi Jrgen,

i haven't used IEAK..The manual installation works find  with this exe file.That is why i'm looking for  the best way to install it silently et automatically.Thank you for your link.I'll try to follow the guide.

Regards,

Lebalbo

August 20th, 2015 7:51am

Below the data coming coming for the execmgr.log:

{
AdvertisementId = "GRS20506";
ClientID = "GUID:11B215F6-F2A7-4A80-83E4-1A36EF4D6BDA";
DateTime = "20150820154848.004000+000";
MachineName = "D35841";
PackageName = "GRS00144";
ProcessID = 2004;
ProgramName = "Install";
SiteCode = "GRS";
ThreadID = 5092;
UserContext = "AUTORITE NT\\Systme";
};
]LOG]!><time="17:48:48.020+-120" date="08-20-2015" component="execmgr" context="" type="1" thread="5092" file="event.cpp:525">
<![LOG[Raised Program Success Event for Ad:GRS20506, Package:GRS00144, Program: Install]LOG]!><time="17:48:48.020+-120" date="08-20-2015" component="execmgr" context="" type="1" thread="5092" file="executioncontext.cpp:551">
<![LOG[Request in running or report status found for program Install package GRS0014A]LOG]!><time="17:48:48.149+-120" date="08-20-2015" component="execmgr" context="" type="1" thread="5092" file="execreqmgr.cpp:703">
<![LOG[System restarted while program Install is prompting user for reboot]LOG]!><time="17:48:48.149+-120" date="08-20-2015" component="execmgr" context="" type="1" thread="5092" file="executionrequest.cpp:4003">
<![LOG[Looking for MIF file to get program status]LOG]!><time="17:48:48.149+-120" date="08-20-2015" component="execmgr" context="" type="1" thread="5092" file="executionstatus.cpp:282">
<![LOG[Raising event:
[SMS_CodePage(850), SMS_LocaleID(1036)]

For me it means that the program run succesfully but IE11 has not been installed.THe workstation still have IE8..

Thank you for your help...

Free Windows Admin Tool Kit Click here and download it now
August 20th, 2015 12:25pm

Did you follow the recommended guide? I have created a 32bit and 64bit IE11 package and it works fine. I used IEAK and customised it, adding in additional updates some of which are required otherwise ie11 wont install. 

Also remember it wont work on windows xp. Im guessing the report is stating that the deployment was successful. If you need anymore help let me know.

August 26th, 2015 4:41am

Hello,

Thant you for answer.NOw the installation package works find.But i would like to create an uninstall package using SCCM 2007.

Below is the Batch file i created:

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

 This batch file runs find locally but failed while deployin it with SCCM.

Can you help me to create an uninstall program using SCCM 2007?

Thank you,

Regards,

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 4:46am

Thant you for answer.NOw the installation package works find.But i would like to create an uninstall package using SCCM 2007.

Below is the Batch file i created:

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

 This batch file runs find locally but failed while deployin it with SCCM.

Can you help me to create an uninstall program using SCCM 2007?

Thank you,

Regards,

Lebalbo

August 26th, 2015 4:46am

Hi Jorgen,

The installation Worked fine but i would like to disable the option "automatically install update for IE11".

Any helpp please?

Thank you.

regards,

Lebalbo2013

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 8:48am

Hi,

I normally use the GPO for that "Install new versions of Internet Explorer automatically"

https://technet.microsoft.com/en-us/library/jj891001.aspx?f=255&MSPPError=-2147217396

Regards,
Jrgen

August 27th, 2015 9:30am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics