
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    OemPnPDriversPath=\drivers\net\INTEL
    TargetPath=*
    DriverSigningPolicy=Ignore
    Filesystem=LeaveAlone
    OverwriteOemFilesOnUpgrade=No

;  This switch prevents the user setup dialog from running when XP
;  starts for the first time.
    UnattendSwitch=Yes


[GuiUnattended]
    AdminPassword=*
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1
    TimeZone=4
    OemSkipWelcome=1

[UserData]
    FullName=Name
    OrgName=Organization
    ComputerName=ComputerName
    ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

; For Server Installations. The server License type must be specified.

[LicenseFilePrintData]
;    Set up the licensing type for the server.  
 
;     AutoMode=xxxxxxxx
;             Possible AutoMode values are PerSeat and PerServer

;     AutoUsers=xxxx
;             Number of users if AutoMode = PerServer.



[GuiRunOnce]
    ; command to install PROSet - uncomment to install PROSet after push install
;    Command0="c:\drivers\net\INTEL\Proset.msi /qn"

[Identification]
    JoinWorkgroup=WORKGROUP

[Networking]
    InstallDefaultComponents=Yes

