Windows Develop Bookmark and Share   
 index > Windows Forms General > how to update version?
 

how to update version?

I have an windows application. If I Click update button, if there are any updates done to the application at server,the new feautures should be installed.
Thanks, Bharathi
bharathi_m  Thursday, September 03, 2009 12:04 PM
You can use clickonce deployment for this. There are also some other 3rd party software product that can do this (like Updater).
Geert van Horrik - CatenaLogic
Visit my blog: http://blog.catenalogic.com

Looking for a way to deploy your updates to all your clients? Try Updater!
Geert van Horrik  Thursday, September 03, 2009 12:15 PM

Hi,

If you want to use code to update, not clickonce, you need to check the latest version read from a web site when use click update button, then decide whether updating. The following is some information about that. Hope this helps.

Application Auto Update in VB.NET

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

Self updating application

http://digitalformula.net/net-geekery/c-self-updating-application-without-clickonce/

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Thursday, September 10, 2009 8:04 AM
You can use clickonce deployment for this. There are also some other 3rd party software product that can do this (like Updater).
Geert van Horrik - CatenaLogic
Visit my blog: http://blog.catenalogic.com

Looking for a way to deploy your updates to all your clients? Try Updater!
Geert van Horrik  Thursday, September 03, 2009 12:15 PM

Hi,

If you want to use code to update, not clickonce, you need to check the latest version read from a web site when use click update button, then decide whether updating. The following is some information about that. Hope this helps.

Application Auto Update in VB.NET

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

Self updating application

http://digitalformula.net/net-geekery/c-self-updating-application-without-clickonce/

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Thursday, September 10, 2009 8:04 AM

You can use google to search for other answers

Custom Search

More Threads

• WCF Security
• Scrolling in a textbox is highlighting the text
• Access Denied Reading Registry
• Why is the ListBox Item Typed as an Object?
• Maximized Child Forms without Restore button
• Cursor and Threading
• Switching between user controls on a windows form.
• GroupBox control - which member is selected
• Play Error Sound
• TreeView: Iterate through child nodes with recursive method?