How to exclude IE 11?

How to exclude IE 11?

Postby Karthigan » 02.03.2016, 15:01

Hi,

First of all, I wanted to thank the community for the creation / development of this tool.

Secondly, in our corporate environment, we have to maintain IE 9 for backward compatibility, therefore, we need to exclude IE 11 from the updates.

We are running x64 version of Windows 7, with SP1 already.

Does anyone know how to accomplish this?

Thanks.
Karthigan
 
Posts: 10
Joined: 02.03.2016, 14:43

Re: How to exclude IE 11?

Postby boco » 02.03.2016, 15:52

There's already a solution in the trunk versions. The parameter /skipieinst and the 'skipieinst' INI-value should take care of your demand.

Here's the post from Admin mentioning this: viewtopic.php?p=18095#p18095
Microsoft update catalog: http://catalog.update.microsoft.com/v7/site/
Windows Install media download: https://support.microsoft.com/en-us/help/15088/windows-create-installation-media
boco
 
Posts: 2398
Joined: 24.11.2009, 17:00
Location: Germany

Re: How to exclude IE 11?

Postby Karthigan » 02.03.2016, 16:29

Thanks...

So, I am presuming that I download the latest version of the WSUS Offline Update Tool, and pass the command-line parameter /skipieinst, and that's it?
Karthigan
 
Posts: 10
Joined: 02.03.2016, 14:43

Re: How to exclude IE 11?

Postby aker » 02.03.2016, 21:02

In the next version of WSUSOU just add "skipieinst=Enabled" to .\client\UpdateInstaller.ini.
If a line "skipieinst=Disabled" exists, change "Disabled" to "Enabled".
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: How to exclude IE 11?

Postby Karthigan » 03.03.2016, 01:24

Thanks, I appreciate the help. Sorry, I am new to this tool, and I am trying to figure out things one at a time.
Karthigan
 
Posts: 10
Joined: 02.03.2016, 14:43

Re: How to exclude IE 11?

Postby Karthigan » 03.03.2016, 01:36

Hi, in the interim, if I want to avoid IE 11, can I edit the "doupdate.ini" configuration file located under: wsusoffline\client\cmd for the following lines?


if %IE_VER_MAJOR% LSS %IE_VER_TARGET_MAJOR% goto InstallIE
if %IE_VER_MAJOR% GTR %IE_VER_TARGET_MAJOR% goto SkipIEInst
if %IE_VER_MINOR% LSS %IE_VER_TARGET_MINOR% goto InstallIE
if %IE_VER_MINOR% GTR %IE_VER_TARGET_MINOR% goto SkipIEInst
if %IE_VER_BUILD% LSS %IE_VER_TARGET_BUILD% goto InstallIE
if %IE_VER_BUILD% GTR %IE_VER_TARGET_BUILD% goto SkipIEInst
if %IE_VER_REVIS% GEQ %IE_VER_TARGET_REVIS% goto SkipIEInst


change all the ending values to: goto SkipIEInst

That should work, correct? Give, that any condition met, it will skip the installation of IE?
Karthigan
 
Posts: 10
Joined: 02.03.2016, 14:43

Re: How to exclude IE 11?

Postby aker » 03.03.2016, 09:58

Easier: find
Code: Select all
echo Checking Internet Explorer version...
and replace it with
Code: Select all
goto SkipIEInst
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: How to exclude IE 11?

Postby Karthigan » 03.03.2016, 13:23

Thanks... :)
Karthigan
 
Posts: 10
Joined: 02.03.2016, 14:43

Re: How to exclude IE 11?

Postby RDoberstein » 24.03.2016, 14:43

boco wrote:There's already a solution in the trunk versions. The parameter /skipieinst and the 'skipieinst' INI-value should take care of your demand.


Who do i use it?
I tryed "updateinstaller.exe /skipieinst" but the IE11 was also installed.
Any suggestions?


Thanks
Reinhard

P.S. i am using V10.6.1, updated yesterday
RDoberstein
 

Re: How to exclude IE 11?

Postby harry » 24.03.2016, 15:13

RDoberstein wrote:Who do i use it?
I tryed "updateinstaller.exe /skipieinst" but the IE11 was also installed.
Any suggestions?

Please see viewtopic.php?f=4&t=5426&p=18418#p18418
harry
 
Posts: 737
Joined: 29.10.2009, 17:02

Next

Return to Installation / Updating

Who is online

Users browsing this forum: Google [Bot] and 41 guests