Jump to content

Recommended Posts

Posted

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=5
MinorVersion=0
BuildNumber=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 /quiet
KB820888.exe -u -z -q
KB822831.exe -u -z -q
KB823182.exe -u -z –q
KB823559.exe -u -z –q
KB823980.exe -u -z -q
KB824105.exe -u -z –q
KB824151.EXE /q
KB825119.exe -u -z –q
KB826232.exe /passive /norestart /quiet
KB828035.exe /passive /norestart /quiet
KB828741.exe /passive /norestart /quiet
KB828749.exe /passive /norestart /quiet
KB833989.exe /Q:A /R:N
KB835732.exe /passive /norestart /quiet
KB837001.exe /passive /norestart /quiet
KB839645.exe /passive /norestart /quiet
KB840315.exe /passive /norestart /quiet
KB840987.exe /passive /norestart /quiet
KB841356.exe /passive /norestart /quiet
KB841533.exe /passive /norestart /quiet
KB841872.exe /passive /norestart /quiet
KB841873.exe /passive /norestart /quiet
KB842526.exe /passive /norestart /quiet
KB842773.exe /passive /norestart /quiet
KB870669.exe /Q:A /R:N
KB871250.exe /passive /norestart /quiet
KB873333.exe /passive /norestart /quiet
KB873339.exe /passive /norestart /quiet
KB885250.exe /passive /norestart /quiet
KB885492.exe /passive /norestart /quiet
KB885835.exe /passive /norestart /quiet
KB885836.exe /passive /norestart /quiet
KB887797.exe /q /n /z
KB888113.exe /passive /norestart /quiet
KB890175.exe /passive /norestart /quiet
KB890859.exe /passive /norestart /quiet
KB890923.exe /passive /norestart /quiet
KB891781.exe /passive /norestart /quiet
KB893066.exe /passive /norestart /quiet
KB893086.exe /passive /norestart /quiet
KB893803.exe /passive /norestart /quiet
Q828026.exe /passive /norestart /quiet
"Q832483.exe /C:""dahotfix.exe /q /n"" /q:a"
Java2.exe
floppy.cmd
qchain.exe

Updates not installed are:

KB823353, KB825119, KB824105, KB823182, 823559, 814078. 818043.

I sorted KB* entryes, can be this my error?

Giuliano


Posted

Follow the Hotfixes Thread: http://www.msfn.org/board/index.php?showtopic=31886

EXCEPTIONS

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 run

Download -› 364 KB (September 28, 2004)

Switches: KB814078.exe /Q:A /R:N

KB823353 - Cumulative Security Update for Outlook Express 6 SP1

Download -› 1.9 MB (August 6, 2004)

Switches: KB823353.exe /Q:A /R:N

Theses hotfixes should not be installed via svcpack.inf, they are messing up the process...

Posted
KB814078 and KB823353

Theses hotfixes should not be installed via svcpack.inf, they are messing up the process...

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 floppy

update.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 hotfix
start /wait %CDROM%\I386\svcpack\Update\js56nit.exe /Q:A /R:N
start /wait %CDROM%\I386\svcpack\Update\KB823353.exe /Q /O /N /Z

ECHO.
ECHO Installazione .Net Framework
start /wait %CDROM%\I386\svcpack\Update\dotnetfx.exe  /q:a /c:"install /l /q"

ECHO.
ECHO Installazione .Net Framework 1.1 SP1
start /wait %CDROM%\I386\svcpack\Update\KB867460.exe /qb

ECHO.
ECHO Rimuovo ASP.NET User Account creato da .NET Framework 1.1
net user aspnet /delete

start /wait %CDROM%\I386\svcpack\Update\KB886903.exe /qi

ECHO.
ECHO Installazione .Net Framework language pack
start /wait %CDROM%\I386\svcpack\Update\langpack.msi /qn

ECHO.
ECHO Installazione Flash player 7.0.19
start /wait %CDROM%\I386\svcpack\Update\Flash.EXE

%SystemRoot%\regedit /s a:\gdi.reg
%SystemRoot%\regedit /s a:\trucchi.reg

EXIT

My 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

Posted

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.

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...