Deployment Settings

  • Thread starter Thread starter DPM
  • Start date Start date
D

DPM

TD provides "Deployment Identification Settings" as part of the image. Is
there any documentation about how to read these values at runtime? I'd like
to add a version number to my image and then have my application read and
display it.

Thanks.
 
Those fields are written to WERUNTIME.INI.

Some settings are also written in registry under [HKLM\System\CCS\Control\Session
Manager\Environment] key. Take a look at the RUNTIME* entries there including RUNTIMEOEMREV, RUNTIMEGUID, RUNTIMEPID,
RUNTIMESKUCODE.
 
KM,

Magic!

Thanks,
Dean

KM said:
Those fields are written to WERUNTIME.INI.

Some settings are also written in registry under
[HKLM\System\CCS\Control\Session
Manager\Environment] key. Take a look at the RUNTIME* entries there
including RUNTIMEOEMREV, RUNTIMEGUID, RUNTIMEPID, RUNTIMESKUCODE.

--
=========
Regards,
KM


DPM said:
TD provides "Deployment Identification Settings" as part of the image.
Is there any documentation about how to read these values at runtime?
I'd like to add a version number to my image and then have my application
read and display it.

Thanks.
 
Back
Top