Auto launch app after install

  • Thread starter Thread starter JM
  • Start date Start date
J

JM

Hi,

I've finished my C# mobile app and I want that when I install the app in my
Pocket executing CAB file, when the installation finished the application
launch automatically... it's possible? how can I do it?

Thanks,

JM
 
Must I write the custom setup dll with C++ or Can I write it with .NET?

Thank you very much for your atention Alex....

JM
 
From what I've seen, you have to use eVC++ v4. Someone please post if they
know another way.
 
You can run the RapiStart and call the application you just finish to
install.
RapiStart is disponible in the "Windows Mobile Developer Power Toys"

______________________________
Franky
(e-mail address removed)
 
Custom setup dll needs to be written with eVC. If you want to support 2002
devices, make it eVC 3.0
 
Back
Top