Jump to content

define IP address and DNS server in unattent.txt


Recommended Posts


Can't we have a limitation that people that have less than 50 posts can't use caps, big letters and colors? ;)

seamanyin: please don't use big letters and colors unnecessarily. As for an example, you can find plenty of examples with the search function of this board. Or just read ref.chm.

Link to comment
Share on other sites

Sorry for that.But i've beening reading for sevel days.

The point is that the network part of the reference txt is quite difficut and the example include the more detailed network settings is for servers which have two adapters.

Link to comment
Share on other sites

try this

[Identification]
   JoinWorkgroup=wally

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=Yes
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=192.168.1.5
   SubnetMask=255.255.255.0
   DefaultGateway=X.X.X.X
   DNSServerSearchOrder=192.168.1.1
   WINS=No
   NetBIOSOptions=0

Link to comment
Share on other sites

If you use an autologin.reg make sure after the complete install you set the AutoAdminLogin value back to 0. I had problems after installation that the computer always tried to login locally and not on the domain. make this the last thing in your RunOnceEx etc. after all software is installed.

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="0"

Link to comment
Share on other sites

I tried it tonight but nothing happened to the IP address.I didnt quite get what u said.Actually I am not a computer kinda guy and even worse not English kinda guy.Oh my god.how suck.So could u please explain it a little bit more.Maybe this will help.Is it the [params.MS_TCPIP] section where i set NDS=yes,or something else.

And i didn't install any applications in the unattend process yet.Furthermore i still use 2000.

Follow is the winnt.sif I used:

;SetupMgrTag
[Data]
   Autopartition=1
   MsDosInititated=0
   UnattendedInstall="Yes"
   MsDosInitiated="0"

[Unattended]
   FileSystem=ConvertNTFS
   UnattendMode=FullUnattended
   OemSkipEulA=Yes
   OemPreinstall=Yes
   TargetPath=\WINNT
   Repartition=No

[GuiUnattended]
   AdminPassword=*
   OEMSkipRegional=1
   TimeZone=210
   OemSkipWelcome=1
   ProfilesDir="d:\Documents and Settings"
   AutoLogon=Yes
   AutoLogonCount=1

[Display]
   BitsPerPel=16
   XResolution=1024
   YResolution=768
   Vrefresh=60

[UserData]
   Productid=[i]Removed by Alanoll[/i]
   FullName=seamanyin
   OrgName=0505
   ComputerName=amelie

[RegionalSettings]
   LanguageGroup=7,10,9,1
   SystemLocale=00000804
   UserLocale=00000804
   InputLocale=0409:00000409,0804:

[Identification]
   JoinWorkgroup=MSHOME

[Networking]
   InstallDefaultComponents=no

[NetAdapters]
?@?@Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=yes
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=192.168.1.5
   SubnetMask=255.255.255.0
   DefaultGateway=192.168.1.1
   DNSServerSearchOrder=192.168.1.1
   WINS=No
   NetBIOSOptions=0

[URL]
   Home_Page=about:blank

[SetupMgr]
   DistFolder=d:\win2000dist
   DistShare=win2000dist

[Branding]
   BrandIEUsingUnattended=Yes

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=0

Edited by Alanoll
Link to comment
Share on other sites

Take your Windows Key out of the listing above..

try this but add you windows key where XXXXX-XXXXX-XXXXX-XXXXX-XXXXX is

;SetupMgrTag
[Data]
  Autopartition=1
  MsDosInititated=0
  UnattendedInstall="Yes"

[Unattended]
  UnattendMode=FullUnattended
  OemSkipEulA=Yes
  OemPreinstall=yes
  UnattendSwitch="yes"
  TargetPath=\WINNT
  FileSystem=ConvertNTFS
  Repartition=No

[GuiUnattended]
  AdminPassword=*
  OEMSkipRegional=1
  TimeZone=210
  OemSkipWelcome=1
  ProfilesDir="d:\Documents and Settings"
  AutoLogon=Yes
  AutoLogonCount=1

[Display]
  BitsPerPel=16
  XResolution=1024
  YResolution=768
  Vrefresh=60

[UserData]
  Productid=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
  FullName=”seamanyin”
  OrgName=”0505”
  ComputerName=amelie

[RegionalSettings]
  LanguageGroup=7,10,9,1
  SystemLocale=00000804
  UserLocale=00000804
  InputLocale=0409:00000409,0804:

[Identification]
  JoinWorkgroup=MSHOME

[Networking]
  InstallDefaultComponents=No

[NetAdapters]
 Adapter1=params.Adapter1

[params.Adapter1]
  INFID=*

[NetClients]
  MS_MSClient=params.MS_MSClient

[NetServices]
  MS_SERVER=params.MS_SERVER

[NetProtocols]
  MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
  DNS=No
  UseDomainNameDevolution=No
  EnableLMHosts=Yes
  AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
  SpecificTo=Adapter1
  DHCP=No
  IPAddress=192.168.1.5
  SubnetMask=255.255.255.0
  DefaultGateway=192.168.1.1
  DNSServerSearchOrder=192.168.1.1
  WINS=No
  NetBIOSOptions=0

[URL]
  Home_Page=about:blank

[SetupMgr]
  DistFolder=d:\win2000dist
  DistShare=win2000dist

[Branding]
  BrandIEUsingUnattended=Yes

[Proxy]
  Proxy_Enable=0
  Use_Same_Proxy=0

Link to comment
Share on other sites

Where's the differences?

Only the DNS and the productId?

I change it and tried,it still didn't work.

Are you online now?What's the time in UK?Maybe i can contact you in some other way.

I'm reading some books now.But i find nothing so far and have been totally confused now!

Some guys help me! :}

Link to comment
Share on other sites

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...