Community
 
 
 

Radia - General Discussions

1323フォロワー
 
Avatar
Ekuberems

How to Create a package of Internet Explorer 11

Hi Team,

 

I was working to create a software package of Internet Explorer 11. But Its not getting successfull. Can anyone guide me through the steps for the same.

 

Regards,

Sumant Kulkarni

7件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 7件のコメント

Avatar
Vijay Kumar Dimmila

Hi Sumant,

Thank you for the above query.
We would like to know the what errors you see and the method you trying to install IE ?
If you are using Patch Manager component, then you can very much achieve this by acquiring MS-KB2841134.
You can always refer the link below for MS patch information which can be achieved using RCA/HPCA.

http://patchcontent.accelerite.com/Radia/patch_management/data/info/bulletins/muc_bulletins.html

コメントアクション パーマリンク
Avatar
Ekuberems

Hi Vijay,

Thanks for your valuable reply.

Actually i was trying to package the MSI installer setup by downloading the MS patch for IE 11. I tried creating the package using RCA publisher and then i also published the package in RCA console. But when i tried pushing the package from RCA server its not getting installed.

Regards,

Sumant Kulkarni

コメントアクション パーマリンク
Avatar
Brian Jakubowsky

I am not the packager from our company. However, it looks like we just download the installer from MS and run "IE-REDIST64.EXE /update-no /quiet" and "IE-REDIST32.EXE /update-no /quiet". Just google "IE-REDIST64.EXE" or "IE-REDIST32.EXE". That should point you to the downloadable installers from MS.

コメントアクション パーマリンク
Avatar
Shaun Dawkins

Brian is correct.  The commands he listed are essentially what we are doing as well on the offline installer. You might also consider using some form of /norestart options to the command as well so it doesn't reboot automatically.  Then change the Radia Reboot Options to AI=Y so that it will prompt for a reboot via Radia instead. One other thing to note if I'm not mistaken, is that IE11 may require other prerequisite patches to load first. If your machine is not at the right patch level it might not install.

コメントアクション パーマリンク
Avatar
Permanently deleted user

Hi Sumant,

Were you able to get this working? May be you are missing some prerequisites? Please share the errors which are seeing.

Best Regards,

Deepu

 

 

コメントアクション パーマリンク
Avatar
Jamshed Qureshi

Here are some of pre-req KB's that we had to apply followed by machine reboot. Once these are installed IE11 installation went smoothly.

KB2533623
KB2639308
KB2670838
KB2729094
KB2731771
KB2786081
KB2834140
KB2882822
KB2888049

Regards,

コメントアクション パーマリンク
Avatar
Jamshed Qureshi

You could also review the IE11_main.log file in the \Windows folder. We had errors in it regarding wmi querries which were timing out.

WMI query was taking too long on some systems and eventually timing out.

Here how we resolve,

Before calling the IE11 setup, we ran :

SET KBID=KB2729094
WMIC qfe get hotfixid | FIND "%KBID%"

KBID doesn't matter here, could be any KB number. Calling this before seutp makes WMI cache the results, and then setup runs without any timeouts.

コメントアクション パーマリンク

Top Contributors