
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    OemPnPDriversPath=\drivers\BCM570X
    TargetPath=\WINNT
    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=Computer1
    OrgName=CompanyName
    ComputerName=Computer1
;  PRODUCT ID is required for most installations.
    ProductID="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

[GuiRunOnce]
      ; Comment the following lines if you did not use BDRVCOPY to copy the
      ; driver files to the installation media.
      ; *** command to install the drivers from the driver media
      ;Command0="c:\drivers\BCM570X\BW2KUPD.exe c:\drivers\BCM570X\b57win32.inf"
      ; *** command to install Management Applications - uncomment to install Management Applications
      ;Command2="c:\drivers\BCM570X\setup /s "

[Identification]
    JoinWorkgroup=WORKGROUP
;  *Use the following for a domain installation
;    JoinDomain=MYDOMAIN
;    CreateComputerAccountInDomain=Yes
;    DomainAdmin=Installer
;    DomainAdminPassword=install

[Networking]
    InstallDefaultComponents=Yes

