Is it possible to set "default drive" to be \Storage Card in Windows Mobile so that wceload.exe can install CAB file onto SD card, not default FLASH memory?
Regards
Unfortunately, no. CE has no notion of a "drive" nor does WCELOAD have a "default". WCELOAD either gets it's info from the INF used to build the CAB, or if it's not present it asks the user where it should go.
EDIT
If you are the one creating the CAB file, then simply edit your INF. In the CEStrings
section set the InstallDir
parameter.