Auto-updating application

  • Thread starter Thread starter ssg31415926
  • Start date Start date
S

ssg31415926

Is there a way to auto-update my app? I need to deploy an app using
SMS - I can't use ClickOnce - and I'd like to be able to make it check
for updates and download and install them automatically. There used
to be an Application Updater block for 1.1 but I can't find anything
for 2.0 or later.
 
You'll have to do custom code for this.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 
If anyone else is looking, here are a bunch of references I found.
The first two are definitely worth a look:

http://www.devx.com/dotnet/Article/10045/0/page/1

http://msdn.microsoft.com/en-gb/magazine/cc188766.aspx

http://blogs.msdn.com/dotnetinterop/archive/2008/03/28/simple-auto-up...

http://www.hanselman.com/blog/MakingYourApplicationAutomaticallyUpdat...

http://www.codeproject.com/KB/vb/CustomAppAutoUpdate.aspx

http://episteme.arstechnica.com/eve/forums/a/tpc/f/6330927813/m/31900...

http://www.simple-talk.com/dotnet/.net-tools/using-bits-to-upload-fil...

http://www.codeplex.com/sharpbits/Thread/View.aspx?ThreadId=19428

http://www.codeproject.com/KB/cs/Managed_BITS.aspx?df=100&forumid=337...

http://www.codeproject.com/KB/IP/sharpBITS.aspx

You'll have to do custom code for this.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively onwww.lulu.com/owc$19.99
-------------------------------------------------------


Is there a way to auto-update my app? I need to deploy an app using
SMS - I can't use ClickOnce - and I'd like to be able to make it check
for updates and download and install them automatically. There used
to be an Application Updater block for 1.1 but I can't find anything
for 2.0 or later.
 
Back
Top