Jump to content

Recommended Posts

Posted

Hi Everybody,

I'm having a problem figuring out the syntax for the tcp/ip properties in ristndrd.sif. I'd like to add "domain.com" to the domain suffix under general TCP/IP properties but I don't think I'm going about it the right way. Here's my .sif file:

[Data]
   AutoPartition=0
   MsDosInitiated="1"
   UnattendedInstall="Yes"
   floppyless="1"
   OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
   OriTyp="4"
   LocalSourceOnCD=1

[SetupData]
   OsLoadOptions="/noguiboot /fastdetect"
   SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
   OemSkipEula=Yes
   OemPreinstall=Yes
   OEMSkipWelcome=1
   DriverSigningPolicy = Ignore
   OemPnpDriversPath = Drivers\Nic;drivers\video;drivers\video\ati\driver;drivers\video\atirageultra;drivers\video\nvidia;drivers\modem;drivers\modem\conexant;drivers\modem\broadcom;drivers\audio;drivers\chipset
   UpdateInstalledDrivers = Yes
   ConfirmHardware = no
   TargetPath=\WINNT
   FileSystem=ConvertNTFS
   NtUpgrade=No
   OverwriteOemFilesOnUpgrade=No

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

[UserData]
   FullName="User"
   OrgName="Company"
   ComputerName=%MACHINENAME%
   ProductID = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

[Display]
   BitsPerPel=8
   Xresolution=1024
   YResolution=768
   Vrefresh=75

[GuiRunOnce]
   Command0="c:\apps\diskpart\diskpart.exe /s c:\apps\diskpart\diskpart.txt"
   Command1="convert e: /FS:NTFS"
   Command2="convert f: /FS:NTFS"
   Command3="\\corpraed2ks\shared\batchfiles\MakeAppShortcut.bat"
   Command4="\\corpraed2ks\shared\Apps\Internet\IE6SP1\ie6setup.exe /q"



[TapiLocation]
   CountryCode=1
   Dialing=Tone
   AreaCode=707
   LongDistanceAccess="9"

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=http://intranet
   Search_Page=www.google.com

[Proxy]
   Proxy_Enable=1
   Use_Same_Proxy=1
   HTTP_Proxy_Server=proxyserver.domain.com:8080
   Proxy_Override=<local>

[Identification]
   JoinDomain=domain
   DoOldStyleDomainJoin=Yes
   CreateComputerAccountInDomain=yes

[Networking]
   InstallDefaultComponents=Yes
   ProcessPageSections=Yes

[NetProtocols]
   MS_TCPIP=Params.MS_TCPIP

[Params.MS_TCPIP]
   DNSDomain=domain.com

[RemoteInstall]
   Repartition=no
   UseWholeDisk = no

[OSChooser]
   Description ="Microsoft Windows 2000 Professional - 1"
   Help="This will install Windows Professional in a standard configuration."
   LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
   ImageType=Flat

The [NetProtocols] and [Params.MS_TCPIP] section were copied from examples on M$'s site, but I think those are the ones giving me problems. Can anyone see from this what I'm doing wrong? Thanks,

Shawn


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...