November 21, 200421 yr I searched and couldnt find which options to enable/disable so I can manually add users during the setup. (basically i dont want it to skip that users setup screen.)
November 21, 200421 yr UnattendSwitchSpecifies whether Setup skips Windows Welcome or Mini-Setup when preinstalling Windows XP Home Edition or Windows XP Professional using the CD boot method.Syntax UnattendSwitch = Yes | No Values Yes Instructs Setup to skip Windows Welcome.No Instructs Setup not to skip Windows Welcome.Default Value No Example UnattendSwitch = YesComments Use UnattendSwitch only when you perform an unattended Setup with Winnt.exe, Winnt.sif, and the CD boot method. This entry is not necessary if you use Winnt32.exe to run Setup. NoteUnattendSwitch is not the same as the UnattendedInstall entry in the [Data] section of the answer file. UnattendSwitch controls Windows Welcome; UnattendedInstall does not. Ref Manager from Deployment,cab
November 22, 200421 yr Author I have no idea why, but I have this set to "no" and the setup never comes up during install...On a side note, if i slipstreamed SP2 into this, do i need to install the NET framework or is it included?
November 22, 200421 yr Author Do I want to change my Unattend mode to something other than Fullunattend ?[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=YES UnattendSwitch="No" TargetPath=\WINDOWS FileSystem=* DriverSigningPolicy=Ignore Win9xUpgrade=No NtUpgrade=No
November 22, 200421 yr Do I want to change my Unattend mode to something other than Fullunattend ?Full Unattended should be stopping at the users setup screen. Cannot see any clues of yet, of what is causing this.if i slipstreamed SP2 into this, do i need to install the NET framework or is it included? Dotnet framework is a separate item. Some programs, such as Visual Studio 2002 for example, do not want to install, if a higher version of Dotnet is found on the system. The choice is for the end-user.UnattendSwitch="No"Win9xUpgrade=NoNtUpgrade=NoAlso, these are default values, and can be removed.
November 22, 200421 yr yes iam also looking for same thingthis is my winnt.sif;; Generated by nLite 0.99.1 beta 2;[Data] MsDosInitiated = 0 UnattendedInstall = Yes[unattended] UnattendSwitch = No OemPreinstall = Yes OemSkipEula = Yes FileSystem = * WaitForReboot = No TargetPath = "\Windows" DriverSigningPolicy = Ignore NonDriverSigningPolicy = Ignore Hibernation = No[GuiUnattended] AutoLogon = Yes AdminPassword = * TimeZone = 190 OEMSkipRegional = 1 OemSkipWelcome = 1[userData] ProductKey = "xxxxxxxxxxxxx" ComputerName = "xxxxxxxx" FullName = "xxxxxx" OrgName = "Universal"[RegionalSettings] Language = 0409[identification] JoinWorkgroup = maker;[shell];CustomDefaultThemeFile="%Systemroot%\Resources\Themes\crystal.theme"[GuiRunOnce]%systemdrive%\install\wpi\install.cmdbut after intallation setup is not asking for users to addwhat to do?
November 22, 200421 yr Author Already had that set:[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=YES UnattendSwitch="No" TargetPath=\WINDOWS FileSystem=* DriverSigningPolicy=Ignore Win9xUpgrade=No NtUpgrade=No[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=15 OemSkipWelcome=0[UserData] ProductKey=xxxxxxxxxxxxxxxxxxxxx FullName="Darksith" OrgName="Home" ComputerName=DARKSITH[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=60[TapiLocation] CountryCode=1 AreaCode=xxxxx LongDistanceAccess="xxx"[RegionalSettings] LanguageGroup=1 Language=00000409[Identification] JoinWorkgroup=MSHOME[URL] Home_Page=http://www.google.com[Networking] InstallDefaultComponents=Yes[IEPopupBlocker] BlockPopups=No FilterLevel=Low ShowInformationBar=Yes[WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall] Mode = 0[GuiRunOnce] %systemdrive%\install\start.cmd
November 23, 200421 yr Sorry, previous post related to bmn post.But you have no [Data] section, in your answer file?Example[Data] AutoPartition=0 MsDosInitiated=0 UnattendedInstall=YesTry this.You may also want to try a test install with OemPreinstall=No. This key maybe disallowing the user setup screen. Although, I cannot find any references to state that it does have that effect.
November 23, 200421 yr @bmnYes. AutoLogon = YesThis for autologon for Administrator account. Take it out of your Winnt.sif, so you will get the user setup screen. And you can give your Administrator account a password, so it will not ask you for it later.@darksith88Let us know how it is going with your user setup screen problem.
November 23, 200421 yr @MHz i just tested my iso with settings u mentioned.have a look at me winnt.sifhttp://m.domaindlx.com/fever16/WINNT.SIFbut still its not working(add users window).setup is showing welcome screen before installation.imean at 39 min stage and when i click next setup starting.and one more thing is iam using xp home sp2 slipstreamed.
November 23, 200421 yr Author oops i copy/pasted wrong, heh. Here's the data section:;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"And with the current setup (this and what i posted on first page) it isn't working. It just installs without stopping to have me input anything. My programs all install fine, this is the only problem I am having(I would be adding users through scripts, but that gave me even MORE problems, and this is more flexible too).
November 23, 200421 yr i think we all must have a look at thishttp://unattended.msfn.org/xp/reference.htm.in this he said OemPreinstall and OemSkipWelcome r interrelated.have a look
Create an account or sign in to comment