How to create a "winnt.sif" File for automated install
Note the * is a wildcard
Open the "I386" folder looked for "winnt.sif" and edit it.
Here is how I run automated installs using this file.
[Data]
Autopartition = 0
MsDosInitiated = 0
UnattendedInstall = Yes
[Unattended]
UnattendMode = FullUnattended
UnattendSwitch = No
OemPreinstall = Yes
OemSkipEula = Yes
FileSystem = *
WaitForReboot = No
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
TargetPath = Windows
ProgramFilesDir = "C:\Program Files"
CommonProgramFilesDir = "C:\Program Files\Common"
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore
[Display]
Xresolution = 1024
Yresolution = 768
BitsPerPel = 32
Vrefresh = 75
[GuiUnattended]
EncryptedAdminPassword = No
AdminPassword = "Whatever You Want"
TimeZone = 010
OEMSkipRegional = 1
OemSkipWelcome = 1
[Shell]
DefaultThemesOff = Yes
DefaultStartPanelOff = Yes
[LicenseFilePrintData]
AutoMode = PerServer
AutoUsers = 20
[Components]
iis_common = On
iis_inetmgr = On
iis_pwmgr = Off
iis_doc = Off
iis_www = On
Iis_www_vdir_printers = Off
Iis_www_vdir_scripts = Off
[UserData]
ProductKey = "*****-*****-*****-*****-*****" ---This will enable you to install without putting your product key in!
ComputerName = RENAME_ME
FullName = "Your FUllName"
OrgName = "Your OrgName"
[RegionalSettings]
Language = 0409
[Networking]
InstallDefaultComponents = Yes
[Identification]
JoinWorkgroup = workgroup
