;Appendix C ;Automated Install by Booting from the Windows 2000 Professional CD ;WINNT.SIF Answer File for Windows 2000 Professional ;Clean Install, Custom Unattended Setup ;Joined to Workgroup ;Created by Jeffrey Ferris ;Ferris Technology Network ;Version 2.0 ;The following [Data] section enables the automated install by booting from ;the CD. If you want to convert this file to a standard UNATTEND.TXT file ;rather than the WINNT.SIF file, simply omit the following section. [Data] AutoPartition = "1" MsDosInitiated = "0" UnattendedInstall = Yes [Unattended] UnattendMode = DefaultHide NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 OemSkipEula = yes FileSystem = ConvertNTFS Repartition = Yes ;only valid on boot CD installs. [GuiUnattended] AdminPassword = * ;Blank Administrator Password TimeZone=20 ;US Central Time Zone OemSkipWelcome = 1 ;Bypass Welcome screen OemSkipRegional = 1 ;Skip regional options page [UserData] FullName="Ferris Technology Network" OrgName="Ferris Technology Network" computername="*" ;Randomly generate computer name based on organization name Productid = xxxxx-xxxxx-xxxxx-xxxxx-xxxxx ;Substitute your unique PID here [Display] BitsPerPel=16 Xresolution=800 YResolution=600 Vrefresh=72 [TapiLocation] Dialing=Tone AreaCode=512 LongDistanceAccess=9 [Components] ;We're disabling everything "fun." ;This section prevents installation of the CD Player, Character Map, ;Desktop Wallpaper, Phone Dialer, Freecell, HyperTerminal, sound schemes, ;Minesweeper, extra mouse pointers, WordPad, Pinball, Sound Recorder, and ;Solitaire. cdplayer = off charmap = off deskpaper = off dialer = off freecell = off hypertrm = off media_clips = off media_utopia = off minesweeper = off mousepoint = off mswordpad = off pinball = off rec = off solitaire = off [Networking] InstallDefaultComponents = Yes [Identification] ;The following information should be changed to reflect your domain environment JoinDomain = FERRISTECH ;This should be the username and password for an account with permission to ;add a computer account and join it to the domain. DomainAdmin = install DomainAdminPassword = AddW0rkst4ti0ns [NetAdapters] Adapter01 = params.LANConnection [params.LANConnection] INFID = * ;Only works in systems with a single NIC. ;Otherwise, you must specify the PnP ID here. ConnectionName = "LAN Connection" [NetProtocols] MS_TCPIP = params.TCPIP ;install TCP/IP protocol MS_NWIPX = params.IPX ;install IPX protocol ;The following options should be changed to reflect your DNS environment. [params.TCPIP] DNSDomain = ferristech.net DNSSuffixSearchOrder = ferristech.net, home.ferristech.net, dev.ferristech.net EnableLMHosts = No [params.IPX] EnableWANRouter = No ;Disable RIP router. [NetClients] MS_MSClient = params.MSClient MS_NWClient = params.NetWareC ;don't need this if you don't use NetWare [params.MSClient] ;Leave out the following section if you don't use NetWare. [params.NetWareC] PreferredServer = FTNNWS LogonScript = No [NetServices] [NetBindings] [NetOptionalComponents] SimpTCP = 1 ;Installs the Simple TCP/IP Services ;End of File