Windows Embedded CE 6.0 Update 070731_2007M07

 

2007 Microsoft Corporation. All rights reserved.

 

 

How to install this update

All updates for Windows Embedded CE 6.0 require the following:

 

1) Platform Builder 6.0 is installed on the machine.

2) Upon installing the update, the platforms must be rebuilt.

 

Please download the file(s) most appropriate for your installation, as follows:

 

WinCEPB60-070731-2007M07-Armv4I.MSI     For installation based upon Armv4I processors
WinCEPB60-070731-2007M07-MIPSII.MSI     For installation based upon MIPSII processors
WinCEPB60-070731-2007M07-MIPSII_FP.MSI     For installation based upon MIPSII-FP processors
WinCEPB60-070731-2007M07-MIPSIV.MSI     For installation based upon MIPSIV processors
WinCEPB60-070731-2007M07-MIPSIV_FP.MSI     For installation based upon MIPSIV-FP processors
WinCEPB60-070731-2007M07-SH4.MSI     For installation based upon SH4 processors
WinCEPB60-070731-2007M07-X86.MSI     For installation based upon X86-based processors

 

This package will install all updates directly to the build environment specified by the original Platform Builder installation.  This is specified by the following registry key: HKLM\Software\Microsoft\Platform Builder\6.00\Directories - "OS Install Dir".  By default, a backup of all updated files will be maintained at the following location:  %_WINCEROOT%\Updates\Backup.  You can remove any files from this directory at your choosing.

 

 

If you have installed previous updates

If you have installed previous updates, this package will update your build environment to include the latest files for this component.

 

If you see "Files that will not be installed"

If this message is displayed, it means that you have an update installed with a later version of the files then those that are being installed.  You already have the updates mentioned in this document including some updates released later.  This message is displayed to prevent accidental overwrite of the latest update to that particular component.

 

Note:

If source files have been modified by a user, they may not be overwritten by the files provided with the updates if Date Modified of the files on user's machine is newer.

 

If you reinstall or repair Platform Builder

If you uninstall or repair Platform Builder 6.0, you have to remove corresponding WinCEPBxx.ini file located in %WINDIR%.

 

 

Fixes made in this update:

 

By Component:

 

Component:  RDP

Below is the registry key for tuning on RDP Receive buffer:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client]

"NPPerfTune"=dword:1

"NPRecvBufferSize"=dword:80000 

"NPRecvThreshold"=dword:800

All changes can be ignored from the registry “NPPerfTune” which is by default 0. To turn on the changes, its value should be 1

Receive buffer size is managed by the registry "NPRecvBufferSize”. Default value is 64K.

It is recommended to try the size between 64K to 1024K.

As a point of reference, the size is set to 512K for MS internal Pictor performance demo on TI DaVinci platform.

 

Receive threshold (how often Winsock should be called) is managed by the registry “NPRecvThreshold”. Default value is 2K.

It is recommended to try the size around 2K to 5% of the receive buffer size. The larger the threshold, the less frequent Winsock to be called.

As a point of reference, the Threshold is set to 2k for MS internal demo.

Component:  RDP