javierjuarez Posted August 13, 2008 Posted August 13, 2008 I've used the winnt.sif many times in VLK and OEM product install, but if I had different machine with different key, how can I have the unattended autoname my PCs and key promt, and the rest common.winnt.txt
Martin H Posted August 13, 2008 Posted August 13, 2008 (edited) In winnt.sif then set:[Unattended] UnattendMode=DefaultHide(or delete the 'UnattendedMode' entry completely, as 'DefaultHide' is the default behaviour, when the 'UnattendedMode' entry is missing...)And delete the following :[UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXThen if you want to get prompted for the computer name, then delete the following :[UserData] ComputerName=whatever Or, if you want to get an auto-generated computer name, then add the following :[UserData] ComputerName=* Edited August 14, 2008 by Martin H
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now