PC Review


Reply
Thread Tools Rate Thread

OEM Release vs. SP1 vs. SP2 Product Key issue

 
 
Jordan
Guest
Posts: n/a
 
      3rd Aug 2007
I have about 50 PCs in a product test department that use the PCs with some
special software and hardware to test our products. We are revamping the
whole setup so the easiest thing to do would be to just format the computers
and use my RIS setup to reinstall windows and use Group Policies to
distribute the new software to the computers. I could have the whole
department done in a few hours except for one issue.....

The computers were purchased at various times over the past few years and
all came with OEM versions of Windows. Some with straight XP, some with Sp1
or 1a, and some with SP2. YES I will abide by the OEM agreement and only
use that product key on the computer on which it came, but the problem is:

1. If I try to install XP SP2 on all computers, the release, Sp1 and Sp1a
keys do not work.
2. If I slipstream SP2 into the release copy, the Sp1x keys and Sp2 do not
work.
3. If I slipstream SP2 into Sp1x, the release and SP2 keys do not work.

It would be very irritating have to have 3 versions of XP Pro SP2 (SP2,
release slipstreamed to SP2, SP1x slipstreamed to SP2) on my RIS server and
have to maintain them so is there some way to be able to use all my
legitimate keys on just one image?


 
Reply With Quote
 
 
 
 
Shenan Stanley
Guest
Posts: n/a
 
      4th Aug 2007
Jordan wrote:
> I have about 50 PCs in a product test department that use the PCs
> with some special software and hardware to test our products. We
> are revamping the whole setup so the easiest thing to do would be
> to just format the computers and use my RIS setup to reinstall
> windows and use Group Policies to distribute the new software to
> the computers. I could have the whole department done in a few
> hours except for one issue.....
> The computers were purchased at various times over the past few
> years and all came with OEM versions of Windows. Some with
> straight XP, some with Sp1 or 1a, and some with SP2. YES I will
> abide by the OEM agreement and only use that product key on the
> computer on which it came, but the problem is:
> 1. If I try to install XP SP2 on all computers, the release, Sp1
> and Sp1a keys do not work.
> 2. If I slipstream SP2 into the release copy, the Sp1x keys and Sp2
> do not work.
> 3. If I slipstream SP2 into Sp1x, the release and SP2 keys do not
> work.
> It would be very irritating have to have 3 versions of XP Pro SP2
> (SP2, release slipstreamed to SP2, SP1x slipstreamed to SP2) on my
> RIS server and have to maintain them so is there some way to be
> able to use all my legitimate keys on just one image?


If 1,2 or 3 you have given above are true - something must be going wrong
with your slipstream/integration. There is only one SP2 where Windows XP
OEM/RETAIL/MSDN/VOLUME licenses are concerned. Integrating the service pack
and subsequent critical updates into your installation media should *not*
effect the product key in any way. However - you should make sure you have
removed the OEM's modifications (winnt.sif/unattend.txt) before you begin -
although in truth - it should not matter.

Also - in a situation such as yours - it may be WELL worth the cost to look
into Volume Licensing. It would greatly simplify... everything.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
 
 
 
Jordan
Guest
Posts: n/a
 
      6th Aug 2007
I did some digging and I found out that the problem lies in the SETUPP.INI
file on the different Windows XP disks. This file is what tells Setup
whether or not it is a OEM, Retail, or Upgrade CD and in the case of the OEM
whether or not it is SP2 or less. This then determines what key can be used
during setup.

SP1 and SP1a OEM CD has the following in the SETUPP.INI file:

[Pid]
ExtraData=786F687170637175716954806365EF
Pid=55274OEM


While SP2 OEM has the following in the SETUPP.INI file:

[Pid]
ExtraData=786F687170637175716954806365EF
Pid=76487OEM

When you install Windows it makes up the ProductId of following registry
keys based on the Pid in the SETUPP.INI file. For SP1x the Product ID is
55274-OEM-xxxxxxx-xxxxx and for SP2 it is 76487-OEM-xxxxxxx-xxxxx:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductId
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ProductId
HKLM\SOFTWARE\Microsoft\Internet Explorer\Registration\ProductId

In order to get this to work with RIS I just use my Windows XP2 CD image and
just used the SIF answer file to use the same CD key for initial setup.
Naturally if you go to activate 50 computers with the same key it will bomb
so you have to use the instructions in the MS Article to change to the key
code for that computer:

http://support.microsoft.com/kb/328874

Now they question is, what to do about the fact that when you try to change
the key and enter the SP1x key code using the above article. If you use any
of the listed MS methods your SP1x keycode will be denied or generate an
error if you use the vbscript if you did what I did and installed using an
SP2 image. You need to first change the Product ID codes in the 3 registry
keys to match the right version of Windows service pack keycode you are
trying to enter. I have successfully tested this by manually changing the 3
keys listed above to 55274-OEM-xxxxxxx-xxxxx after fully installing Windows.
The only thing I need to do now is to see if I can write a VB script to
modify these entries quickly.


"Shenan Stanley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Jordan wrote:
>> I have about 50 PCs in a product test department that use the PCs
>> with some special software and hardware to test our products. We
>> are revamping the whole setup so the easiest thing to do would be
>> to just format the computers and use my RIS setup to reinstall
>> windows and use Group Policies to distribute the new software to
>> the computers. I could have the whole department done in a few
>> hours except for one issue.....
>> The computers were purchased at various times over the past few
>> years and all came with OEM versions of Windows. Some with
>> straight XP, some with Sp1 or 1a, and some with SP2. YES I will
>> abide by the OEM agreement and only use that product key on the
>> computer on which it came, but the problem is:
>> 1. If I try to install XP SP2 on all computers, the release, Sp1
>> and Sp1a keys do not work.
>> 2. If I slipstream SP2 into the release copy, the Sp1x keys and Sp2
>> do not work.
>> 3. If I slipstream SP2 into Sp1x, the release and SP2 keys do not
>> work.
>> It would be very irritating have to have 3 versions of XP Pro SP2
>> (SP2, release slipstreamed to SP2, SP1x slipstreamed to SP2) on my
>> RIS server and have to maintain them so is there some way to be
>> able to use all my legitimate keys on just one image?

>
> If 1,2 or 3 you have given above are true - something must be going wrong
> with your slipstream/integration. There is only one SP2 where Windows XP
> OEM/RETAIL/MSDN/VOLUME licenses are concerned. Integrating the service
> pack and subsequent critical updates into your installation media should
> *not* effect the product key in any way. However - you should make sure
> you have removed the OEM's modifications (winnt.sif/unattend.txt) before
> you begin - although in truth - it should not matter.
>
> Also - in a situation such as yours - it may be WELL worth the cost to
> look into Volume Licensing. It would greatly simplify... everything.
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
>



 
Reply With Quote
 
Mario Schmidt
Guest
Posts: n/a
 
      6th Aug 2007
Shenan Stanley schrieb:
> Also - in a situation such as yours - it may be WELL worth the cost to look
> into Volume Licensing. It would greatly simplify... everything.


When he already has OEM licenses for all the computers, why buy
additional volume license? Throw money in Microsofts mouth? No, thanks.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sp1 oem cd-key can use in sp3 oem setup? hello moto Windows XP General 6 19th Apr 2009 07:11 PM
can I use professional OEM edition windows xp CD to install with home oem edition product key? austin.dada@gmail.com Windows XP General 2 23rd Jan 2007 07:10 PM
XP Product Key, Need to change from Volume Key to OEM Keys....HELP!! booth.bud@gmail.com Windows XP General 9 6th Apr 2006 03:16 AM
Wipe and reload from SP1 OEM to SP2 OEM - Same Product key? Daryl Windows XP General 7 1st Oct 2004 02:31 PM
Full Retail (non-OEM) Product Key on OEM disk install? =?Utf-8?B?dG9ueXQ5MDU=?= Windows XP Security 2 28th Mar 2004 04:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:06 AM.