Wceload

The Wceload tool (Wceload.exe) runs on the Pocket PC. This tool lets you install or remove a CAB file from a specified location.

If you do not specify a location, the CAB file will be installed in or removed from the default location, which is the Program Files directory on the Pocket PC.

This command has the following format:

Wceload [/noaskdest | /askdest | /delete <number> | /noui | /
nouninstall] CAB file location  

Where the following arguments are defined:

  • /noaskdest specifies that the user is not prompted for the installation directory.
  • /askdest specifies that the user is prompted for the installation directory.
  • /delete <number> specifies how Wceload removes the CAB file after installation.

Table 1-6
Value
Description
0
Does not remove the CAB file.
1
Removes the CAB file. This is the default value.
2
Treats the CAB file as blocks of data, and dynamically deletes them.

  • /noui specifies that the user will not be prompted for any input during the installation.
  • /nouninstall specifies that the installed application cannot be removed. If this argument is used, the unload file is not generated.

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

  • CAB file location specifies the location of the CAB file to install or remove.

More Information