Deployment across many handhelds

J

Jyoti Mahna

Hi,

I am buiding a C# Smart Device project which is to be
distributed across many handheld devices. I wanted to
implement the best possible deployment way wherein the
latest version of my exe is loaded from the server
whenever I boot the device. In full .NET framework,
System.Reflection.LoadFrom method works and bootstrap
loader checks for the newer version of the application on
the server and starts executing the same. As this is not
possible in Compact Framework, I have tried to implement
the same using another exe which would check for my smart
device app exe version on the server and download the
same from the server. I wanted to check if there is any
other better way to deploy the latest version on the
device?? Or is there some push method through which I can
load the latest version on all the handheld devices on
LAN??

Regards,
Jyoti
 

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