Unattend Script Problem

  • Thread starter Thread starter Kardon Coupé
  • Start date Start date
K

Kardon Coupé

I thought I had set it up correct, using the app that is held within the
deploy.cab

but when installing, I am still asked for...

Computer Name
Time Zone
Network Options
Workgroup

What am I doing wrong, I wanted it to just fly through it?

Could it be a possibility that I am running it on a Virtual PC, not on a
REAL machine?

Hope someone can help me with this matter...

Thanks.
 
Check that the unattend.txt contains at least the following

[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS

[GuiUnattended]
AdminPassword="P@ssw0rd"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1

[UserData]
ProductKey=11111-22222-33333-44444-55555
FullName="Name"
OrgName="Org"
ComputerName=ws0001

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 
Back
Top