k2000; Windows 7 Scripted Install; License Issue
I uploaded our Windows 7 32bit Enterprise source media to the k2000, used the web UI walkthrough to create the setup configuration/un-attend answer file, but when I run the scripted install I get this error:
"The unattend answer file contains an invalid product key ..."
I have tried both of our MAK and KMS enterprise keys from Microsoft, repeatedly, and still receive the error. I can install Windows 7 direct from the disc and the key works fine.
Anyone have this issue?
"The unattend answer file contains an invalid product key ..."
I have tried both of our MAK and KMS enterprise keys from Microsoft, repeatedly, and still receive the error. I can install Windows 7 direct from the disc and the key works fine.
Anyone have this issue?
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
cblake
13 years ago
For KMS you’ll enter one of the keys on this list, not your own. Yours goes only on your KMS server.
KMS Keys: http://technet.microsoft.com/en-us/library/ff793409.aspx
For MAK Keys you’ll need to leave your key out of the scripted install and select the OS you wish to install (rather than autoselect using key). You’ll need to create post install tasks to handle the key input and activation.
MAK Keys: http://blogs.technet.com/b/deploymentguys/archive/2009/03/30/deploying-windows-7-vl-with-mak-multiple-access-keys-using-mdt-2010.aspx
Postinstall tasks will be BAT script items and will have the following commands (I often separate them into 2 tasks):
Task Name:
Configure Client using VL MAK
Command Line:
cscript.exe c:\windows\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Task Name:
Activate the machine using the VL MAK
Command Line:
cscript.exe c:\windows\system32\slmgr.vbs /ato
KMS Keys: http://technet.microsoft.com/en-us/library/ff793409.aspx
For MAK Keys you’ll need to leave your key out of the scripted install and select the OS you wish to install (rather than autoselect using key). You’ll need to create post install tasks to handle the key input and activation.
MAK Keys: http://blogs.technet.com/b/deploymentguys/archive/2009/03/30/deploying-windows-7-vl-with-mak-multiple-access-keys-using-mdt-2010.aspx
Postinstall tasks will be BAT script items and will have the following commands (I often separate them into 2 tasks):
Task Name:
Configure Client using VL MAK
Command Line:
cscript.exe c:\windows\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Task Name:
Activate the machine using the VL MAK
Command Line:
cscript.exe c:\windows\system32\slmgr.vbs /ato
Posted by:
kena1409
13 years ago
Check your unattended.xml file for two product key entries. If you have one in <settings pass="windowsPE"> and one in <settings pass="specialize">, try removing the one in the <settings pass="windowsPE"> section. Check this post out.
Posted by:
dchristian
13 years ago
Posted by:
ncsutmf
13 years ago
We have been using Win 7 scripted installs without entering a key, although we have to select Win 7 enterprise for which version of the OS to install in the unattend wizard. It connects to our KMS with no problems. Machines on our network can use DNS to find the KMS server address. Don't have to run slmgr.vbs at all.
Posted by:
ngbrown24
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.