I am trying to create an unattended install CD to be used to bring a server up.
The only issue I have now is that I am prompted by setup to specify the partition. In this case I want to overwrite an existing partion. (I have tried both Yes and No for Repartion option in WINNT.sif)
This cd is to be used to blank out a server and bring it back to a base configuration. Specifically this server is going to be used for disaster recovery (but hopefully not) and I want to speed the time of being back in business by running the automated install (and back up software installation) after each Recovery test.
I am hoping the prompting has something in my WINNT.SIF file below. Any insights would be more than appreciated.
WINNT.SIF
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
UnattenedSwitch=Yes
Repartion=No
FileSystem=ConvertNTFS
OemSkipEula=Yes
OemPreinstall=Yes
OemPnPDriversPath="Drivers\ML350"
TargetPath=\WINDOWS
WaitForReboot=No
[GuiUnattended]
AdminPassword="weak"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
ProductKey=<Removed>
FullName="Generic Title"
OrgName="Company Name"
ComputerName=ComputerName
[LicenseFilePrintData]
AutoMode=PerSeat
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=513
[Identification]
JoinWorkgroup=STAND
[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.18.9
SubnetMask=255.255.255.0
DefaultGateway=192.168.18.1
DNSServerSearchOrder=192.168.18.9
WINS=No
NetBIOSOptions=0
The only issue I have now is that I am prompted by setup to specify the partition. In this case I want to overwrite an existing partion. (I have tried both Yes and No for Repartion option in WINNT.sif)
This cd is to be used to blank out a server and bring it back to a base configuration. Specifically this server is going to be used for disaster recovery (but hopefully not) and I want to speed the time of being back in business by running the automated install (and back up software installation) after each Recovery test.
I am hoping the prompting has something in my WINNT.SIF file below. Any insights would be more than appreciated.
WINNT.SIF
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
UnattenedSwitch=Yes
Repartion=No
FileSystem=ConvertNTFS
OemSkipEula=Yes
OemPreinstall=Yes
OemPnPDriversPath="Drivers\ML350"
TargetPath=\WINDOWS
WaitForReboot=No
[GuiUnattended]
AdminPassword="weak"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
ProductKey=<Removed>
FullName="Generic Title"
OrgName="Company Name"
ComputerName=ComputerName
[LicenseFilePrintData]
AutoMode=PerSeat
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=513
[Identification]
JoinWorkgroup=STAND
[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.18.9
SubnetMask=255.255.255.0
DefaultGateway=192.168.18.1
DNSServerSearchOrder=192.168.18.9
WINS=No
NetBIOSOptions=0