sysprep.inf syntax

  • Thread starter Thread starter Marcus K
  • Start date Start date
M

Marcus K

I'm setting up syprep.inf file and I'm having trouble with
the syntax of the Product Identification Number. I've
tried the following:

ProductId = "0000000000000000000000000"
ProductId = 0000000000000000000000000

Neither has worked. Any ideas on what will?
 
I have used both, this is a coding bug on MS's part,
Can't remember which "bug" it was,
this is the one I would use
ProductId=0000000000000000000000000
Dont leave any spacing anywhere.
 
Back
Top