giuliano Posted April 18, 2005 Posted April 18, 2005 Hi guys, i try to make win2k unattended. All works fine but when I check Win dows Update not all updates are installed.Here my svcpack.inf;Windows 2000[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=0BuildNumber=2195[SetupData]CatalogSubDir="\i386\SVCPACK"[ProductCatalogsToInstall][SetupHotfixesToRun]"ie6setup.exe /Q:A /R:N""MP9ita.exe /Q:A /R:N""dxsetup.exe /silent"KB329115.exe /passive /norestart /quietKB820888.exe -u -z -qKB822831.exe -u -z -qKB823182.exe -u -z –qKB823559.exe -u -z –qKB823980.exe -u -z -qKB824105.exe -u -z –qKB824151.EXE /qKB825119.exe -u -z –qKB826232.exe /passive /norestart /quietKB828035.exe /passive /norestart /quietKB828741.exe /passive /norestart /quietKB828749.exe /passive /norestart /quietKB833989.exe /Q:A /R:NKB835732.exe /passive /norestart /quietKB837001.exe /passive /norestart /quietKB839645.exe /passive /norestart /quietKB840315.exe /passive /norestart /quietKB840987.exe /passive /norestart /quietKB841356.exe /passive /norestart /quietKB841533.exe /passive /norestart /quietKB841872.exe /passive /norestart /quietKB841873.exe /passive /norestart /quietKB842526.exe /passive /norestart /quietKB842773.exe /passive /norestart /quietKB870669.exe /Q:A /R:NKB871250.exe /passive /norestart /quietKB873333.exe /passive /norestart /quietKB873339.exe /passive /norestart /quietKB885250.exe /passive /norestart /quietKB885492.exe /passive /norestart /quietKB885835.exe /passive /norestart /quietKB885836.exe /passive /norestart /quietKB887797.exe /q /n /zKB888113.exe /passive /norestart /quietKB890175.exe /passive /norestart /quietKB890859.exe /passive /norestart /quietKB890923.exe /passive /norestart /quietKB891781.exe /passive /norestart /quietKB893066.exe /passive /norestart /quietKB893086.exe /passive /norestart /quietKB893803.exe /passive /norestart /quietQ828026.exe /passive /norestart /quiet"Q832483.exe /C:""dahotfix.exe /q /n"" /q:a"Java2.exefloppy.cmdqchain.exeUpdates not installed are:KB823353, KB825119, KB824105, KB823182, 823559, 814078. 818043.I sorted KB* entryes, can be this my error?Giuliano
Incroyable HULK Posted April 19, 2005 Posted April 19, 2005 Follow the Hotfixes Thread: http://www.msfn.org/board/index.php?showtopic=31886EXCEPTIONS Should be run within RunOnceEx.cmd (or a batch file launched from [GuiRunOnce]in WINNT.SIF)KB814078 -› Flaw in Windows Script Engine may allow code to runDownload -› 364 KB (September 28, 2004)Switches: KB814078.exe /Q:A /R:NKB823353 - Cumulative Security Update for Outlook Express 6 SP1Download -› 1.9 MB (August 6, 2004)Switches: KB823353.exe /Q:A /R:NTheses hotfixes should not be installed via svcpack.inf, they are messing up the process...
giuliano Posted April 19, 2005 Author Posted April 19, 2005 KB814078 and KB823353 Theses hotfixes should not be installed via svcpack.inf, they are messing up the process...<{POST_SNAPBACK}>Ok this is true, I forgotten to show my batch file, in svcpack.inf I call sub-routine floppy.cmd that run update.cmd form floppyupdate.cmd:FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CDROMSP4.TST SET CDROM=%%i:ECHO.ECHO Installazione hotfixstart /wait %CDROM%\I386\svcpack\Update\js56nit.exe /Q:A /R:Nstart /wait %CDROM%\I386\svcpack\Update\KB823353.exe /Q /O /N /ZECHO.ECHO Installazione .Net Frameworkstart /wait %CDROM%\I386\svcpack\Update\dotnetfx.exe /q:a /c:"install /l /q"ECHO.ECHO Installazione .Net Framework 1.1 SP1start /wait %CDROM%\I386\svcpack\Update\KB867460.exe /qbECHO.ECHO Rimuovo ASP.NET User Account creato da .NET Framework 1.1net user aspnet /deletestart /wait %CDROM%\I386\svcpack\Update\KB886903.exe /qiECHO.ECHO Installazione .Net Framework language packstart /wait %CDROM%\I386\svcpack\Update\langpack.msi /qnECHO.ECHO Installazione Flash player 7.0.19start /wait %CDROM%\I386\svcpack\Update\Flash.EXE%SystemRoot%\regedit /s a:\gdi.reg%SystemRoot%\regedit /s a:\trucchi.regEXITMy error is try to install KB814078 and KB823353 during T13 minute stage whit batch file?What about KB824105, KB823182, 823559 hotfixes? Entryes are in scvpack.inf and installed before possible error whit KB814078 and KB823353 hotfixes.Giuliano
Incroyable HULK Posted April 19, 2005 Posted April 19, 2005 I think you need a reboot before installing KB814078 and KB823353...otherwise the RunOnceEx process is hangging (IE6 installation) so yes; a RunOnceEx.cmd or a batch file launched from [GuiRunOnce] in WINNT.SIF should do the job.
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