|
|
Question : Unable to get unattended install to work
|
|
I am trying to do an unintended install for an image I am working on. The only piece that the user should have to do is specify the computer name and have credentials to join to the domain.
I have ran the setupmgr and filled out the information that includes the XP Key When I run sysprep and select reseal, the user is prompted for the key and the rest of the data. How do I prevent the key from being prompted.
|
Answer : Unable to get unattended install to work
|
|
In the User Data section you must enter a valid product ID eg
[UserData] fullname = "Me" Orgname = "My Company" productid = xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
Make sure you select "Mini Setup" when you do the sysprep and make use that you copy the sysprep.inf file and the other files from Depoy.cab to the C:\sysprep folder.
|
|
|
|