ifaieta Posted June 25, 2009 Posted June 25, 2009 Just wondering if anyone else has run into this as well. Ive placed a name in the "computer name" section of the nlite setup (unattended), but during install of windows xp I still get prompted to enter a name, the name i typed is there but it stops the entire process untill I click ok. This is the only problem that is holding me up from having a fully unattended install of windows xp. Below is the winnt.sif settings that nlite generated. Any ideas would help greatly. Thanks; Generated by nLite 1.4.9.1[Data]AutomaticUpdates="No"Autopartition=0MsDosInitiated=0UnattendedInstall="Yes"[unattended]UnattendMode=DefaultHideUnattendSwitch="Yes"OemPreinstall="Yes"OemSkipEula="Yes"FileSystem=*WaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1DriverSigningPolicy=IgnoreNonDriverSigningPolicy=IgnoreHibernation="No"[Display]Xresolution=1024Yresolution=768[systemRestore]DisableSR=1CreateFirstRunRp=0[GuiUnattended]EncryptedAdminPassword="No"AutoLogon="Yes"TimeZone=035OEMSkipRegional=1OemSkipWelcome=1[Components][userData]ProductKey="hidden"ComputerName=COMPUTERFullName="new user"OrgName="ACS"[RegionalSettings]LanguageGroup=1Language= "0409"[Networking]InstallDefaultComponents="Yes"[WindowsFirewall]Profiles=WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall]Mode=0[identification]JoinWorkgroup="WORKGROUP"
vaska94 Posted June 25, 2009 Posted June 25, 2009 (edited) in the unattended section in nlite on user administratorthere must be "User must have password" checked an uncheck it :-)p.s : never copy lasstession.ini on board just simply attach it..... Edited June 25, 2009 by vaska94
donpham Posted June 27, 2009 Posted June 27, 2009 In the "Computer Name" category or line, ensure there are NO "*" at all. The special symbol <*> will prompt users to change computer name during the setup process.
Guest Posted June 27, 2009 Posted June 27, 2009 (edited) You must specify an Administrator password, ifaieta. That is your only problem.Actually, donpham, when used in the ComputerName field in the [userData] section of WinNT.sif, the asterisk ( * ) will create a random name based on the FullName field in that same section. The user will not be prompted to enter a computer name if information is provided in the answer file for all other fields on that page. For example, if we specify the following in WinNT.sif:[UserData] ComputerName=* FullName="Tester" OrgName=""[GuiUnattended] AdminPassword=* EncryptedAdminPassword="No"...then the resulting computer name will be "Tester-xxxxxxxx", where xxxxxxxx is a random hexadecimal number. The user will not see the computer name page at all. Using the previously given data in my WinNT.sif, I get the following name in one VM of mine: "Tester-947b822b". The name you receive will differ.It is conceivable that if FullName is left blank you may be prompted for both FullName and ComputerName, but I have not tested that scenario. Edited June 27, 2009 by 5eraph
pm* Posted July 2, 2009 Posted July 2, 2009 use blank password & change passwordDon't use Special characters mostly for better
Dislocated Time Posted July 7, 2009 Posted July 7, 2009 I've run into this problem before even without an unattended installation.Your problem seems to be the exact same as mine was:XP doesn't accept the name "COMPUTER" for your computer. It also doesn't accept the name "ADMINISTRATOR" for the Administrator.The workaround is simple: Put a zero where the "O" in COMPUTER is and violá it now works. Do the same with the word ADMINISTRATOR if you choose that as a name.
ifaieta Posted July 10, 2009 Author Posted July 10, 2009 Thank you to all... I changed the following in WINNT.SIF = AdminPassword=*, and ComputerName=* and that did the trick. Thanks again to all who replied.
phoemonroe Posted December 8, 2009 Posted December 8, 2009 I was having the same problem with the install pausing at Computer Name.To fix it I just added the Administrator password. I even left out Workgroup and Organization. I did not have to edit winnt.sif.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now