
VDX-6318 Windows Embedded Compact 7 - Getting Started Guide
Windows Embedded Compact 7 Getting Started Rev 2.00
Page 101
The
CMaccept.exe
executable temporary disable Compact 7 security to enable CoreCon connection to
take place. After launching the
CMaccept.exe
executable, CoreCon connection must be established
within 3 minutes. Otherwise, the
CMaccept.exe
executable needs to be launched again.
The AutoLaunch_v300_Compact7 component, along with the CoreCon sub-component, is designed to
simplify the tasks needed to include CoreCon to the OS run-time image, and configure the OS run-time
to launch CoreCon during startup.
When the
AutoLaunch_v300_Compact7
and the
AutoLaunch_v300_Compact7\Autolaunch CoreCon
components are included in the OS design, the following registry entries are added to the OS design.
[HKEY_LOCAL_MACHINE\Init]
"Depend99"=hex:14,00,1e,00,32,00
"Launch99"="AutoLaunch.exe"
[HKEY_LOCAL_MACHINE\System]
"CoreConOverrideSecurity"=dword:1
[HKEY_LOCAL_MACHINE\Startup]
"Process0"="ConmanClient2.exe"
"Process0Delay"=dword:00001388
With the above registry, “CoreConOverrideSecurity”, added to disable security, the CMaccept.exe
executable is not needed.
The registry entries under the HKLM\Init key configure the OS run-time image to launch the
AutoLaunch.exe
utility during startup.
As the
AutoLaunch.exe
utility launches, it scans the HKLM\Startup key to launch software components
with proper entries. The following HKLM\Startup entries configure the AutoLaunch.exe to launch the
ConmanClient2.exe
, executable for the CoreCon component, during startup.
[HKEY_LOCAL_MACHINE\Startup]
"Process0"="ConmanClient2.exe"
"Process0Delay"=dword:00001388