centrafuse wince

3
Windows CE 6.0 Build Settings rev 5.0 75 5 th STREET NW, SUITE 225 ATLANTA, GA 30308 P: (404) 287-2152 F:(360)287-2153 WWW.CENTRAFUSE.COM Windows CE 6.0 Build Settings rev 5.0 BY CENTRAFUSE, INC. This document lists the necessary and suggested configuration changes to a Platform Builder 6.0 project that will allow Centrafuse Auto to run optimally under Windows CE 6.0. General It is recommended to use Windows CE 6.0 R3 with the latest QFE updates installed. Persistent (hive-based) registry is recommended. Compact Framework 3.5 is required. Centrafuse Auto can run with the CE components from the Core license. The Web plugin requires additional components not in Core. Include the following components SYSGEN_DOTNETV35 SYSGEN_DOTNETV35_SR SYSGEN_MSMQ SYSGEN_LOCALAUDIO SYSGEN_DSHOW_WAVEOUT SYSGEN_WCELOAD SYSGEN_GDI_ALPHABLEND SYSGEN_CMD SYSGEN_CONSOLE Exclude the following components SYSGEN_AYGSHELL SYSGEN_DOTNETV2

Upload: andreea-tudose

Post on 16-Apr-2015

197 views

Category:

Documents


9 download

DESCRIPTION

how to install centrafuse on wince

TRANSCRIPT

Page 1: centrafuse wince

Windows CE 6.0 Build Settings rev 5.0

75 5th STREET NW, SUITE 225 ATLANTA, GA 30308 P: (404) 287-2152 F:(360)287-2153 WWW.CENTRAFUSE.COM

Windows CE 6.0 Build Settings rev 5.0

BY CENTRAFUSE, INC.

This document lists the necessary and suggested configuration changes to a Platform

Builder 6.0 project that will allow Centrafuse Auto to run optimally under Windows CE

6.0.

General

It is recommended to use Windows CE 6.0 R3 with the latest QFE updates installed.

Persistent (hive-based) registry is recommended.

Compact Framework 3.5 is required.

Centrafuse Auto can run with the CE components from the Core license.

The Web plugin requires additional components not in Core.

Include the following components

SYSGEN_DOTNETV35

SYSGEN_DOTNETV35_SR

SYSGEN_MSMQ

SYSGEN_LOCALAUDIO

SYSGEN_DSHOW_WAVEOUT

SYSGEN_WCELOAD

SYSGEN_GDI_ALPHABLEND

SYSGEN_CMD

SYSGEN_CONSOLE

Exclude the following components

SYSGEN_AYGSHELL

SYSGEN_DOTNETV2

Page 2: centrafuse wince

Windows CE 6.0 Build Settings rev 5.0

75 5th STREET NW, SUITE 225 ATLANTA, GA 30308 P: (404) 287-2152 F:(360)287-2153 WWW.CENTRAFUSE.COM

Components required for WiFi (requires WZC compliant device)

SYSGEN_ETH_80211

Components required for video playback

SYSGEN_DSHOW_AVI

SYSGEN_DSHOW_MPEGV

SYSGEN_DSHOW_WMV

Components required for the Centrafuse Auto Web plugin (require the C6G license)

SYSGEN_IE

SYSGEN_IE_JSCRIPT

Page 3: centrafuse wince

Windows CE 6.0 Build Settings rev 5.0

75 5th STREET NW, SUITE 225 ATLANTA, GA 30308 P: (404) 287-2152 F:(360)287-2153 WWW.CENTRAFUSE.COM

Add these registry entries to the Project.reg file

;enable clear type

[HKEY_LOCAL_MACHINE\SYSTEM\GDI\ClearType]

;disable window animations

[HKEY_LOCAL_MACHINE\SYSTEM\GWE]

Animate=dword:0

;disable slow key click sounds

[HKEY_CURRENT_USER\ControlPanel\Volume]

"Key"=dword:0

;disable sound events

[HKEY_LOCAL_MACHINE\Snd\Event]

".Scheme"=".NoSounds"

;disable wifi popup window

[HKEY_LOCAL_MACHINE\Drivers\Builtin\Ethman\Popup]

"Popup"=dword:0

;disable soft input keyboard

[HKEY_CURRENT_USER\ControlPanel\Sip]

"AllowChange"=dword:0

; allow web browser access

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet

Settings]

"WarnOnZoneCrossing"=dword:0

; allow web browser access

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet

Settings\Zones\3]

"1601"=dword:0

"1609"=dword:0