Jump to content

Recommended Posts

Posted

hello guys,

i got a problem with installing my hotfixes, it doest start at all :)

this is my unattend.bat :

rem @echo off

set AnswerFile=Y:\WinXp-Nl\i386\winnt.sif

set SetupFiles=Y:\WinXp-Nl\i386

Y:

cd \

\WinXp-NL\i386\winnt32.exe /syspart:C: /noreboot /makelocalsource /tempdrive:C: /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang

and my winnt.sif :

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

Repartition=No

WaitForReboot=No

UnattendSwitch=yes

OemPnPDriversPath="Drivers\001_chipset;Drivers\002_network;Drivers\003_video;Drivers\004_audio"

DriverSigningPolicy=Ignore

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=110

OemSkipWelcome=1

[userData]

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="usr"

OrgName="usr"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

CountryCode=31

[identification]

JoinWorkgroup=Werkgroep

[Networking]

InstallDefaultComponents=Yes

and this is the svcpack.inf :

[Version]

Signature="$Windows NT$"

MajorVersion=5

MinorVersion=1

BuildNumer=2600

[setupData]

CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

[setupHotfixesToRun]

DX9NTopk.exe

WMP9.exe

Q819696.exe /Q /O /N /Z

Q824105.exe /Q /O /N /Z

Q824141.exe /Q /O /N /Z

Q825119.exe /Q /O /N /Z

Q826939.exe /Q /O /N /Z

Q828026.exe /Q /O /N /Z

Q828035.exe /Q /O /N /Z

Q828741.exe /Q /O /N /Z

Q835732.exe /Q /O /N /Z

Q837001.exe /Q /O /N /Z

Q839643.exe /Q /O /N /Z

Q840374.exe /Q /O /N /Z

js56nnl.exe /Q:A /R:N

Q832894.exe /Q:A /R:N

Q831167.exe /Q:A /R:N

Q837009.exe /Q:A /R:N

q832483.cmd

i dont know whats going wrong maybe u guys know it

thanks in advanged

oc


Posted

the [ProductCatalogsToInstall] should not be empty but list the name of the CATs files.

A sample of my Win2K svcpack.inf

[Version] 
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=0
BuildNumber=2195  

[SetupData]
CatalogSubDir="\i386\svcpack"

[SetupHotfixesToRun]
DX81NTOP.EXE /Q:A /R:N
IE6SP1.EXE /Q:A /R:N
IE6START.EXE /Q:A /R:N
329115.EXE /Q /U /O /N /Z
818043.EXE /Q /U /O /N /Z
820888.EXE /Q /U /O /N /Z
822831.EXE /Q /U /O /N /Z
823182.EXE /Q /U /O /N /Z
823559.EXE /Q /U /O /N /Z
824105.EXE /Q /U /O /N /Z
824141.EXE /Q /U /O /N /Z
824146.EXE /Q /U /O /N /Z
825119.EXE /Q /U /O /N /Z
826232.EXE /Q /U /O /N /Z
828035.EXE /Q /U /O /N /Z
828741.EXE /Q /U /O /N /Z
828749.EXE /Q /U /O /N /Z
829558.EXE /Q /U /O /N /Z
835732.EXE /Q /U /O /N /Z
837001.EXE /Q /U /O /N /Z
Q832894.EXE /Q:A /R:N
"ENU_Q8~1.EXE /Q:A /R:N /C:""DAHOTFIX.EXE /Q /N"""
QCHAIN.EXE  

[ProductCatalogsToInstall]
DTCSETUP.CAT
KB329115.CAT
KB820888.CAT
KB822831.CAT
KB823182.CAT
KB823559.CAT
KB824105.CAT
KB824141.CAT
KB824146.CAT
KB825119.CAT
KB826232.CAT
KB828035.CAT
KB828741.CAT
KB828749.CAT
KB829558.CAT
KB835732.CAT
KB837001.CAT
Q818043.CAT
Q832894.CAT

I hightly recommend to use XPCreate to build install CDs with HF already integrated.

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