I am currently using the Drivers from CD: Simple Method, as suggested in
this topic to solve the problem of the Unattend Install Prompting For Monitor Driver.
This is my winnt.sif
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates="Yes"
[Unattended]
FileSystem=*
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
UnattendSwitch=Yes
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
[GuiUnattended]
DetachedProgram=".\system32\cmd.exe"
Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I$OEM$) DO (IF EXIST %J (start /min /D%J NirCmd.exe exec hide Drivers.cmd)))"
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=130
OemSkipWelcome=1
[Display]
Xresolution=800
YResolution=600
AutoConfirm=1
[UserData]
ProductKey=xxxx-xxxx-xxxx-xxxx-xxxx
FullName="Windows XP"
OrgName="Professional"
ComputerName=Windows
[TapiLocation]
CountryCode=357
Dialing=Tone
[RegionalSettings]
LanguageGroup=4
SystemLocale=00000408
UserLocale=00000408
UserLocale_DefaultUser=00000408
InputLocale=0408:00000408
InputLocale_DefaultUser=0409:00000409
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[Components]
msmsgs=off
msnexplr=off
I have also tried installing KB883667 as suggested in
this topic, no luck either, propably because I already have all the latest windows updates.
The problem of Unattend Install Prompting For Monitor Driver still exists though. What else can I try?