Custom actions for CAB file

D

Doug Crawford

I am trying to figure out how I can close/kill my windows mobile
application when a new version is being installed. My application (like
most apps) uses smart minimize and never actually closes, but when users
install a new version the upgrade rarely works since they don't know how
to actually close the currently running version. I was thinking about
adding a descriptive note to my installer welcome page describing how to
use the Memory control panel to actually close the application. But,
there has to be a better way. Is it possible to add a custom action to
a "Smart Device CAB project" that actually closes the application that
is about to be upgraded?
 
G

Guest

You need a custom installer DLL (written in C) that will find and kill it.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 

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

Top