Setup Appears to Stop Responding at the Registering Components Screen During an Unattended Installat

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has anyone found a real solution for this problem
I have looked in deploy.doc however there is now real resolution in the
document
please help

Got a lot of PC's to clone
 
We'll need more information as to what youre doing:

What type of unattend are you doing? Simple unattend.txt/winnt.sif or an
automated sysprep image?
What kind of machines are you deploying from/to?
Does a clean install work on the same hardware without hanging?
Etc...
 
I am doing simple network unattended installation
I am using winnt.exe cmd lines unattend.bat to begin deployment
and yes when I do clean install directly from the CD it works
Harware:
compaq DL380 server
Dell latitude cpx series client pc

Thanks for any help you can offer
 
Sounds like there is a problem with unattend file then, can you post it
(omitting things like your PID of course) so the group can look over it?

--
Joseph W. Conway, MCSE
Windows 9x/NT/2000/XP/2003 Server Group

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Here are the unattend.bat/unattend.txt files
----------------------------------------------------------------------------
-----------------------------------------
@rem SetupMgrTag
@echo off

rem
rem This is a SAMPLE batch script generated by the Setup Manager Wizard.
rem If this script is moved from the location where it was generated, it may
have to be modified.
rem

set AnswerFile=g:\unattend.txt
set SetupFiles=g:\I386
set Tempdrive=c:\

g:\I386\winnt /s:%SetupFiles% /u:%AnswerFile%

----------------------------------------------------------------------------
----------------------------------------
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=*

[GuiUnattended]
AdminPassword=
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=50
OemSkipWelcome=1

[UserData]
ProductID=
FullName="help"
OrgName="help"
ComputerName=*

[SetupMgr]
DistFolder=F:\I386
DistShare=whistlerdist

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

----------------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top