I'm trying to do an unattended/GUIattended installation disk that WILL require the user to put in their name, password, machine name but NOTHING else. Is that possible? I thought it was just as long as you had the rest of the answer file filled in correctly. I get the screens that ask: This question or dialog box I want to keep: Personalize Your Software (Name and Organization, Computer Name, and Administrator Password) These I don't need asked or displayed at all (and I do not know how to make them go away): Regional and Lanuage Options Date and Time Settings Network Settings Workgroup or Computer Domain Is what I want to do even possible?   If it is possible, could any of you please tell me where I am going astray in the winnt.sif file?  ; ; Generated by DriverPacks BASE 7.01.2 ; [url="http://www.driverpacks.net/"]http://www.driverpacks.net/[/url] ; Last Modified: January 25, 2007   [Data] 	AutoPartition=0 	UnattendedInstall=Yes 	FloppyLess=1 	EulaComplete=1 	MsDosInitiated=No 	AutomaticUpdates=1  [Unattended] [b];[/b]	UnattendMode=FullUnattended 	UnattendMode = GuiAttended [b]; [/b]   	UnattendMode = ReadOnly     	OemPreinstall=No 	OemSkipEula=Yes     	TargetPath=\WINDOWS     	Repartition=No 	FileSystem=*     	DriverSigningPolicy=Ignore     	KeyboardLayout="US"  [GuiUnattended] 	OEMSkipWelcome=0 [b];[/b]	OEMSkipWelcome=1     	AdminPassword=""     	EncryptedAdminPassword=NO     	AutoLogon=Yes     	AutoLogonCount=1     	OEMSkipRegional=1     	TimeZone=004  [UserData]     	ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX     	[b]FullName=""     	OrgName=""     	ComputerName=""[/b]  [Display] 	BitsPerPel=16     	Xresolution=800    	YResolution=600     	Vrefresh=65  [TapiLocation]     	CountryCode=1     	Dialing=Tone  [RegionalSettings] 	LanguageGroup="1" 	Language="0409" 	SystemLocale="00000409" 	UserLocale="00000409" 	InputLocale="0409:00000409"   [Identification] 	JoinWorkgroup="MSHOME"  [Networking]  	InstallDefaultComponents=1  [URL]     	Home_Page="http://www.google.com"  [IEPopupBlocker]      	BlockPopups=Yes     	FilterLevel=Low     	ShowInformationBar=Yes  [WindowsFirewall]     	Profiles = WindowsFirewall.TurnOffFirewall  [WindowsFirewall.TurnOffFirewall]     	Mode=0  [Components]     	msmsgs=0  [GUIRunOnce]  	command9="%SystemDrive%\DPsFnshr.exe" Thanks to anyone that can help me, or even tries.