Jump to content

Recommended Posts

Posted

Hello.

In my *.cmd i got a part:

ECHO.

ECHO Internet Explorer 6 mit SP1 werden installiert

ECHO Bitte warten...

start /wait %SystemDrive%\hotfixes\ie6Sp1\ie6setup.exe /Q:A /R:N

That install the IE6, but after this I got a lot of errors and then i must reboot.

So I can`t get the afterinstallations.

On W2K and XPprof unattendet CD its the same effect.

Are the parameters wrong? I read a lot of topics here, but they all say that i must have this parameters.

Hope you can help. :)


Posted

Hi,

mal ein link

http://www.winhelpline.info/daten/index.ph...hp?shownews=540

der Installer installiert gleich noch Updates hinzu

:)

Gruß

vito

P.S

meine CMDLINES.txt

[commands]

; Post SP 4 updates werden installiert

"D:\BONUS\SERVICEPACKS\2KUPDATE\postSP4.exe -s"

; Internet Explorer 6 wird installiert

"D:\BONUS\SERVICEPACKS\IE6SP1\IE6SETUP.EXE /q"

; Adminpack wird installiert

"D:\BONUS\SERVICEPACKS\ADMINPACK\adminpack.msi /q"

Posted

Hi.

Danke für die Seite. Das Updatepack von denen ist bei mir schon eingbunden!

Trotzdem danke.

Das ändert aber nichts an der Tatsache, dass nach der Installation von ie6 lauter fehler kommen. :-(

Klappt das bei dir in dieser Reihenfolge ohne Fehler?

Hier meine hot.cmd:

CLS

@echo off

ECHO.

ECHO Das ist nur ein Test :-)

ECHO Vielleicht auch nicht ;-\

ECHO Höchstwahrscheinlich ist es das nicht :-))

ECHO Oder vielleicht doch :-?

ECHO.

ECHO Updates und Hotfixes (Stand 20.10.03) werden installiert

ECHO Bitte warten...

start /wait %SystemDrive%\hotfixes\W2Kupd.exe -s <-----postsp4.exe

ECHO.

ECHO Installation von DirectX 9.0b

ECHO Bitte Warten...

start /wait %systemdrive%\hotfixes\DX90b\DirectX9\dxsetup.exe /opk

ECHO.

ECHO Windows Media Player 9.0 wird installiert

ECHO Bitte warten...

start /wait %SystemDrive%\hotfixes\Wmp9\setup_wm.exe /Q:A /R:N

ECHO.

ECHO Hotfix 828026 für Media Player 9.0 wird installiert

ECHO Bitte Warten...

start /wait %SystemDrive%\hotfixes\KB828026.exe /passive /norestart /o /n

ECHO.

ECHO Internet Explorer 6 mit SP1 werden installiert

ECHO Bitte warten...

start /wait %SystemDrive%\hotfixes\ie6Sp1\ie6setup.exe /Q:A /R:N

ECHO.

ECHO Hotfix 814078 (JScript) wird installiert

ECHO Bitte warten, wahrscheinlich muss der Rechner neugestartet werden :-(

start /wait %SystemDrive%\hotfixes\Q814078.exe /Q:a /R:N

EXIT

Und nach der Installation von IE6 scheitert er.

Ich probier es mal mit /q. Vielleicht klappts dann.

Was ist das Adminpack?

PS: ich glaube dutsch ist in diesem Forum verboten, also am besten english benutzen :)

Posted

Hi,

IE6 wird bei mir schon unter cmdlines.txt installiert

; Internet Explorer 6 wird installiert

"D:\BONUS\SERVICEPACKS\IE6SP1\IE6SETUP.EXE /q"

müsste aber auch als batfile gehen

start /wait "%SystemDrive%\hotfixes\ie6Sp1\ie6setup.exe /Q"

gruss

vito

:)

Posted

@ AaronXP

What do you mean with "I think I should make a german subforum under Unattended XP CD" ? I don`t like a forum just for the Germans, but its sometimes really heavy to find the right words in English :D

In such cases I try to explain in German, in Hope that at least the german Boys understand what I mean and can help me :)

In this spirit: I try and learn :rolleyes:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...