Hello !
exists a way for being able to distribute one new version of an application on win ce.net devices in transparent way to the customer
thank you
Hello !
exists a way for being able to distribute one new version of an application on win ce.net devices in transparent way to the customer
thank you
how distribute new version of an application ?
-D-
entirely transparent if you need to replace binaries, not really.
at run time, you can check version (through assembly info or a hash digest/signature) against a remote filestore, probably most easily through a webservice. if the original app detects a new version, you would need to call a second process (EXE), terminate the original application, and have your second process replace the application itself with the newer files, then restart the original application.
Sanjith
kart
If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or news group:
http://support.microsoft.com/newsgroups/default.aspx
Closing as off topic.
Hint: try desktop installer or ASP.Net forum as your application runs on a server and need to be updated on the server. This forum is only for applications installed and running on devices themselves .