unattended answer file install via SMS package

J

jj12

we are trying to setup a sms package to perform an
unattended install of Windows XP using an answer file.
However when the package runs the setup does not get the
product key from the answer file and prompts the user to
input the product key.

The format of the answer file looks like this:

[Unattended]
Unattendmode = FullUnattended
OemPreinstall = No
TargetPath = *
Filesystem = LeaveAlone

[UserData]
FullName = "Name"
OrgName = "Company Name"
ComputerName = *
ProductID= XXXXX-YYYYY-ZZZZZ-AAAAA-BBBBB

Does this format appear correct for the answer file?

The command line in the sms package uses the following
format:

i386
\winnt32.exe /UNATTEND30:XPanswerfile.txt /BATCH /NOREBOOT


Does the format of the program command line appear
correct?

Any insight is appreciated.

Thanks!
 
G

Guest

You need to change:
\winnt32.exe /UNATTEND30:XPanswerfile.txt /BATCH /NOREBOOT

To:

\winnt32.exe /UNATTEND30:Winnt.sif /BATCH /NOREBOOT

Just rename the XPanswerfile.txt to Winnt.sif and you
should be fine.
 

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

Top