Windows Embedded CE 6.0 Update 080930_2008M09

 

 

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-080930-2008M09-Armv4I.MSI     For installation based upon Armv4I processors
WinCEPB60-080930-2008M09-MIPSII.MSI     For installation based upon MIPSII processors
WinCEPB60-080930-2008M09-MIPSII_FP.MSI     For installation based upon MIPSII-FP processors
WinCEPB60-080930-2008M09-MIPSIV.MSI     For installation based upon MIPSIV processors
WinCEPB60-080930-2008M09-MIPSIV_FP.MSI     For installation based upon MIPSIV-FP processors
WinCEPB60-080930-2008M09-SH4.MSI     For installation based upon SH4 processors
WinCEPB60-080930-2008M09-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.

 

Note:

1. If you have trouble installing package on Windows Vista, open command prompt, choose "Run as administrator", confirm UAC prompt, launch an update.

2. Making changes to the update files or rebuilding the public tree changes file CRC values.

   These files might be reported as "corrupted" by CEUpdateCheck tool as CRC values will not match the updates' database entries.

 

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:  CoreOS

Component:  Display

The file(s) with the new source code changes for this component can be found in the directory %_WINCEROOT%\:

     public\common\oak\drivers\display\gpe\swblt.cpp

Component:  Network Projector

080919_KB956842 - Windows Vista's Network Projector is not able to connect to Windows Embedded CE 6.0 Network Projector device if none of the resolutions that it supports are part of capability blob. This update allows optional customization registry, for example, 800x600 to be send along in capability blob. This makes Network Projector connection succeed, however it does not change the resolution of the Windows Embedded CE 6.0 Network Projector.  

 

Registry entries need to be added to support OEM request for custom entries in capabilities blob.
OEM can specify 1-3 resolutions using the following:


[HKEY_LOCAL_MACHINE\Software\Microsoft\PictorService\OEMCustomization]


"ScreenWidth1" = dword:XX
"ScreenHeight1" = dword:YY
"ScreenWidth2" = dword:XX
"ScreenHeight2" = dword:YY
"ScreenWidth3" = dword:XX
"ScreenHeight3" = dword:YY

Where the dword XX and YY are numbers in hex.

 

For example:

[HKEY_LOCAL_MACHINE\Software\Microsoft\PictorService\OEMCustomization]
"ScreenWidth1" = dword:320
"ScreenHeight1" = dword:258

Component:  NK

The file(s) with the new source code changes for this component can be found in the directory %_WINCEROOT%\:

     private\winceos\coreos\nk\mapfile\mapfile.c

Component:  NTLM

Component:  Redirector

                [HKEY_LOCAL_MACHINE\Comm\Redir]

                "UseServerLocTimeAsFileModTimeStamp"=dword:1

 

Component:  TimeSVC