Arie Posted September 14, 2007 Posted September 14, 2007 I've created a new unattended Windows XP setup. The only unattended part, which I left unattended on purpose, is the part where you can create a new partition, format, et cetera. Once all the files are copied to the disk during the text mode part of the setup process, the GUI-part of the installlation kicks in as normal. This should be fully unattended, but at the start here I get to see a window where I have to click Next to continue: "Welcome to the Windows XP Setup Wizard". I want this installation to be unattended, besides being able to choose where to install, et cetera, so I would like to get rid of this "Welcome to the Windows XP Setup Wizard" window. But how? Help!
ponghy Posted September 15, 2007 Posted September 15, 2007 (edited) Add the following directive to the [GuiUnattended] section of the WINNT.SIF file (located on the I386 folder of your installation source):OemSkipWelcome = 1More information on REF.CHM contained in the DEPLOY.CAB file (Windows XP SP2 deployment tools). Edited September 15, 2007 by ponghy
vanbc Posted September 16, 2007 Posted September 16, 2007 (edited) Have a look at [DiskConfig] while you are in the help file.You can automate the process if you wishbtw... anyone know how to use diskconfig in windows2000?is it the same as xp? Edited September 16, 2007 by vanbc
Arie Posted September 17, 2007 Author Posted September 17, 2007 Add the following directive to the [GuiUnattended] section of the WINNT.SIF file (located on the I386 folder of your installation source):OemSkipWelcome = 1More information on REF.CHM contained in the DEPLOY.CAB file (Windows XP SP2 deployment tools).Thank you for your reply. I'm trying it a bit differently now after reading ref.chm; I have removed OEMPreinstall = Yes completely from my WINNT.SIF, as well as OEMSkipWelcome = 1, and I will give it a try now.
Arie Posted September 17, 2007 Author Posted September 17, 2007 Have a look at [DiskConfig] while you are in the help file.You can automate the process if you wishbtw... anyone know how to use diskconfig in windows2000?is it the same as xp?[DiskConfig]? Never heard of it and cannot find it mentioned in ref.chm either. Are you sure that you're not mistaken?
IcemanND Posted September 17, 2007 Posted September 17, 2007 It is for use with Windows PE deployments and the WINBOM.ini, does not work in unattended answer files.[DiskConfig]The [DiskConfig] section contains entries for configuring and partitioning one or more physical hard disks when Factory.exe runs in the Windows Preinstallation Environment (Windows PE). This section uses the Diskpart command-line tool to implement disk configuration commands.
Arie Posted October 26, 2007 Author Posted October 26, 2007 Problem due to integrating DriverPacks.net. New thread here.
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