How to create version number for XPe?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I'm developing special XPe images. But I don't know how to create version
for those images. Open Run dialog, type winver and you will see a Windows
version number dialog. But that version seems to be used for XP Pro version
and can not be changed. How to create my own version number for my XPe image?

Best regards,
Linh Phuong
 
LPhuong said:
Hi all,
I'm developing special XPe images. But I don't know how to create version
for those images. Open Run dialog, type winver and you will see a Windows
version number dialog. But that version seems to be used for XP Pro
version
and can not be changed. How to create my own version number for my XPe
image?

Best regards,
Linh Phuong

Typically, OEMs use the "Runtime OEM revision" setting in the SLX's Settings
pane under Deployment Identification Settings. You could also invent your
own mechanism such as simply having a registry setting that you maintain.

http://msdn.microsoft.com/library/d...tml/tdgrfdeploymentidentificationsettings.asp
 
Thank Gordon,
But where can I find my version number in XPe image after deploying?

Best regards,
Linh Phuong
 
Linh,

RunTimeOEMRev field of the WERUNTIME.INI file under the root of deployed runtime image is what corresponds to the "Runtime OEM
revision" setting in TD.
 
Back
Top