how distribute new version of an application ?

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



Answer this question

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

    In the first place thanks in order to have to me answered !!
    In reality my application is written in vb.asp.net and it runs on pda device with win ce 2.0 operating system .Currently , when is developed a new version,users download cab files on a web server and they make a manual installation.I would want to avoid this type of procedure ! Your suggestion is useful for me but do you know if exist some example to which I could make reference
    Still ...thank you very much!!!

  • kart

    This forum is smart device development related. Since your question is not related to smart device development, it's off topic here.

    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 .



  • how distribute new version of an application ?