Automatically updating the client?

Automatically updating the client?

Old forum URL: forums.lhotka.net/forums/t/3113.aspx


CSLABound posted on Thursday, June 28, 2007

I created a windows app, using IIS as the application server (remoting).  Is there an easy way to implement client upgrades if I update the server code?  Curious what other people have managed to do.

Thank you for any input into this issue.

Brian

ajj3085 replied on Thursday, June 28, 2007

Check out ClickOnce deployment.

DocJames replied on Thursday, June 28, 2007

What about this one:

http://csautoupdater.sourceforge.net/

Enterprise library Updater application block (don't think it's supported anymore). Example and links:

http://www.codeproject.com/csharp/vanillaupdaterblock.asp

Thanks,

Jimmy

McManus replied on Thursday, June 28, 2007

Brian,

You really should try out ClickOnce deployment. It is invented for easy client deployment.

Cheers,

Herman

Copyright (c) Marimer LLC