Hi,
We are developing an application for pocket pc 2003 runs on symbol mc9060.I
want cab file to be opened on storage card , for example in to Application
Folder to avoid cold boot problems.I am using VS2005 Smart Device Cab Project
to create cab file.How can i do?

Re: Install cab file onto storage card by default by Lao

Lao
Mon Apr 03 12:42:19 CDT 2006

Right now I do not know how to make it by simply adjusting the cab
project's setting, but probably there is one trick if you are willing
to code a little bit: Write a setup DLL. In its Install_Init function,
check the parameter "pszInstallDir", which points to the directory
where your program will be installed to. If the program does not start
with "Storage Card", then return an error codeINSTALL_INIT_CANCEL.

This is an obviously a hack, as there is no clearly documented way to
find out whether a directory belongs to a storage card. "Storage Card"
probably is the one most English devices are using.

---
Lao K
Windows Mobile Pocket PC Smartphone Programming Hints and Tips
http://windowsmobilepro.blogspot.com