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:
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. 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, this package will update your build environment to include the latest files for this
component. 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 uninstall or repair Platform Builder 6.0, you
have to remove corresponding WinCEPBxx.ini file located in %WINDIR%.
Component:
CoreOS
080911_KB957315 - NULL termination character may get ignored when user
specifies -1 as the input string length.
Component:
Display
080925_KB956505 - GPE::EmulatedBlt_Bilinear may not reset the initial
step value before each horizontal line stretch. This causes some visual
errors in the resulting bitmap.
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. Where the dword XX and YY are numbers in hex. For example:
[HKEY_LOCAL_MACHINE\Software\Microsoft\PictorService\OEMCustomization]
Component: NK
080909_KB957302 - This update addresses an issue with slow registry
flushing.
Component: NTLM
080911_KB956352 - The proxy call for QueryContextAttributes for
SECPKG_ATTR_SESSION_KEY is missing the context handle from the invocation.
Component:
Redirector
080911_KB957428 - Redir component may not always use Server Local time
for file modification timestamp. The following registry setting allows to always
use server local time for file modification timestamp: [HKEY_LOCAL_MACHINE\Comm\Redir] "UseServerLocTimeAsFileModTimeStamp"=dword:1
Component:
TimeSVC
080930_KB958080 - Time Zone data are out of date resulting in DST
transition time being wrong for some of the time zones. This update also
adds a number of new time zones.
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 Note:
If
you have installed previous updates
If
you see "Files that will not be installed"
If you reinstall or repair Platform Builder
Fixes
made in this update:
By Component:
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
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
"ScreenWidth1" = dword:320
"ScreenHeight1" = dword:258
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