Wceldcmd Tool (Windows Embedded CE 6.0)

1/6/2010

The Wceldcmd tool (Wceldcmd.exe) runs on your target device. This tool is meant to be used for headless and primitive devices. Use this tool to install or remove the cab file from a location that you specify. If you do not specify a location, the cab file will be installed in or removed from the default location. The default location is the Program Files directory on your target device.

wceldcmd [/delete <number> | /nouninstall] <cab file location>

Parameters

  • /delete <number>
    Specifies how Wceldcmd removes the cab file after installation.

    Value Description

    0

    Does not remove the cab file.

    1

    Removes the cab file. This is the default value.

    2

    Treats the file as chuck blocks of data, and dynamically deletes them.

  • /nouninstall
    Specifies that the installed application cannot be removed. If this option is used, the unload file will not be generated.
  • cab file location
    Specifies the location of the cab file to install or remove.

Remarks

By default, an unload file is generated during installation with wceload. The unload filename has the format <Software Provider Name> <Program Name>.

See Also

Concepts

Utilities
CAB Wizard
Unldcmd Tool