How do I deploy System_SR_enu.cab to a Pocket PC?

  • Thread starter Thread starter R. J. Dunnill
  • Start date Start date
R

R. J. Dunnill

I'd like my Pocket PC application to display meaningful error messages on
exception; how can I deploy System_SR_enu.cab to achieve such (and, for that
matter, deploy it to the Visual Studio Pocket PC emulator)?

Thanks, RD
 
Visual Studio will handle for this you during your development phase. If you
wish to deploy it into production along with your app, you will need to work
the CAB installation into your deployment workflow. The actually method will
depend on your deployment choice (MSI, custom package, directly CAB
download).
 
Strange -- Visual Studio is *not* handling this in the emulator.

Any suggestions on what may be amiss?

Thanks, RD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top