Unload Tool (Windows Embedded CE 6.0)

1/6/2010

The Unload tool (Unload.exe) runs on your target device. Use this tool to remove a specified application.

unload <Unloadfile>

Parameters

  • Unloadfile
    Specifies the unload file that is automatically generated during the installation of the application. This file contains all the information that is necessary to remove the application.

Remarks

The Unloadfile filename uses the format <Software Provider Name> <Program Name>, where Software Provider Name is generated from the Provider field of the Version section of the .inf file, and Program Name is generated from the AppName field of the CEStrings section of the .inf file.

If you specify the nouninstall option during Wceload, this file will not be generated.

When Unload.exe is run, it also shuts down all applications that are currently running on the device.

See Also

Concepts

Utilities
CAB Wizard
Information File

Other Resources