Hi,

we are developping a headless device using PB 6.

To install our application software we would like to use wceldcmd.exe

I was able to track it down to the datasync modules and see that
wceldcmd.lib is build.

How do I create the executable (sysgen variable or else) ?

TIA

Bjoern

RE: how to compile or get wceldcmd into ce6 image by Bjoern

Bjoern
Fri Jun 13 08:01:01 PDT 2008

Hi,

meanwhile I found the answer myself.

To add CAB installer support for headless devices a command line version of
WCWELOAD/WCEUNLOAD must be placed into the image.

These components are WCELDCMD/UNLDCMD.
These components can be generated by PlatformBuilder using the
SYSGEN_WCELDCMD variable. No Catalog Item is available for these tools.

NOTE: An image can contain either the WCELOAD/WCEUNLOAD tools or the
headless versions.

To successfully build WCELDCMD.exe SYSGEN_WCELOAD must be set to 0, e.g.
deselecting the catalog item

"Bjoern" wrote:

> Hi,
>
> we are developping a headless device using PB 6.
>
> To install our application software we would like to use wceldcmd.exe
>
> I was able to track it down to the datasync modules and see that
> wceldcmd.lib is build.
>
> How do I create the executable (sysgen variable or else) ?
>
> TIA
>
> Bjoern