Auto update app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I need to create an auto update feature for my c# application.

I was thinking of having two applications.

App1

Download .cab file from internet site
Start App2

App2
Kill App1
Rename delete App1.exe
Run new .cab file
Start App1.exe


Will this work?
What's the most efficent way of doing this?

Any help (or resources) are much appreciated.

Thanks
Rob
 
Hi,

although this thread is pretty old, I'll leave a link to an application framework I just published (WmAutoUpdate), which enables automatic self-updates for compact framework apps. It's freely available on Github:http://github.com/seboslaw/wmautoupdate

Fromhttp://www.developmentnow.com/g/18_2005_5_0_0_526202/Auto-update-app.htm

Posted via DevelopmentNow.com Groupshttp://www.developmentnow.com/g/

Thanks Sebastian. I'll definitely have a look at it. Not quite at
the point that it is needed yet, but having an idea of how to do it
beforehand never hurts!
 
Back
Top