Some of my settings in winnt.sif are being ignored during setup.
For example, in this one, things like the CD key and TCP/IP settings are totally ignored but the other parts appear to work, such as most of unnattended and about half of the rest.
Note: I have tried this with quotes around every string and no quotes, I've seen it done both ways all over the net, and usually mixed...people are just copy and pasting each other without explanation of why some use quotes and some don't. (and nobody is consistient with anyone else)
I used setupmgr to make a lot of the settings and guess what, it does the same **** thing!
Anyways here it is:
CODE
[Data]
AutoPartition="0"
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode="ProvideDefault"
ExtendOemPartition="0"
FileSystem="LeaveAlone"
OemPreinstall="No"
OemSkipEula="Yes"
DriverSigningPolicy="Ignore"
Repartition="No"
TargetPath="\WINNT"
UnattendSwitch="Yes"
WaitForReboot="No"
[GuiUnattended]
EncryptedAdminPassword="No"
OEMSkipRegional="1"
OemSkipWelcome="1"
TimeZone="35"
[UserData]
ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
FullName="joebob"
OrgName="orgname"
[Display]
BitsPerPel="4"
Xresolution="800"
YResolution="600"
Vrefresh="60"
[setupparams]
skipmissingfiles="yes"
[Components]
IEAccess="off"
OEAccess="off"
WMAccess="off"
[TapiLocation]
CountryCode="1"
Dialing="Tone"
[Identification]
JoinWorkgroup="NULL"
[Networking]
InstallDefaultComponents="No"
[NetAdapters]
Adapter1="params.Adapter1"
[params.Adapter1]
INFID="*"
[NetProtocols]
MS_TCPIP="params.MS_TCPIP"
[params.MS_TCPIP]
DNS="Yes"
UseDomainNameDevolution="No"
EnableLMHosts="No"
AdapterSections="params.MS_TCPIP.Adapter1"
[params.MS_TCPIP.Adapter1]
SpecificTo="Adapter1"
DHCP="Yes"
WINS="No"
NetBIOSOptions="2"
AutoPartition="0"
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode="ProvideDefault"
ExtendOemPartition="0"
FileSystem="LeaveAlone"
OemPreinstall="No"
OemSkipEula="Yes"
DriverSigningPolicy="Ignore"
Repartition="No"
TargetPath="\WINNT"
UnattendSwitch="Yes"
WaitForReboot="No"
[GuiUnattended]
EncryptedAdminPassword="No"
OEMSkipRegional="1"
OemSkipWelcome="1"
TimeZone="35"
[UserData]
ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
FullName="joebob"
OrgName="orgname"
[Display]
BitsPerPel="4"
Xresolution="800"
YResolution="600"
Vrefresh="60"
[setupparams]
skipmissingfiles="yes"
[Components]
IEAccess="off"
OEAccess="off"
WMAccess="off"
[TapiLocation]
CountryCode="1"
Dialing="Tone"
[Identification]
JoinWorkgroup="NULL"
[Networking]
InstallDefaultComponents="No"
[NetAdapters]
Adapter1="params.Adapter1"
[params.Adapter1]
INFID="*"
[NetProtocols]
MS_TCPIP="params.MS_TCPIP"
[params.MS_TCPIP]
DNS="Yes"
UseDomainNameDevolution="No"
EnableLMHosts="No"
AdapterSections="params.MS_TCPIP.Adapter1"
[params.MS_TCPIP.Adapter1]
SpecificTo="Adapter1"
DHCP="Yes"
WINS="No"
NetBIOSOptions="2"