How to skip entering CD-key after sysprep?

  • Thread starter Thread starter Thomas Gebhard
  • Start date Start date
T

Thomas Gebhard

Hi,

I preinstalled XP SP2 and activated it for my customer. In syspref.inf I
entered the CD-key in section [UserData] as ProductID (I also tried
ProductKey)="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx". Then I resealed with sysprep.

Now my problem is, that XP always prompts for the key during Windows
Welcome?

What's goin' wrong here?

Tom
 
Hi,

I preinstalled XP SP2 and activated it for my customer. In
syspref.inf I entered the CD-key in section [UserData] as
ProductID (I also tried
ProductKey)="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx". Then I resealed with
sysprep.

Now my problem is, that XP always prompts for the key during
Windows Welcome?

What's goin' wrong here?

Tom

It should be ProductID, not ProductKey:

[UserData]
FullName="XXX"
OrgName="XXX"
ProductID="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

Adam
 
Hi Adam,

I wrote that I tried both and none worked!

Tom

Hi,

I preinstalled XP SP2 and activated it for my customer. In
syspref.inf I entered the CD-key in section [UserData] as
ProductID (I also tried
ProductKey)="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx". Then I resealed with
sysprep.

Now my problem is, that XP always prompts for the key during
Windows Welcome?

What's goin' wrong here?

Tom

It should be ProductID, not ProductKey:

[UserData]
FullName="XXX"
OrgName="XXX"
ProductID="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

Adam
 
Thomas Gebhard said:
I preinstalled XP SP2 and activated it for my customer. In syspref.inf I
entered the CD-key in section [UserData] as ProductID (I also tried
ProductKey)="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx". Then I resealed with sysprep.

IME, that only works for XP-Pro. XP-Home ignores that part of sysprep.inf
and always makes you manually enter it.
 
Hi,
IME, that only works for XP-Pro. XP-Home ignores that part of sysprep.inf
and always makes you manually enter it.

I think, that it does not matter, but it's XP Pro.

Tom
 
The solution: the ProductKey-Value must be set in oobeinfo.ini. In
sysprep.ini it only works with the mini-setup.

Tom
 

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

Back
Top