Hallöchen,
habe nach langem Probieren erfolgreich eine W2K Installations-CD mit Internet Explorer 6 SP1 und dem PostService Pack 4 Updater erstellt und das alles als FullUnattended.
In der WINNT.SIF habe ich als [GuiRunOnce]
Command0=C:\WINNT\hotfixes\iexplorer\ie6.bat angegeben.
Inhalt der ie6.bat:
set AutoStart=%ALLUSERSPROFILE%\STARTM~1\Programme\Autostart
COPY %systemroot%\hotfixes\update_start.bat "%AutoStart%\"
%systemroot%\hotfixes\tools\wait.exe 5
%systemroot%\hotfixes\iexplorer\ie6setup.exe /Q
%systemroot%\hotfixes\tools\wait.exe 30
%systemroot%\hotfixes\tools\reboot.exe
Nach der Installation des IE6 wird der Rechner neu gestartet und die Datei update_start.bat im Autostart ausgeführt.
Inhalt der update_start.bat
%systemroot%\hotfixes\tools\wait.exe 5
%systemroot%\hotfixes\postSP4.bat
Inhalt der postSP4.bat
set AutoStart=%ALLUSERSPROFILE%\STARTM~1\Programme\Autostart
%systemroot%\hotfixes\tools\wait.exe 1
%systemroot%\hotfixes\postSP4.exe -reboot -s -log*%windir%\autoSP4.txt*
del "%AutoStart%\update_start.bat"
COPY %systemroot%\hotfixes\update_start2.bat "%AutoStart%\"
%systemroot%\hotfixes\tools\wait.exe 60
%systemroot%\hotfixes\tools\reboot.exe
Inhalt der update_start2.bat
%systemroot%\wait.exe 4
%systemroot%\hotfixes\install2.bat
%systemroot%\wait.exe 4
Inhalt der install2.bat
set AutoStart=%ALLUSERSPROFILE%\STARTM~1\Programme\Autostart
%systemroot%\wait.exe 2
del "%AutoStart%\update_start2.bat"
%systemroot%\wait.exe 2
deltree /Y %systemroot%\hotfixes
%systemroot%\wait.exe 2
Habe das jetzt mehrmals auf verschiedenen Rechnern ausprobiert und hat jedesmal Funktioniert.
Ich hoffe das nützt jemanden etwas.
joemadder




Zitieren



Danköö 



Lesezeichen