Jump to content

Recommended Posts

Posted (edited)

hi, i was wondering how am i able to get my dns server address to automatically input during unattended install, whether through a Reg Key of winnt.sif file. i tried winnt.sif method but it doesnt work. i prefer abatch file or a reg tweak :) thnx

post-43564-1143324993_thumb.jpg

Edited by slimzky

Posted

I think using WINNT.SIF would be the easyest way to do what you want. What didn't work?

You also should have posted this on Unattended Forums. It would be easyer to get help.

Posted
I think using WINNT.SIF would be the easyest way to do what you want. What didn't work?

You also should have posted this on Unattended Forums. It would be easyer to get help.

heres what i added to the winnt.sif.. it is created using the tools included in xp cds.. when i completed setup & checked my DNS server address is still set to automatic.

[TapiLocation]
CountryCode=63
Dialing=Tone
AreaCode=049

[Identification]
JoinWorkgroup=MSHOME

[Networking]
InstallDefaultComponents=No

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[NetAdapters]
Adapter1=params.Adapter1

[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=Yes
DNSServerSearchOrder=58.69.254.103,58.69.254.106
WINS=No
NetBIOSOptions=0

Posted

I am not expert at it, however, try including this on the answer file:

[NetOptionalComponents]
DHCPServer=1
DNS=1

Give it a try.

Posted
I am not expert at it, however, try including this on the answer file:

[NetOptionalComponents]
DHCPServer=1
DNS=1

Give it a try.

i will try it as soon as i created another build. thnx :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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