Jump to content

Recommended Posts

Posted

Hello everyone,

I have made several SysPrep.inf files and this is bogglnig me...

It keeps asking for user input when I have all the settings in the file for a fully unattended "install".

Here is my file, can you see anything that might be an issue. I had this issue before adding all the networking sections, and those work perfectly (after many, many different trys)

[Unattended]
InstallFilesPath=C:\WINDOWS\i386
KeepPageFile=0
OemSkipEula=Yes
ResetSourcePath=C:\WINDOWS

[GuiUnattend]
AdminPassword=(Encrypted Password)
EncryptedAdminPassword=Yes
OEMSkipRegional=1
OemSkipWelcome=1
TimeZone=4

[UserData]
ComputerName=(Comp Name)
FullName=(Full Name)
OrgName=(Org Name)
ProductKey=(Product Key)

[Display]
BitsPerPel=32
Xresolution=800
YResolution=600

[Identification]
DomainAdmin=(Domain Admin)
DomainAdminPassword=(Domain Pass)
JoinDomain=(Domain Name)



[Networking]
InstallDefaultComponents=No

[NetAdapters]
Adapter1=params.Adapter1
Adapter2=params.Adapter2

[params.Adapter1]
INFID=pci\ven_14e4&dev_1677
ConnectionName=(Connection 1)

[params.Adapter2]
INFID=PCI\VEN_8086&DEV_1229
ConnectionName=(Connection 2)

[NetClients]
MS_MSClient=params.MS_MSClient

[NetServices]
MS_Server=params.MS_Server

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
AdapterSections=params.MS_TCPIP.Adapter1,params.MS_TCPIP.Adapter2
DNS=Yes
DNSSuffixSearchOrder=(Domain Name)
UseDomainNameDevolution=Yes
EnableLMHosts=No
SyncDomainWithMembership=1

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
EnableAdapterDomainNameRegistration=No
IPAddress=(IP Address)
SubnetMask=255.255.255.0
WINS=No

[params.MS_TCPIP.Adapter2]
SpecificTo=Adapter2
DHCP=yes
DNSServerSearchOrder=(DNS Address)
EnableAdapterDomainNameRegistration=Yes
WINS=Yes
WINSServerList=(WINS Address)

I removed all specific info (our company has a really strict policy on this stuff) so if anyone sees anything please help. I am pulling my hair out.

Oh, and the Install Path and Reset Source paths are correct... for now, we will be changing that in the future.

Thank you!


Posted

Ok, well I have come to the conclusion that I need to go to bed earlier :-P

I misspelled the GUIUnattended Section as GUIUnattend (forgot the ed)

Well I guess this post will be useful to someone who needs to debug their network settings in they sysprep.inf (that config was a complete b****)

Anyways, sorry bout that :blushing:

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