Mobile upgrade exe & config files on greate amount of PPC user

  • Thread starter Thread starter Freestyler
  • Start date Start date
F

Freestyler

Hi ,
Lets say u have to sent a new version of your exe file on many PPCs all over
the world. Let say a user doesn't know what ActiveSync is. He wants to
"press a button" and have it done.
Is there a tricky way to do it ?

Regards,
Fred.
 
The best way to deploy is to have a web page that offers the exe (in a form
of a cab file).
Users will thus have to open their browser on the device, goto the page and
download the cab and execute it. THe cab will update the app.

You can also go one step forward and include an update check
programatically (and check for updates whenever you have internet
connection).

Barak

--------------------
 
Back
Top