
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    OemPnPDriversPath=\drivers\BCM570X
    TargetPath=\WINNT
    DriverSigningPolicy=Ignore
    Filesystem=LeaveAlone
    OverwriteOemFilesOnUpgrade=No

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

[UserData]
    FullName=Name
    OrgName=Organization
    ComputerName=ComputerName
;  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

