Here is the situation.
I am re-configuring 120 workstations, all different models with different hardware. It is a production environnement that requires some tweaking of individual workstations. To save a bit of time i have tried to perform unattended installations but it always fails.
The systems are w2k and are reconfigured to be w2k in french. I am doing clean instals (deleting existing partitions and reformatting the new partition in NTFS).
Here is my unattend.sif file:
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINNT
[GuiUnattended]
AdminPassword=*
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
Productid=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName=NAME
OrgName=NAME
ComputerName=test-fr
[RegionalSettings]
LanguageGroup=1
Language=00000c0c
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
thanks for any and every suggestions.
I am re-configuring 120 workstations, all different models with different hardware. It is a production environnement that requires some tweaking of individual workstations. To save a bit of time i have tried to perform unattended installations but it always fails.
The systems are w2k and are reconfigured to be w2k in french. I am doing clean instals (deleting existing partitions and reformatting the new partition in NTFS).
Here is my unattend.sif file:
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINNT
[GuiUnattended]
AdminPassword=*
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
Productid=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName=NAME
OrgName=NAME
ComputerName=test-fr
[RegionalSettings]
LanguageGroup=1
Language=00000c0c
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
thanks for any and every suggestions.