The System Design Guide saide the following in a
section “Windows Product Activation and Product Ids”.
>>>
To configure the run-time PID
Choose Settings under your configuration.
Choose Run-time Image Licensing.
>>>
I found the “Settings” at the top of my configuration
window.
But there is not “Run-time Image Licensing”
under “Settings” and there are “Target Device
Settings”, “Configuration Devices Settings”, “Deployment
Identification Settings” and “Other Settings”.
Where is “Run-time Image Licensing”? or How do I
configure the run-time PID
--- my current status ---
Target Designer for Windows Embedded, Evaluation copy
Version 2.00.0620.0
I have not purchased run-time licenses yet and I will
obtain the run-time PID later.
Thanks.
taKashi OGAWA
> I have a problem of “Windows Product Activation and
> Product Ids”.
>
> I found the “Settings” at the top of my configuration
> window.
> But there is not “Run-time Image Licensing”
>
> Where is “Run-time Image Licensing”? or How do I
> configure the run-time PID
>
>
> --- my current status ---
> Target Designer for Windows Embedded, Evaluation copy
> Version 2.00.0620.0
> I have not purchased run-time licenses yet and I will
> obtain the run-time PID later.
>
>
> Thanks.
>
> taKashi OGAWA
>
This option doesn't appear with the Evaluation version, Ogawa-san. The
evaluation version has no provision for licensing runtimes - all runtimes
produced by the eval version are time-limited to 120 days. To license a
runtime, you'll need to purchase the full version of the Windows Embedded
toolset.
--
--Jon, MS
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jon Fincher (MS)" <jonfi_...@microsoft.com> wrote in message
news:Xns91B48ADA14FBjo...@157.54.3.22...
taKashi OGAWA
>> I found the “Settings” at the top of my configuration
>> window.
>> But there is not “Run-time Image Licensing”
>>
>> Where is “Run-time Image Licensing”? or How do I
>> configure the run-time PID
>>
>>
>> --- my current status ---
>> Target Designer for Windows Embedded, Evaluation copy
>> Version 2.00.0620.0
>This option doesn't appear with the Evaluation version,
> I have build a small image and started my application to check the
> performance against WinNT 4.0. The execution time was about the same
> except that there are cyclic disc accesses. Is this caused by the
> license checking ?
I'm not sure what you mean by cyclic disk accesses - do you mean disk
accesses not attributed to your program? Those may be caused by other OS
components you have in your system. The license checking happens when the
machine first boots, and shouldn't occur during normal device usage.
yes, I mean these accesses not from my app. Ok, I'll try to find it with
Filemon.
Thanks for your fast reply.