The solution will be somewhat different for PPC and Smartphone.
For PPC:
Obtain rapistart utility (part of Windows CE Dev powertoys) from:
http://www.microsoft.com/downloads/...D6-1DCC-47AA-AB28-6A2B006EDFE9&displaylang=en
To uninstall an application run the following command:
rapistart "\windows\wceunload.exe" "My Company My App"
where "My Company My App" is the full name of your application as you see it
in the Remove Programs list on the device (or to be more accurate is the
name of the file with .unload exension in the Windows drirectory on the
device)
On the smartphone use RapiConfig tool from SP2003 SDK. Feed it the following
XML document:
<wap-provisioningdoc>
<characteristic type="UnInstall">
<characteristic type="Full Application Name">
<parm name="uninstall" value="1" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
The above xml should be placed in a file - say, uninst.xml and the
rapiconfig should be launched like this:
rapiconfig /P uninst.xml