kpalser Posted September 7, 2003 Posted September 7, 2003 I've got a batch for installing nearly 40 hotfixes unattended and it's executed after the main_batch.cmd.when i simulate on VirtualPC with my cd-image everything works fine, but when i install on a real pc, i've got the problem that after every hotfix-.exe i see a window that there's a problem with the 'update.exe' and i could send a report to microsoft. the installation quits.rebooting the computer twice i started the hotfixes.cmd by myself and it worked: i could install every patch.maybe the programms i install by main_batch.cmd are causing troubles?- DirectX 9b- Media Player 9- copying uxtheme.dll- Adobe Reader 6- Nero 6- DivX 5.0.5- Norton Internet Security 2003Here's my hotfix.cmd:CLS@echo offECHO.ECHO Installing KB282010...start /wait %systemdrive%\install\Hotfixes\KB282010.exe /Q /M /ZECHO.ECHO Installing Q329170...start /wait %systemdrive%\install\Hotfixes\Q329170.exe /Q /M /ZECHO.ECHO Installing Q331953...start /wait %systemdrive%\install\Hotfixes\Q331953.exe /Q /M /ZECHO.ECHO Installing Q810577...start /wait %systemdrive%\install\Hotfixes\Q810577.exe /Q /M /ZECHO.ECHO Installing Q810833...start /wait %systemdrive%\install\Hotfixes\Q810833.exe /Q /M /ZECHO.ECHO Installing Q811493...start /wait %systemdrive%\install\Hotfixes\Q811493.exe /Q /M /ZECHO.ECHO Installing Q811630...start /wait %systemdrive%\install\Hotfixes\Q811630.exe /Q /M /ZECHO.ECHO Installing Q817606...start /wait %systemdrive%\install\Hotfixes\Q817606.exe /Q /M /ZECHO.ECHO Installing KB817787...start /wait %systemdrive%\install\Hotfixes\KB817787.exe /Q:A /R:NECHO.ECHO Installing KB818043...start /wait %systemdrive%\install\Hotfixes\KB818043.exe /Q /M /ZECHO.ECHO Installing Q819696...start /wait %systemdrive%\install\Hotfixes\Q819696.exe /Q /M /ZECHO.ECHO Installing KB820291...start /wait %systemdrive%\install\Hotfixes\KB820291.exe /Q /M /ZECHO.ECHO Installing KB821557...start /wait %systemdrive%\install\Hotfixes\KB821557.exe /Q /M /ZECHO.ECHO Installing KB823559...start /wait %systemdrive%\install\Hotfixes\KB823559.exe /Q /M /ZECHO.ECHO Installing KB823980...start /wait %systemdrive%\install\Hotfixes\KB823980.exe /Q /M /ZECHO.ECHO Installing KB817778...start /wait %systemdrive%\install\Hotfixes\KB817778.exe /Q /M /ZECHO.ECHO Installing Q322069...start /wait %systemdrive%\install\Hotfixes\Q322069.exe /Q /M /ZECHO.ECHO Installing Q321898...start /wait %systemdrive%\install\Hotfixes\Q321898.exe /Q:A /R:NECHO.ECHO Installing Q322011...start /wait %systemdrive%\install\Hotfixes\Q322011.exe /Q /M /ZECHO.ECHO Installing Q323255...start /wait %systemdrive%\install\Hotfixes\Q323255.exe /Q /M /ZECHO.ECHO Installing Q327979...start /wait %systemdrive%\install\Hotfixes\Q327979.exe /Q /M /ZECHO.ECHO Installing Q328310...start /wait %systemdrive%\install\Hotfixes\Q328310.exe /Q /M /ZECHO.ECHO Installing Q329048...start /wait %systemdrive%\install\Hotfixes\Q329048.exe /Q /M /ZECHO.ECHO Installing Q329115...start /wait %systemdrive%\install\Hotfixes\Q329115.exe /Q /M /ZECHO.ECHO Installing Q329390...start /wait %systemdrive%\install\Hotfixes\Q329390.exe /Q /M /ZECHO.ECHO Installing Q329441...start /wait %systemdrive%\install\Hotfixes\Q329441.exe /Q /M /ZECHO.ECHO Installing Q329834...start /wait %systemdrive%\install\Hotfixes\Q329834.exe /Q /M /ZECHO.ECHO Installing Q810272...start /wait %systemdrive%\install\Hotfixes\Q810272.exe /Q /M /ZECHO.ECHO Installing Q810565...start /wait %systemdrive%\install\Hotfixes\Q810565.exe /Q /M /ZECHO.ECHO Installing Q814033...start /wait %systemdrive%\install\Hotfixes\Q814033.exe /Q /M /ZECHO.ECHO Installing Q814995...start /wait %systemdrive%\install\Hotfixes\Q814995.exe /Q /M /ZECHO.ECHO Installing Q815021...start /wait %systemdrive%\install\Hotfixes\Q815021.exe /Q /M /ZECHO.ECHO Installing Q817287...start /wait %systemdrive%\install\Hotfixes\Q817287.exe /Q:A /R:NECHO.ECHO Installing KB819639...start /wait %systemdrive%\install\Hotfixes\KB819639.exe /Q:A /R:NECHO.ECHO Installing KB821253...start /wait %systemdrive%\install\Hotfixes\KB821253.exe /Q /M /ZECHO.ECHO Installing Q813951...start /wait %systemdrive%\install\Hotfixes\Q813951.exe /Q:A /R:NECHO.ECHO Installing Q330994...start /wait %systemdrive%\install\Hotfixes\Q330994.exe /Q:A /R:NECHO.ECHO Installing Q818529...start /wait %systemdrive%\install\Hotfixes\Q818529.exe /Q:A /R:Nand here's my main_batch.cmd (don't mind the german lines *g*)CLS@echo offECHO.ECHO In den naechsten Minuten werden einige ZusatztoolsECHO und Aenderungen an Windows-XP durchgefuehrtECHO Bitte haben Sie etwas Geduld!! Die Installation kannECHO je nach Rechner bis zu einer halben Stunde dauern.ECHO.ECHO Starte Batch...ECHO START >c:\unattended.logdate /t >>c:\unattended.logECHO.ECHO Installiere DirectX 9.0bECHO DirectX 9.0b >>c:\unattended.logtime /t >>c:\unattended.logecho ************************ >>c:\unattended.logECHO Einen Moment...start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opkECHO.ECHO DirectX 9.0b fertig >>c:\unattended.logtime /t >>c:\unattended.logecho ************************ >>c:\unattended.logECHO.ECHO Kopiere gepatchte UXTheme.dll zum Benutzen von Windows ThemesECHO Noch einen Moment...echo UXTHeme.dll >>c:\unattended.logtime /t >>c:\unattended.logREN %systemroot%\System32\dllcache\uxtheme.dll uxtheme.oldCOPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\dllcache\"REN %systemroot%\System32\uxtheme.dll uxtheme.oldCOPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\"ECHO.echo UXTheme.dll fertig >>c:\unattended.logtime /t >>c:\unattended.logecho ************************* >>c:\unattended.logECHO.ECHO Installiere Windows Media Player 9ECHO Und noch einen...ECHO Windows Media Player 9 >>c:\unattended.logtime /t >>c:\unattended.logstart /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:NECHO.echo Media Player 9 fertig >>c:\unattended.logtime /t >>c:\unattended.logecho ************************** >>c:\unattended.logECHO.ECHO Installiere Adobe Reader 6ECHO Warten...echo Adobe Reader 6 >>c:\unattended.logtime /t >>c:\unattended.logstart /wait %systemdrive%\install\AdobeReader6\AR6.msi /QBECHO.echo Adobe Reader fertig >>c:\unattended.logtime /t >>c:\unattended.logecho ************************** >>c:\unattended.logECHO.ECHO Installiere WinRAR 3.20ECHO Nochmal warten...echo WinRAR 3.20 >>c:\unattended.logtime /t >>c:\unattended.logstart /wait %systemdrive%\install\WinRAR20\wrar320d.exe /sECHO.echo WinRAR 3.20 fertig >>c:\unattended.logtime /t >>c:\unattended.logecho ************************** >>c:\unattended.logECHO.ECHO Installiere Nero Burning ROM v6.0.0.11ECHO Please wait...echo Nero Burning ROM >>c:\unattended.logtime /t >>c:\unattended.logstart /wait %systemdrive%\install\Nero_600011\Nero60011.exe /silent /norebootECHO.ECHO Registering Nero Burning ROM...REGEDIT /S %systemdrive%\install\Nero_600011\register.regECHO.echo Nero Burning ROM fertig >>c:\unattended.logtime /t >>c:\unattended.logecho *************************** >>c:\unattended.logECHO.ECHO Installiere DivX 5.0.5ECHO Uno momento...echo DivX 5.0.5 >>c:\unattended.logtime /t >>c:\unattended.logstart /wait %systemdrive%\install\DivX_505\DivX505Bundle.exe /sECHO.echo DivX 5.0.5 >>c:\unattended.logtime /t >>c:\unattended.logecho DivX 5.0.5 fertig >>c:\unattended.logecho **************************** >>c:\unattended.logECHO.ECHO und zuletztECHO Installiere Norton Internet Security 2003echo Internet Security >>c:\unattended.logtime /t >>c:\unattended.logstart /wait %systemdrive%\install\NISEcur\NIS\NIS.msi /QB reboot=suppressecho Internet Security fertig >>c:\unattended.logtime /t >>c:\unattended.logecho ******************************IF EXIST c:\runonce.bat start /wait c:\runonce.batECHO FERTIG!ECHOecho Abschluß: >>c:\unattended.logtime /t >>c:\unattended.logEXITThank you for helping!!!!
Sunil Posted September 7, 2003 Posted September 7, 2003 Is it possible that you send me one of the hot fixes so i can check it out.Sunil
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now