[Gelöst] KB944036 --> IE 8

[Gelöst] KB944036 --> IE 8

Postby hdneuenfeldt » 06.02.2014, 17:58

Hallo Zusammen,

ich fand in der Doku :
kb944036 (Internet Explorer 8 (will be explicitly installed if selected))


ich starte mit Client\Update.cmd :
Code: Select all
@echo off
cd /D "%~dp0cmd"
start /wait DoUpdate.cmd /verify /instie7 /instie8 /instie9 /instie10 /instie11 /updatercerts /updatecpp /updatedx /instmssl /updatewmp /updatetsc /instdotnet35 /instdotnet4 /instpsh /instwmf /instofc


Wieso bekomme ich dennoch die Meldung :
Info: Skipping update kb940767 (Internet Explorer 7) due to matching black list entry.
Info: Skipping update kb944036 (Internet Explorer 8) due to matching black list entry.
Info: Skipping update kb976002 (Browser Choice) due to matching black list entry.


Viele Grüße
Hans-Dieter
Last edited by hdneuenfeldt on 14.02.2014, 20:28, edited 1 time in total.
Die einzige unter den Menschen gerecht verteilte Fähigkeit ist Intelligenz. Niemand behauptet zu wenig davon zu haben ...
hdneuenfeldt
 
Posts: 31
Joined: 05.02.2014, 00:45

Re: KB944036 --> IE 8

Postby aker » 06.02.2014, 19:03

Ich vermute, dass es da durch das setzen von allen "/installie"-Parametern zu einem Durcheinander im Skript gekommen ist.
1. der letzte /installie-Parameter überschreibt alle anderen => hier also Version 11
2. ich vermute, dass auf dem Rechner Windows XP installiert ist (sonst würden auch IE 9 und neuer angezeigt)
3. der IE 11 ist nicht XP-kompatibel
Daraus resultiert also: wsusou versucht den IE 11 zu installieren, kann dies jedoch nicht, weswegen keine IE-Installation stattfindet. Darum meldet wsusou einen nicht installierten IE.

Bitte nur eine IE-Version zur Installation auswählen.

Viele Grüße
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: KB944036 --> IE 8

Postby hdneuenfeldt » 06.02.2014, 19:25

Schade,
es wäre so schön gewesen, ein Script für alle OS-Versionen ...

ist es vielleicht möglich eine solche "Intelligenz" dem Programm beizubringen ?

Mit der Einschränkung auf eine IE Version läufts ..
Die einzige unter den Menschen gerecht verteilte Fähigkeit ist Intelligenz. Niemand behauptet zu wenig davon zu haben ...
hdneuenfeldt
 
Posts: 31
Joined: 05.02.2014, 00:45

Re: KB944036 --> IE 8

Postby aker » 06.02.2014, 20:11

hdneuenfeldt wrote:ist es vielleicht möglich eine solche "Intelligenz" dem Programm beizubringen ?


Ich wüsste spontan keine Lösung.

@WSUSUpdateAdmin
Wäre ein Parameter "/autoinstallie" möglich?

Viele Grüße
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: KB944036 --> IE 8

Postby WSUSUpdateAdmin » 07.02.2014, 06:30

Moin!

aker wrote:Wäre ein Parameter "/autoinstallie" möglich?

Ja, ich denke schon.
Schau' ich mir mal an.

Viele Grüße
Torsten Wittrock
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Re: KB944036 --> IE 8

Postby aker » 08.02.2014, 10:10

.\client\cmd\DoUpdate.cmd wrote:if /i "%1"=="/instie10" set INSTALL_IE=/instie10
if /i "%1"=="/instie11" set INSTALL_IE=/instie11
if /i "%1"=="/autoinstie" set INSTALL_IE=/autoinstie
if /i "%1"=="/updatecpp" set UPDATE_CPP=/updatecpp
if /i "%1"=="/updatedx" set UPDATE_DX=/updatedx


.\client\cmd\DoUpdate.cmd wrote:if %IE_VER_BUILD% GTR %IE_VER_TARGET_BUILD% goto SkipIEInst
if %IE_VER_REVIS% GEQ %IE_VER_TARGET_REVIS% goto SkipIEInst
if "%IE_VER_TARGET_MAJOR%"=="7" set INSTALL_IE=/instie7
if "%IE_VER_TARGET_MAJOR%"=="8" set INSTALL_IE=/instie8
if "%IE_VER_TARGET_MAJOR%%IE_VER_TARGET_MINOR%"=="90" set INSTALL_IE=/instie9
if "%IE_VER_TARGET_MAJOR%%IE_VER_TARGET_MINOR%"=="910" set INSTALL_IE=/instie10
if "%IE_VER_TARGET_MAJOR%%IE_VER_TARGET_MINOR%"=="911" set INSTALL_IE=/instie11

:InstallIE
goto IE%OS_NAME%


.\client\cmd\SetTargetEnvVars.cmd wrote::Windows5.1
...
set WSH_VER_TARGET_MAJOR=5
set WSH_VER_TARGET_MINOR=7
if /i "%1"=="/autoinstie" (set IE_VER_TARGET_MAJOR=8) else (
if /i "%1"=="/instie8" (set IE_VER_TARGET_MAJOR=8) else (
if /i "%1"=="/instie7" (set IE_VER_TARGET_MAJOR=7) else (set IE_VER_TARGET_MAJOR=6)
)
)
set IE_VER_TARGET_MINOR=0
set DOTNET4_VER_TARGET_MINOR=0


Viele Grüße
Last edited by aker on 08.02.2014, 20:38, edited 2 times in total.
Reason: Code überarbeitet
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: KB944036 --> IE 8

Postby WSUSUpdateAdmin » 10.02.2014, 14:56

Moin!

:arrow: http://trac.wsusoffline.net/browser/trunk (r557): "- DoUpdate.cmd script now supports "/instielatest" parameter for platform independent custom scripting (Thanks to "hdneuenfeldt" and "aker")"

GTW
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Re: KB944036 --> IE 8

Postby hdneuenfeldt » 10.02.2014, 21:05

MERCI !!!!!!!!

Wann fließt eine solche Änderung ins offizielle Update ein ?
Die einzige unter den Menschen gerecht verteilte Fähigkeit ist Intelligenz. Niemand behauptet zu wenig davon zu haben ...
hdneuenfeldt
 
Posts: 31
Joined: 05.02.2014, 00:45

Re: KB944036 --> IE 8

Postby aker » 10.02.2014, 23:39

Beim nächsten Release.

Viele Grüße
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


Return to Installation / Updating

Who is online

Users browsing this forum: No registered users and 35 guests