View Single Post
  #2  
Old 25th Feb 05, 10:47 PM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Example:

Code:
;SetupMgrTag [Data] AutoPartition = "0" MsDosInitiated = "0" UnattendedInstall = "Yes" AutomaticUpdates = "Yes" [Unattended] UnattendMode = "FullUnattended" FileSystem = * OemSkipEula = "Yes" OemPreinstall = "Yes" UnattendSwitch = "Yes" TargetPath = "\WINNT" Repartition = "No" WaitForReboot = "No" CrashDumpSetting = "0" DUDisable = "Yes" DriverSigningPolicy = "Ignore" Hibernation = "No" [GuiUnattended] AdminPassword = "" EncryptedAdminPassword = "No" OEMSkipRegional = "1" TimeZone = "35" OemSkipWelcome = "1" [UserData] ProductID = "" FullName = "Will" OrgName = "NewbiesLair" ComputerName = * Since you want computer name to be different everytime than you would need to set it up after installing windows via batch file, runonceex, vbs script, etc. [Display] ConfigureAtLogon = "1" BitsPerPel = "32" Xresolution = "1024" YResolution = "768" Vrefresh = "85" AutoConfirm = "1" [TapiLocation] CountryCode = "1" AreaCode = "" [Identification] JoinWorkgroup = "WORKGROUP" If u want to join a workgroup or domain you can add it here. [Networking] InstallDefaultComponents = "No" [NetAdapters] Adapter1 = "params.Adapter1" [params.Adapter1] INFID = * [NetProtocols] MS_TCPIP = "params.MS_TCPIP" [params.MS_TCPIP] AdapterSections = "params.MS_TCPIP.Adapter1" DNS = "No" UseDomainNameDevolution = "No" EnableLMHosts = "No" [params.MS_TCPIP.Adapter1] SpecificTo = "Adapter1" DNSServerSearchOrder = "4.2.2.1,4.2.2.2" DHCP = "Yes" WINS = "No" NetBIOSOptions = "2" You could setup the dhcp information right there like I do. :) [Components] AccessOpt = "Off" Charmap = "Off" Chat = "Off" Clipbook = "Off" Deskpaper = "Off" dialer = "Off" Fax = "Off" freecell = "Off" hearts = "Off" Hypertrm = "Off" Indexsrv_system = "Off" Media_clips = "Off" Media_utopia = "Off" minesweeper = "Off" Mousepoint = "On" msmsgs = "Off" msnexplr = "Off" pinball = "Off" Rec = "Off" solitaire = "Off" spider = "Off" Templates = "Off" TerminalServer = "Off" WMAccess = "Off" zonegames = "Off" [NetServices] MS_Server = params.MS_Server [Shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Storm\Storm.msstyles" DefaultStartPanelOff = "Yes" DefaultThemesOff = "No" [WindowsFirewall] Profiles = "WindowsFirewall.TurnOffFirewall" [WindowsFirewall.TurnOffFirewall] Mode = "0" [IEPopupBlocker] AllowedSites = * BlockPopups = "Yes" FilterLevel = "Medium" ShowInformationBar = "Yes" [GuiRunOnce] %systemdrive%\install\Update.cmd
Well hope that gives u some sort of idea. See then using update.cmd you can rename all the computers.

Of course you can setup a domain controler and setup shared network directory but not sure if you could make windows automatticly install from the network. Maybe you could using some batch installer? You can at least download it from the network and install.
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote