Auto update app

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
 
B

Brian

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!
 

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