The best way to deploy to a Windows Mobile device
I have been working on a Windows Mobile app for a long time (havnt worked a lot with mobile) and I had a problem deploying to my mobile device, at the moment I can only run the app when if I want to run it again I have to do a soft reset.
Maybe I am wrong? (pretty sure I am actually, it's pretty easy for them to copy the .exe file and run it.)
What's the best way for me to deploy my application so that it can run more than once per reset? The moment I try to run it a second time on my mobile, nothing happens (it still works fine using the Windows Mobile 6.1 emulator)
a source to share
CAB files are the preferred method for deploying Windows Mobile applications. Check out this MSDN article:
Windows Mobile Application Delivery CAB Files
I had some success with hosting a CAB file on a web server and just http'ing to download it and install the CAB.
a source to share