Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot get client to successfully run unattend.txt

Status
Not open for further replies.

netwerkassist

Technical User
Apr 17, 2002
12
0
0
CA
I have set up an unattended install of XP on one server. When i connect
from the client I get "The setup script does not contain a valid Product
ID..... I included a key in the unattended, so not sure if its my syntax or
script.

Here's my info

unattend.bat

@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=.\unattend.txt
set SetupFiles=\\bluesky-nt1\SHARE\I386

\\bluesky-nt1\SHARE\I386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%

unattend.txt

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

[Unattended]
UnattendMode=ReadOnly
OemPreinstall=Yes

[GuiUnattended]
EncryptedAdminPassword=NO
TimeZone=4

[UserData]
ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName=""
OrgName=""

[SetupMgr]
DistFolder=Z:
DistShare=SHARE

[Identification]
JoinDomain=bluesky
DomainAdmin=administrator

[Networking]
InstallDefaultComponents=Yes

The path i tryed from the client was:

\\bluesky-nt1\whistler\i386\winnt32 /unattend:. \unattend.txt

Appreciate help!
 
I am guessing that you ommitted the actual PID? If not, then yes it is invalid.

If you are actually using a valid PID, where did the source files come from...meaning, did the source come from the same CD that the PID is for?? There are differences in the PID's depending on the CD....upgrade, volume, select, and so on.

Doug
dxd_2000@yahoo.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top