tmcjunkins Posted August 2, 2004 Posted August 2, 2004 When the unattended is 39 min into the install,a box pops up, Welcome to the Windows XP Setup WizardThe wizard installs xp on your computer. The wizard needs to gathersome information about you and your computer to setup Windows Xpproperly.Click next to continue with setup.*********************************any ideas on how to eliminate box?my sif file is included.Winnt.sif
prathapml Posted August 2, 2004 Posted August 2, 2004 I don't have the problem you describe - so, I suppose it is due to some user error ! My setup is fully unattended.
Aaron Posted August 2, 2004 Posted August 2, 2004 I can only assume you're talking about the Welcome to Windows XP screens?You need to add one more entry to your winnt.sif file. See OEM Preinstallation in http://unattended.msfn.org/xp/winnt_sif.htm
jrzycrim Posted August 2, 2004 Posted August 2, 2004 [GuiUnattended] AdminPassword="xxxxxxx" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=20 OemSkipWelcome=0Set OemSkipWelcome=1
tmcjunkins Posted August 2, 2004 Author Posted August 2, 2004 the welcome was not what i was trying to avoid here is what happensstep1 boots to cd starts text installstep2 reboot step3 starts gui install <==== this is where i get the "windows will ask you a few questions box" all it wants is for you to hit next then it continues w/o any more intervention.any ideas?
prathapml Posted August 2, 2004 Posted August 2, 2004 OK, I went through your winnt.sif, and have 2 observations:1.As jrzycrim says above, set "OemSkipWelcome=1".That was what was causing you the trouble. Setting that property will not skip your OOBE first-run Welcome, so go ahead and set "OemSkipWelcome=1".2.Maybe you want to edit your first-post, and either take-down, or modify the attached winnt.sif to blank out the key you use to install windowsXP.
Alanoll Posted August 2, 2004 Posted August 2, 2004 His key is removed.....OEMSkipWelcome is indeed missing. It's UnattendSwitch that will disable that OOBE first run
jrzycrim Posted August 2, 2004 Posted August 2, 2004 From ref.chm:OEMSkipWelcomeEnables unattended Setup to skip the Welcome page in GUI-mode Setup and Mini-Setup.Syntax OEMSkipWelcome = 0 | 1 Values: 0 Displays the Welcome page in GUI-mode Setup and Mini-Setup.1 Skips the Welcome page in GUI-mode Setup and Mini-Setup.Example OEMSkipWelcome = 0
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now