onfly Installation for CF 2.0 Application

  • Thread starter Thread starter patilmmilind
  • Start date Start date
P

patilmmilind

Dear all,

I found lot of articles on creating Installation package for windows
mobile app which uses CF 2.0. I am using c# and .Net 2005 for the
development of Pocket PC application . I want to create installation
package so that users will download the "setup.exe" from web on their
Pocket PC and installs the application. I don't want to install the
application using ActiveSync. Can you please help me ?

Regards,
Milind
 
If you want the users to download directly from the Pocket PC device then
you can just put the CAB file in some publicly accessible internet site and
have the users download it using Pocket Internet Explorer and run it
directly.

When you open a CAB file on the device it will automatically start the
installation process.
 
Back
Top